/* VARIABLES */
/* FONTS */
.rajdhani-light {
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.rajdhani-regular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rajdhani-medium {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.rajdhani-semibold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.rajdhani-bold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
/* STYLES */
body {
  overflow-x: hidden;
}
a {
  color: #50ace5;
}
a:hover {
  color: #186da1;
}
.alinea {
  padding-left: 20px;
}
.bandeau {
  font-size: 2em;
  position: absolute;
  background: #50ace5;
  height: 120px;
  width: 100%;
  color: #FFFFFF;
  margin-top: 80px;
}
.bandeau .nom {
  margin-left: 240px;
  margin-top: 10px;
}
.bandeau .titre {
  margin-left: 260px;
  margin-bottom: 10px;
}
.bandeau:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #50ace5;
  height: 100%;
  top: 0;
  left: -100%;
}
.bandeau img {
  height: 160px;
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 15px;
  box-shadow: 3px 3px 20px 2px #313638;
  transition: all 0.2s ease-in;
}
.bandeau img:hover {
  transform: scale(1.03);
}
.gauche {
  padding-top: 220px;
  background: #313638;
  color: #FFFFFF;
  font-size: 0.85em;
  height: 100%;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
}
.gauche h2 {
  font-size: 1.87em;
  color: #50ace5;
}
.gauche .profil {
  margin-top: 10px;
}
.gauche .expertise {
  margin-top: 10px;
}
.gauche .coordonnees {
  margin-top: 10px;
}
.gauche .interet {
  margin-top: 10px;
}
.droite {
  padding-top: 220px;
  background: #FFFFFF;
}
.droite .clickeable {
  cursor: pointer;
}
.droite .professionel h2 {
  font-size: 1.87em;
  color: #50ace5;
}
.droite .professionel .exp,
.droite .professionel .exp_perso {
  color: #000000;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.5s ease-out;
}
.droite .professionel .exp .poste,
.droite .professionel .exp_perso .poste {
  font-size: 1em;
}
.droite .professionel .exp .entreprise,
.droite .professionel .exp_perso .entreprise {
  font-size: 1em;
  color: #50ace5;
}
.droite .professionel .exp .desc,
.droite .professionel .exp_perso .desc {
  font-size: 0.85em;
}
.droite .professionel .exp .more,
.droite .professionel .exp_perso .more {
  display: none;
}
.droite .professionel .exp:hover,
.droite .professionel .exp_perso:hover {
  border-radius: 8px;
  background: #313638;
  color: #FFFFFF;
  box-shadow: 5px 5px 5px 5px #313638;
}
.droite .professionel .exp.clickeable:after,
.droite .professionel .exp_perso.clickeable:after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #50ace5;
  background: no-repeat center url(../images/plus.png);
  background-color: #50ace5;
  background-size: 10px;
}
.droite .professionel .exp:last-child,
.droite .professionel .exp_perso:last-child {
  margin-bottom: 20px;
}
.droite .professionel .exp_perso .clickeable:after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #50ace5;
  background: no-repeat center url(../images/plus.png);
  background-color: #50ace5;
  background-size: 10px;
}
.droite .professionel .exp_perso li {
  padding: 7px 27px 7px 7px;
  transition: all 0.5s ease-out;
}
.droite .professionel .exp_perso li:before {
  top: 10px;
}
.droite .professionel .exp_perso li:hover {
  color: #50ace5;
}
.droite .professionel .glide {
  padding: 0 45px 15px 35px;
  /*padding-bottom: 15px; */
}
.droite .professionel .glide .glide__slide,
.droite .professionel .glide .glide__track {
  border-radius: 8px;
  transition: all 0.5s ease-out;
}
.droite .professionel .glide .glide__slide:hover,
.droite .professionel .glide .glide__track:hover {
  background: #313638;
  box-shadow: 5px 5px 5px 5px #313638;
}
.droite .professionel .glide .glide__bullet {
  position: relative;
  bottom: -10px;
  background-color: #50ace5;
}
.droite .professionel .glide .glide__bullet:hover,
.droite .professionel .glide .glide__bullet:focus {
  background-color: #186da1;
}
.droite .professionel .glide .glide__bullet--active {
  background-color: #186da1;
  border: 2px solid #fff;
}
.droite .professionel .glide .fleche_droite {
  background: no-repeat center url(../images/fleche_droite.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7px;
  bottom: 50%;
  cursor: pointer;
}
.droite .professionel .glide .fleche_gauche {
  background: no-repeat center url(../images/fleche_droite.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  transform: rotateY(180deg);
  position: absolute;
  left: 7px;
  bottom: 50%;
  cursor: pointer;
}
.droite .professionel .glide .exp {
  margin-bottom: 0;
}
.droite .diplome h2 {
  font-size: 1.87em;
  color: #50ace5;
}
.droite .diplome .qual {
  color: #000000;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.5s ease-out;
}
.droite .diplome .qual .lieu {
  font-size: 1em;
}
.droite .diplome .qual .title {
  font-size: 1em;
  color: #50ace5;
}
.droite .diplome .qual .more {
  display: none;
}
.droite .diplome .qual:hover {
  border-radius: 8px;
  background: #313638;
  color: #FFFFFF;
  box-shadow: 5px 5px 5px 5px #313638;
}
.droite .diplome .qual.clickeable:after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #50ace5;
  background: no-repeat center url(../images/plus.png);
  background-color: #50ace5;
  background-size: 10px;
}
.droite .diplome .qual:last-child {
  margin-bottom: 20px;
}
.popup {
  transition: all 0.33s ease-in;
}
.popup .popup-content {
  background: transparent;
  border-radius: 15px;
  max-height: 80%;
  overflow: scroll;
  overflow-x: hidden;
}
.popup .popup-content .popup-body {
  margin-bottom: 0!important;
}
.popup .popup-content .popup-body p {
  display: none;
}
.popup .popup-content .popup-close {
  color: #50ace5;
}
.popup.fade-in {
  transition: all 0.33s ease-in;
}
.my_popup_content {
  text-align: left;
  background: #313638;
  border-radius: 15px;
  padding: 15px;
  color: #FFFFFF;
}
.my_popup_content p {
  display: none;
}
.my_popup_content h2,
.my_popup_content h3,
.my_popup_content h4 {
  color: #50ace5;
}
.my_popup_content h2,
.my_popup_content h3 {
  padding-top: 10px;
}
.my_popup_content .titre {
  text-align: center;
  font-size: 2.5em;
}
.my_popup_content h4 {
  padding-left: 10px;
}
.my_popup_content .center {
  text-align: center;
}
.my_popup_content li {
  position: relative;
  list-style: none;
}
.my_popup_content li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -25px;
  height: 20px;
  width: 20px;
  background: no-repeat center url(../images/puce_bleu.png);
  background-size: 20px;
}
.my_popup_content li > ul > li::before {
  background: no-repeat center url(../images/puce_blanc.png);
  background-size: 20px;
}
.my_popup_content .sources {
  text-align: right;
}
.my_popup_content .sources img {
  height: 50px;
  padding-left: 5px;
  margin-bottom: 5px;
}
li {
  position: relative;
  list-style: none;
}
li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -25px;
  height: 20px;
  width: 20px;
  background: no-repeat center url(../images/puzzle_bleu.png);
  background-size: 20px;
  transition: all 1.5s ease;
}
li:hover::before {
  transform: rotateX(360deg);
}
li > ul > li::before {
  background: no-repeat center url(../images/puzzle_blanc.png);
  background-size: 20px;
}
footer {
  background: #313638;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  font-family: "Lato" sans-serif;
  font-weight: 400;
  font-style: italic;
}
footer:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  background: no-repeat center url(../images/footer_puzzle.png);
  background-size: 230px;
  width: 230px;
  height: 230px;
  transform: rotateY(180deg);
}
footer:before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -50px;
  background: no-repeat center url(../images/footer_puzzle.png);
  background-size: 230px;
  width: 230px;
  height: 230px;
}
footer .carte {
  background: no-repeat center url(../images/carte_visite_recto.png);
  transition: all  1s;
  width: 280px;
  height: 160px;
  background-size: contain;
  margin-top: 20px;
  position: relative;
  box-shadow: #000000 3px 3px 20px 0;
}
footer .carte:hover {
  background: no-repeat center url(../images/carte_visite_verso_inv.png);
  background-size: contain;
  transform: rotateY(180deg);
}
footer .reseaux_sociaux img {
  background-color: #50ace5;
  width: 50px;
  height: 50px;
  background-size: 50px;
}
footer .copyright {
  text-align: right;
  font-size: 0.75em;
  padding-right: 15px;
}
@media (max-width: 1199.98px) {
  footer .carte {
    margin-left: 140px;
  }
  footer .copyright {
    padding-right: 150px;
  }
  .droite .professionel .exp_perso .clickeable:after {
    bottom: 30%;
  }
}
@media (max-width: 991.98px) {
  .popup .popup-content {
    left: 25%;
    transform: translate(-20%, -50%);
  }
  .gauche,
  .droite {
    font-size: 0.85em;
    padding-top: 180px;
  }
  .bandeau {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .gauche,
  .droite {
    font-size: 1em!important;
  }
}
@media (max-width: 575.98px) {
  .bandeau {
    margin-top: 10px;
    left: 0;
  }
  .bandeau img {
    height: 0;
  }
  .bandeau .nom {
    margin-left: 20px;
  }
  .bandeau .titre {
    margin-left: 60px;
  }
  .gauche {
    padding-top: 140px;
  }
  .droite {
    padding-top: 30px;
  }
  footer .carte {
    display: none;
  }
  footer .copyright {
    display: none;
  }
  .popup .popup-content {
    left: 15%;
    transform: translate(-10%, -50%);
  }
}
