/* Core */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

*, p, a, h1, h2, h3, h4, h5, span, ul, ol, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 87.5%;
}
body {
  overflow-x: hidden;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;;
}
/* Fonts */

h1 {
  font-family: 'Roboto', sans-serif;
  color: #3D5D92;
  font-size: 33px;
  font-weight: 500;
}
h2 {
	color: #3D5D92;
	font-family: 'Roboto', sans-serif;
	font-size: 33px;
	font-weight: 500;
}
h3 {
  font-family: 'Roboto', sans-serif;
  color: #3D5D92;
  font-size: 1.5em;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.title_js {
  font-family: 'Roboto', sans-serif;
  color: #77A9FF;
  font-weight: bold;
  font-size: 1.5rem;
}
.title_js:hover {
  text-decoration: none;
  color: #77A9FF;
}
.titre_cabinet {
  line-height: 30px;
}
.subtitle-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3D454F;
  line-height: 30px;
  padding: 10px 0px;
}
.title_team {
  margin-bottom: 60px;
}
.name_title {
  padding-left: 1.8rem;
}
.title_cta {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.7rem;
}
/* NavBar */

.navbar {
  background: #fff;
  box-shadow: 0 1px 9px 0 rgba(61,69,79,0.2);
  z-index: 30;
}
.navbar .container {
  padding: 0.8rem 0;
}
.navbar-collapse {
  justify-content: flex-end;
}
.nav-link {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  font-size: 1.2rem !important;
}
.contact-b {
  border-radius: 23.5px;
  background-color: #B2CEFE;
}
.contact-b {
  text-decoration: none;
  color: #3D5D92;
}
@media only screen and (min-width: 200px) and (max-width: 1020px) {
  .contact-b {
    background: none;
    border-radius: 0px !important;
  }
  .nav-link {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    border-bottom: 1px solid rgba(13, 191, 255, 0.2);
  }
}
/* End NavBar */

/* Start Heading Main */
.heading_bg {
  padding: 134px 0px;
  background-image: url("../img/bg_dentiste.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 65%;
}
ol {
  margin: 0;
  padding: 0;
}
.carousel .carousel-indicators {
  position: relative;
  top: 18px;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d2d2d2;
  border-radius: 100%;
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #ea54de;
}
.button_blue {
	background-color: rgba(178,206,254,0.75);
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
  color: #3D5D92;
	line-height: 18px;
	text-align: center;
  border-radius: 23.5px;
  padding: 15px 50px;
  text-decoration: none;
  line-height: 18px;
}
.button_blue:hover {
  text-decoration: none;
  color: #3D5D92;
}
#carousel_mobile {
  display: none;
}
@media only screen and (min-width: 760px) and (max-width: 1024px) {
  #carousel_desk {
    display: none;
  }
  #carousel_mobile {
    display: inline;
  }
  .heading_bg {
    background: none;
    padding: 2rem 0;
  }
  .subtitle-text {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 760px) {
  #carousel_desk {
    display: none;
  }
  #carousel_mobile {
    display: inline;
  }
  .heading_bg {
    background: none;
    padding: 2rem 0;
  }
  .subtitle-text {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 200px) and (max-width: 480px) {

}
/* End Heading Main */

/* Start Team */
.team_bg {
  background-color: rgba(178,206,254,0.12);
}
.team_container {
  padding: 134px 0px;
}
.team_box {
  background-color: #fff;
  border: 1px solid rgba(151,151,151,0.28);
  padding: 1.5rem 0.5rem 1.5rem 1.5rem;
}
.team_profil {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.team_list ul {
  position: relative;

}
.skills {
  list-style: none;
  line-height: 40px;
}
.skills:before {
  width: 14px;
  height: 14px;
  background-image: url("../img/icons/check.svg");
  background-size: contain;
  content: "";
  background-repeat: no-repeat;
  padding-left: 30px;
}
@media screen and (max-width: 760px) {
  .main_team_box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
  .team_container {
    padding: 25px 0;
  }
  .title_team {
    line-height: 5rem;
    margin: 0;
  }
  .main_team_box {
    padding: 0.6rem 0;
  }
  .team_box {
    padding: 1.4rem;
    border-left: none;
    border-right: none;
  }
  .team_profil {
    padding: 0;
    display: inline;
  }
  .name_title {
    padding: 0;
    line-height: 4rem;
  }
  .team_list ul {
    padding: 0;
  }
  .skills {
    line-height: 2.6rem;
  }
}
/* End Team */
/* Start Soins*/
.soins_container {
  padding: 134px 0px;
}
.title_soins hr {
	height: 4px;
	width: 30rem;
	background: rgba(178,206,254,0.12);
  border: none;
  margin: 0;
}
.row_title_soins {
  margin-bottom: 4rem;
}
.img_carrousel img{
  max-width: 100%;
}

.carrousel_text h3 {
  font-size: 1.4rem;
  line-height: 3rem;
}
.carrousel_text p {
  font-size: 1.1rem;
    line-height: 1.7rem;
}
.carousel-control-next {
  width: 100%;
}
.carousel-control-prev {
  width: 100%;
}
.carousel-control-next-icon {
  width: 35px;
  height: 35px;
  background-image: url("../img/icons/right_arrow.svg") !important;
}
.carousel-control-prev-icon {
  width: 35px;
  height: 35px;
  background-image: url("../img/icons/left_arrow.svg") !important;
}
#barre {
  background: linear-gradient(225deg, #F6F9FF 0%, #EFF3F7 100%);
  height: 4px;
  border: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 1020px) {
  .title_soins {
    text-align: center;
  }
  .img_carrousel {
    margin: 2rem 0;
    text-align: center;
  }
  .img_carrousel img {
    max-width: 100%;
  }
  #barre {
    display: none;
  }
  .soins_container {
    padding: 60px 0;
  }


}
@media only screen and (min-width: 200px) and (max-width: 576px) {
  .soins_container {
    padding: 60px 0;
  }
  .title_soins {
    text-align: center;
  }
  #barre {
    display: none;
  }
  .img_carrousel {
    text-align: center;
    margin: 2rem 0;
  }
  .img_carrousel img {
    max-width: 90%;
  }
  .arrow-controler {
    position: absolute !important;
  }
  .carousel-control-next {
    top: 7.5rem;
    position: absolute;
    display: unset;
    text-align: unset;
    width:  unset;
    align-items: unset;
    justify-content: unset;
  }
  .carousel-control-prev {
    top: 7.5rem;
    position: absolute;
    display: unset;
    text-align: unset;
    width:  unset;
    align-items: unset;
    justify-content: unset;
  }
  .carrousel_text {
    text-align: left;
  }
}
/* End Soins */

/* Start Cabinet*/
.cabinet_bg {
  background-color: rgba(178,206,254,0.12);
  padding: 134px 0px;
}
#cabinet_pic {
  box-shadow: 0 6px 15px 0 rgba(61,69,79,0.17);
  max-width: 100%;
}
#title_cabinet {
  margin-bottom: 10px;
}
.open_day {
  background-color: rgba(61,93,146,0.07);
  padding: 0.8rem 0.8rem;
  border-radius: 5px;
  color: #3D5D92;
	font-family: 'Roboto', sans-serif;;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.open_day span {
  font-weight: 800;
}
.open_day i {
  padding-right: 15px;
  font-size: 1.8rem;
}
#consultations {
  font-weight: 500;
  font-style: italic;
  line-height: 3rem;
}
.rdv_day table {
  padding: 0;
  margin: 0;
  display: flex;
}
.t_day {
  padding-left: 0 !important;
  font-weight: 500;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .cabinet_bg {
    padding: 40px 0px 40px 0;
  }
  #title_cabinet {
    line-height: 6rem;
  }
  #cabinet_pic {

  }
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
  .cabinet_bg {
    padding: 70px 0px 20px 0;
  }
  #title_cabinet {
    line-height: 6rem;
  }
  .open_day {
    display: flex;
    align-items: center;
    padding: 1rem 0.8rem;
  }
  .open_day i {
    font-size: 2.3rem;
    padding-left: 10px;
    padding-right: 20px;
  }
  .open_day p {
    line-height: 1.8rem;
  }
  #consultations {
    padding: 1.4rem 0;
  }

}
/* End Cabinet */

/* Star Cabinet 2 */
.contain_cabinet_nd {
  padding: 30px 0px 60px 0px;
}
#cabinet_second {
  box-shadow: 0 6px 15px 0 rgba(61,69,79,0.17);
  margin-top: -80px;
  max-width: 100%;
}
.text_cabinet_2 p {
  line-height: 30px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #cabinet_second {
    display: none;
  }
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
  .contain_cabinet_nd {
    padding-top: 0;
  }
  #cabinet_second {
    display: none;
  }
}
/* End Cabinet 2 */

/* Star CTA */
.contain_cta {
  padding: 60px 0px;
  background-color: #C6DBFF;
}
.doctolib_button {
  width: 214px;
  height: 57px;
  background-color: #fff;
  border-radius: 35px;
  cursor: pointer;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;;
  font-weight: bold;
  color: #3D5D92;
  border:none;
}
.doctolib_button:focus {
  outline: none;
}
.button_right{
  margin-left: 30px;
}

.adresse {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;;
  font-weight: bold;
  color: #3D5D92;
  position: relative;
  padding-left: 80px;
}
.adresse::before {
  position: absolute;
  content: "";
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #3D454F;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-image: url("../img/icons/picto_map.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 760px) and (max-width: 1024px) {
  #prise_rdv {
    text-align: center;
    margin-bottom: 2rem;
  }
  #contain_adress {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 760px) {
  #prise_rdv {
    margin-bottom: 2rem;
    }
    .title_cta {
      margin: 0;
      text-align: center;
    }
    .doctolib_cta {
      display: flex;;
      flex-wrap: wrap;
      justify-content: center;
    }
    .doctolib_button {
      margin: 1rem 1rem;
    }
    #contain_adress {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
  .contain_cta {
    padding: 40px 0;
    }
  .title_cta {
    margin: 0;
    text-align: center;
  }
  .doctolib_cta {
    display: flex;;
    flex-wrap: wrap;
    justify-content: center;
  }
  .doctolib_button {
    margin: 1rem 0;
  }
  #contain_adress {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .adresse {
    margin: 0.8rem 0 0 0;
  }
  #prise_rdv {
    margin-bottom: 1rem;
    }
}
/* End CTA */
/* Start Contact */
.contain_contact {
  padding: 80px 0px;
}
.titre_contact {
  margin-bottom: 30px;
}
.formulaire_contact {
  position: relative;
  margin-bottom: 6rem;
}
.formulaire_contact button {
  right: 0;
  position: absolute;
}
.btn_contact {
  padding: 0.7rem 1.9rem;
  background-color: #3D454F;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  font-family: 'Roboto', sans-serif;;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.btn_contact:focus {
  outline: none;
}
.custom_height {
  height: 3.3rem;
}
.test_map {
  background-color: blue;
}
#map {
      border: none !important;
}

@media only screen and (min-width: 480px) and (max-width: 760px) {
  .inp_pad {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 200px) and (max-width: 480px) {
  .titre_contact {
    display: none;
  }
  .contain_contact {
    padding: 0 0 60px 0;
  }
  .inp_pad {
    margin-bottom: 1rem;
  }
  #contain_map {
    padding: 0;
    margin-bottom: 2rem;
  }
  #map {
    padding: 0 !important;
  }
}
/* End Contact */
/* Start Footer */
.contain_footer {
  padding: 80px 0px;
  background-color: #3D454F;
}
.footer_title h3 {
  color: #fff;
  line-height: 3rem;
  font-size: 1.3rem;
}
.footer_title {
  color: #fff;
}
.footer_subtitle {
  color: #fff;
  padding-top: 1rem;
}
#mentions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#mentions p {
  color: #fff;
}
@media screen and (max-width: 780px) {
  #mentions {
    display: inline !important;
    margin-top: 30px;
  }
}

/* End Footer */
/* Merci Page */
.body_merci {
  height: 100vh;
}
.bg_merci {
  background: url("../img/js_soin1.jpg");
  background-size: cover;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.overlay_merci {
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.message_merci {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
}
.accueil-r {
  width: 250px;
  color: #fff;
  text-decoration: none;
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;;
  font-size: 1.2rem;
}
