body {
  background-color: gainsboro;
  margin: 0px;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
}

img {
  border: none;
}

#container {
  /*width: 1152px;*/
  width: 100%;
  max-width: 1024px;
  /* longueur de 1626px avec une marge de 5mm pour imprimer en PDF */
  /*height: 1626px;*/
  /*	padding-top: 12px;
	padding-bottom: 12px;*/
  margin: 0 auto 0 auto;
  overflow: hidden;
}

.roundedImage,
.roundedImageShadow,
.roundedImageBorder {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 206px;
  height: 206px;
  background-image: url(../images/photo_new.jpg);
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
}

.roundedImageShadow {
  -moz-box-shadow: 0px 0px 12px #343434;
  -webkit-box-shadow: 0px 0px 12px #343434;
  -o-box-shadow: 0px 0px 12px #343434;
  box-shadow: 0px 0px 12px #343434;
}

.texte_gras {
  color: black;
  font-weight: bold;
  /* font-size: 14pt; */
  /*font-size:13pt;*/
  font-size: 1.09em;
}

.texte_italique {
  color: black;
  font-size: 11pt;
  font-style: italic;
}

#image_qrcode {
  width: 206px;
  height: 206px;
}

.contenu_gauche_presentation {
  padding-top: 25px;
}

#contenu_gauche {
  top: 0px;
  /*left: 50px;*/
  float: left;
  /* width: 288px; */
  /* width: 308px; */
  width: 100%;
  max-width: 288px;
  /*padding-top: 50px;*/
  position: fixed;
}

#contenu_gauche_haut {
  margin-left: 25px;
  margin-right: 45px;
  padding-top: 50px;
}

#photo {
  width: 216px;
  border: 10px solid white;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
}

#contenu_gauche_coordonnees {
  border-top: 1px dashed black;
  margin-top: 25px;
}

.fa {
  width: 14px;
  text-align: center;
  margin-right: 10px;
}

.contenu_gauche_social {
  padding-bottom: 25px;
}

.contenu_gauche_social a {
  text-decoration: none;
}

.google-plus-color {
  color: #d34836;
}

.facebook-color {
  color: #3b5998;
}

.linkedin-color {
  color: #0077b5;
}

/* ribbon style */

.ribbon-wrapper {
  position: relative;
  left: -3px;
  padding-bottom: 10px;
}

.ribbon-front {
  background-color: #ccf;
  height: 40px;
  width: 120px;
  position: relative;
  left: -20px;
  z-index: 2;
}

.ribbon-text {
  position: relative;
  text-align: right;
  padding: 10px 10px 10px 10px;
}

.ribbon-front,
.ribbon-back-left,
.ribbon-back-right {
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  /* -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55); */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  /* -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55); */
}

.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0px;
  width: 0px;
}

.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
  top: 40px;
  margin-bottom: 10px;
}

.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
  left: -20px;
  border-color: transparent #99c transparent transparent;
}

.ribbon-edge-topleft {
  top: 0px;
  border-width: 0px 20px 0 0;
}

.ribbon-edge-bottomleft {
  border-width: 0 20px 10px 0;
}

.ribbon-edge-topright,
.ribbon-edge-bottomright {
  left: 100px;
  border-color: transparent transparent transparent #99c;
}

.ribbon-edge-topright {
  top: -10px;
  border-width: 10px 0 0 0px;
}

.ribbon-edge-bottomright {
  border-width: 0 0 0px 0px;
}

.ribbon-back-left {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 0px;
  height: 40px;
  z-index: 0;
}

.ribbon-back-right {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 0px;
  height: 40px;
  z-index: 0;
}

#contenu_droite {
  background-color: white;
  float: right;
  padding-top: 25px;
  /* width: 814px; */
  /* width: 794px; */
  width: 100%;
  max-width: 736px;
  /*height: 1626px;*/
  padding-bottom: 50px;
}

#contenu_droite_haut {
  overflow: hidden;
}

#detail_rubrique {
  border: 10px solid white;
  background-color: whitesmoke;
  vertical-align: bottom;
}

.tr_detail_rubrique {
  vertical-align: top;
}

.titre_sous_rubrique {
  background-color: whitesmoke;
  width: 100px;
  padding: 5px 5px 5px 5px;
  border: 1px solid gainsboro;
}

.date_detail,
.date_detail1 {
  padding: 10px 10px 10px 0px;
  position: relative;
}

.date_detail1 {
  /*-moz-column-count:2; /* Firefox */
  /*-webkit-column-count:2; /* Safari and Chrome */
  column-count: 2;
}

.date_detail_contenu {
  color: gray;
}

.titre_rubrique {
  font-size: 1.725em;
  border-bottom: 2px solid Gainsboro;
  margin-left: 25px;
  margin-right: 25px;
  color: burlywood;
}

.titre_rubrique:first-letter {
  text-transform: uppercase;
}

.titre_rubrique span {
  font-size: 11pt;
}

ul {
  margin-top: 0px;
  padding-left: 20px;
  position: relative;
}

ul.dashed {
  list-style-type: "- ";
  margin-bottom: 0px;
}

/*.tooltip{
    display: inline;
    position: relative;
    }
     
.tooltip:hover:after{
	background: #333;
	background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: -31px;
    color: #fff;
    content: attr(alt);
    left: 10%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
}
         
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 0px 8px 8px 8px;
    bottom: -4px;
    content: "";
    left: 15px;
    position: absolute;
    z-index: 99;
}*/

@media screen and (max-width: 1040px) {

  #container,
  #contenu {
    height: inherit;
    width: 100%;
    max-width: 758px;
    padding-right: 22px;
  }

  #contenu_gauche {
    position: inherit;
    max-width: 736px;
    float: right;
  }

  #contenu_gauche_haut {
    margin-right: 25px;
    padding-top: 25px;
  }

  .contenu-gauche-photo {
    margin-right: 45px;
    margin-left: 25px;
    display: inline-table;
    vertical-align: middle;
  }

  .contenu_gauche_presentation {
    width: 50%;
    vertical-align: top;
    display: inline-table;
    vertical-align: middle;
    padding-top: 0;
  }

  #contenu_gauche_formation>p {
    margin: 0;
  }

  .contenu_gauche_social {
    float: right;
  }

  #contenu_droite {
    height: inherit;
  }

  .presentation_text {
    float: left;
  }

  .region-text {
    margin-bottom: 0;
  }

  .email-text {
    float: left;
  }
}

@media screen and (max-width: 796px) {

  #container,
  #contenu {
    max-width: none;
    padding: 0;
  }

  #contenu_gauche {
    max-width: none;
  }

  #contenu_droite {
    max-width: none;
  }
}

@media screen and (max-width: 627px) {
  .contenu_gauche_presentation {
    width: 45%;
  }
}

@media screen and (max-width: 601px) {
  .contenu-gauche-photo {
    display: inherit;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contenu_gauche_presentation {
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  .detail_rubrique td {
    display: block;
    width: 100%;
  }

  .date_detail,
  .date_detail1 {
    margin-left: 25px;
    padding: 0 10px 20px 0;
  }

  .titre_rubrique {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 404px) {
  .contenu_gauche_social {
    float: left;
  }

  .email-text {
    float: inherit;
  }
}