/* ------ Kodchasan ------ */

@font-face {
  font-family: 'Futura-CondensedMedium';
  font-weight: 500; 
  src: url('../fonts/Futura-CondensedMedium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Futura-CondensedMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Futura-CondensedMedium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Futura-CondensedMedium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Futura-CondensedMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Futura-CondensedMedium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Futura-CondensedLight';
  font-weight: 500; 
  src: url('../fonts/Futura-CondensedLight.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Futura-CondensedLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Futura-CondensedLight.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Futura-CondensedLight.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Futura-CondensedLight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Futura-CondensedLight.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Futura-Medium';
  font-weight: 500; 
  src: url('../fonts/Futura-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Futura-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Futura-Medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Futura-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Futura-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'FuturaBkBT-Book';
  font-weight: 400; 
  src: url('../fonts/FuturaBT-Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FuturaBT-Book.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/FuturaBT-Book.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/FuturaBT-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/FuturaBT-Book.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'FuturaTOT-Book';
  font-weight: 400; 
  src: url('../fonts/FuturaTOT-Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FuturaTOT-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FuturaTOT-Book.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/FuturaTOT-Book.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/FuturaTOT-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/FuturaTOT-Book.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* ------ Specification ------ */

body {
  font-family: 'FuturaBkBT-Book';
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

div, p, form, input, a, span, button {
  box-sizing: border-box;
}

p {
  margin: 0;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

a, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

a, button, input {
  transition: all 0.1s ease;
}

a {
  position: relative;
  color: inherit;
}

input, input:hover, input:focus, input:active,
textarea, textarea:hover, textarea:focus, textarea:active,
button, button:hover, button:focus, button:active {
  outline: none;
}

.container-fluid_plain {
  padding: 0;
}


.btn {
  text-align: center;
  display: block;
  transition: all 0.3s;
}

/* ------ Hero Screen ------ */

.navigation {
  position: fixed;
  top: 0;
  left: 42px;
  z-index: 15;
  background: rgba(255, 255, 255, 0.88);
  padding: 10px 9px 11px;
  width: 58px;
}

.navigation.nav-menu {
  padding: 10px 51px 11px;
  width: 100%;
  left: 0;
}

.menu-open {
  width: 40px;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 40px;
  height: 5px;
  background-color: #045A9C;
  margin: 5px 0;
  transition: 0.4s;
  border-radius: 2px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
  transform: rotate(45deg) translate(-6px, -7px);
}

.menu {
  justify-content: space-between;
  padding: 5px 53px 0 12px;
}

.menu li a:hover {
  color: #045A9C;
}

.menu li a {
  font-size: 18px;
}

.icons__nav {
  position: fixed;
  top: 100px;
  left: 42px;
  z-index: 15;
  background: rgba(255, 255, 255, 0.88);
  padding: 6px 9px 8px;
  min-width: 58px;
  transition: all 0.5s ease-in-out;
}

.icons__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  height: 111px;
  transition: all 0.5s ease-in-out;
}

.icons__rdv a {
  font-family: 'Futura-Medium';
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #045A9C;
}

.icons__rdv a,
.icons__tel a,
.icons__location a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 33px;
}

.icons__rdv a span,
.icons__tel a span,
.icons__location a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  text-transform: lowercase;
  color: #000;
  margin-left: 15px;
  transition: all 0.5s ease-in-out;
}

.icons__tel a span {
  margin-left: 21px;
}

.icons__nav a {
    position: relative;
    z-index: -1;
}

.icons__nav:hover a {
z-index: 1;
}

.icons__tel div {
  background: url(../img/tel.png) center center no-repeat;
  width: 16px;
  height: 15px;
  transition: all 0.5s ease-in-out;
}

.icons__location div {
  background: url(../img/locat.png) center center no-repeat;
  width: 13px;
  height: 18px;
}

.icons__nav span {
  display: none;
  transition: all 0.5s ease-in-out;
}

/*.icons__nav:hover {
  width: 170px;
  transition: all 0.5s ease-in-out;
}*/

.icons__nav:hover span {
  display: block;
  transition: all 0.5s ease-in-out;
}

.icons__tel a:hover div {
  background: url(../img/tel-hov.png) center center no-repeat;
  transition: all 0.5s ease-in-out;
}

/*.icons__rdv a:hover span,
.icons__tel a:hover span,
.icons__location a:hover span {
  color: #C6C6C6;
}*/

.icons__rdv.active a span,
.icons__tel.active a span,
.icons__location.active a span {
  color: #C6C6C6;
}

.icons__nav:hover .icons__wrap {
  -ms-align-items: inherit;
  align-items: inherit;
}

.icons__nav:hover .icons__rdv {
  padding-left: 5px;
}

.icons__nav:hover .icons__tel {
  padding-left: 12px;
}

.icons__nav:hover .icons__location {
  padding-left: 14px;
}

.icons__nav:hover .icons__location a span {
  margin-left: 23px;
}

.header__logo {
  position: absolute;
  right: 157px;
  top: 151px;
}

.head-slider {
  overflow-x: hidden;
}

.main-carousel {
  line-height: 0;
  height: 100vh;
}

/*.main-carousel .item {
  background: url('../img/header.jpg') no-repeat center / cover;
    box-sizing: border-box;
    padding-bottom: 48.59%;
    position: relative;
}*/

.main-carousel .item img {
  width: 100%;
  height: 100vh;
  display: inherit;
  object-fit: cover;
}

.meet {
  background-color: #C0E7F3;
  background: center top no-repeat;
  background-size: cover;
  padding-top: 89px;
  padding-bottom: 69px;
}

.meet__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: auto;
  max-width: 1030px;
}

.meet__text-1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #045A9C;
  max-width: 244px;
  width: 100%;
}

.meet__phone {
  font-weight: 400;
  font-size: 38px;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: #045A9C;
}

.meet__phone:hover {
  color: #035b9e;
}

.meet__text-2 {
  font-size: 18px;
  line-height: 20px;
  color: #045A9C;
}

.meet__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #045A9C;
  width: 215px;
  height: 35px;
  border: 1px solid #C6C6C6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.meet__link:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #045A9C;
}

.vision {
  background: center no-repeat;
  background-size: cover;
  padding: 57px 0 118px;
}

.vision h1 {
  font-family: 'Futura-CondensedLight';
  font-weight: 300;
  font-size: 60px;
  line-height: 68px;
  text-align: justify;
  text-transform: uppercase;
  color: #045A9C;
  max-width: 274px;
  width: 100%;
  margin-left: 13px;
}

.vision__wrap {
  max-width: 456px;
  width: 100%;
  margin-left: 15px;
  margin-top: 29px;
  text-align: justify;
}

.vision__wrap p {
  font-family: 'FuturaBkBT-Book';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.vision__wrap p:nth-child(1) {
  margin-bottom: 21px;
}

.vision__images {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 464px;
}

.vision__sign {
  max-width: 281px;
  max-height: 176px;
  margin-right: -29px;
}

.vision__36 {
  max-width: 114px;
  margin-top: -23px;
}

.equipe {
  background-color: #C0E7F3;
  margin-top: 100px;
}

.container-equipe {
  max-width: 1240px;
}

.equipe__backg {
  background: url(../img/smile_equipe_bl.jpg) right bottom no-repeat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 58px;
}

.equipe__trans {
  padding-top: 30px;
  padding-left: 50px;
}

.equipe__trans h2 {
  font-family: 'Futura-CondensedMedium';
  font-weight: 500;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #045A9C;
  transform: rotate(-180deg);
  width: 66px;
  writing-mode: tb-rl;
}

.equipe__wrapper {
  margin-left: auto;
}

.equipe__doc {
  display: flex;
  align-items: flex-end;
}

.equipe__doc h3 {
  font-family: 'FuturaTOT-Book';
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
  position: relative;
  margin-right: 10px;
  width: 194px;
  height: 29px;
  z-index: 5;
  margin-top: 25px;
}

.equipe__doc h3:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 28px;
  background: #3675AA;
  left: -1px;
  top: -2px;
  z-index: -1;
}

.equipe__doc h3:after {
  position: absolute;
  content: '';
  width: 210px;
  height: 135px;
  border: 1px solid #FFFFFF;
  right: -18px;
  bottom: -8px;
  z-index: -2;
}

.equipe__doc img {
  z-index: 5;
}

.equipe__wrapper ul {
  margin-top: 41px;
  padding-left: 19px;
  max-width: 450px;
}

.equipe__wrapper ul li {
  font-family: 'FuturaBkBT-Book';
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: list-item;
  margin-bottom: 10px;
}

.col-assist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 132px!important;
}

.equipe__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  max-width: 489px;
}

.equipe img {
  z-index: 5;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.equipe img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.equipe__photo {
  width: 310px;
  height: 280px;
  overflow: hidden;
  z-index: 5;
}

.equipe__img {
  width: 310px;
  height: 380px;
  overflow: hidden;
  z-index: 5;
}

.equipe__text {
  max-width: 137px;
}

.equipe__text h3 {
  font-family: 'FuturaBkBT-Book';
  font-size: 22px;
  line-height: 24px;
  color: #045A9C;
  position: relative;
  z-index: 1;
}

.equipe__text h3:after {
  position: absolute;
  content: '';
  width: 179px;
  height: 144px;
  border: 1px solid #FFFFFF;
  left: 1px;
  bottom: -12px;
  z-index: -1;
}

.equipe__text p {
  font-family: 'FuturaBkBT-Book';
  font-size: 16px;
  line-height: 22px;
  color: #045A9C;
}

.equipe__content.secret p {
  margin-top: 18px;
}

.equipe__content.assist h3 {
  margin-top: 16px;
}

.equipe__content.assist h3:after {
  bottom: -16px;
}

.equipe__content.assist p {
  margin-top: 21px;
}

.equipe__content-text {
  max-width: 487px;
  width: 100%;
  height: 73px;
  padding: 0 11px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.technology {
  padding-top: 100px;
}

.technology__blue {
  background: #045A9C;
  height: 400px;
  padding-top: 27px;
  padding-left: 50px;
}

.technology__blue h2 {
  font-family: 'Futura-CondensedMedium';
  font-weight: 500;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(-180deg);
  width: 66px;
  writing-mode: tb-rl;
}

.techn__acordion{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.techn__acordion--item{
    width:100%;
    height:70px;
    -webkit-flex-basis:33%;
    -ms-flex-preferred-size:33%;
    flex-basis:33%;
    -webkit-transition:.5s all linear;
    -o-transition:.5s all linear;
    transition:.5s all linear;
    text-align:center;
    cursor:pointer;
    overflow:hidden
}
.techn__acordion--item>div{
    -webkit-transition:.5s all linear;
    -o-transition:.5s all linear;
    transition:.5s all linear;
    height:70px;
    -webkit-background-size:cover;
    background-size:cover;
    background-position:center;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.techn__acordion--item>div .title{
  opacity: 0;
  padding-left:10px;
  padding-right:10px;
  font-size:18px;
  line-height: 21px;
  font-family: 'Futura-Medium';
  font-weight:500;
  -webkit-transition:.3s all ease;
  -o-transition:.3s all ease;
  transition:.3s all ease;
  color:#fff;
}
.techn__acordion--item>div .text{
    font-size:16px;
    line-height: 20px;
    max-width:345px;
    margin:0 auto;
    color:#fff;
    opacity:0;
    line-height:1;
    padding-top:25px;
    display:none;
    -webkit-transition-delay:5s;
    -o-transition-delay:5s;
    transition-delay:5s;
    -webkit-animation:showText 1s 1;
    animation:showText 1s 1;
    text-align: justify;
}
.techn__acordion .active{
    height:400px;
}
.techn__acordion .active>div{
    background-color:rgba(4,90,156,.5);
    background-blend-mode:multiply;
}
.techn__acordion .active>div{
    height:100%;
    padding:15px;
}
.techn__acordion .active .title{
    opacity: 1;
}
.techn__acordion .active .text{
    opacity:1;
    display:block;
    -webkit-transition-delay:5s;
    -o-transition-delay:5s;
    transition-delay:5s;
    line-height: 1.5;
}

.gallery {
  background-color: #C0E7F3;
}

.gallery__title {
  padding-top: 100px;
  padding-left: 50px;
}

.gallery__title h2 {
  font-family: 'Futura-CondensedMedium';
  font-weight: 500;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #045A9C;
  transform: rotate(-180deg);
  width: 66px;
  writing-mode: tb-rl;
}

.gallery__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 100px;
}

.gallery__wrapp {
  display: grid;
  grid-template-columns: repeat(47, 1fr);
  grid-template-rows: repeat(40, 1fr);
  grid-gap: 0;
  grid-auto-flow: dense;
  width: 100%;
  max-height: 540px;
  /*display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;*/
}

.gallery-item:nth-of-type(7n+1) {
  grid-column-start: 1;
  grid-column-end: 21;
  grid-row-start: 1;
  grid-row-end: 41;
}

.gallery-item:nth-of-type(7n+2) {
  grid-column-start: 21;
  grid-column-end: 30;
  grid-row-start: 1;
  grid-row-end: 21;
}

.gallery-item:nth-of-type(7n+3) {
  grid-column-start: 21;
  grid-column-end: 30;
  grid-row-start: 21;
  grid-row-end: 41;
}
.gallery-item:nth-of-type(7n+4) {
  grid-column-start: 30;
  grid-column-end: 39;
  grid-row-start: 1;
  grid-row-end: 21;
}

.gallery-item:nth-of-type(7n+5) {
  grid-column-start: 30;
  grid-column-end: 39;
  grid-row-start: 21;
  grid-row-end: 41;
}

.gallery-item:nth-of-type(7n+6) {
  grid-column-start: 39;
  grid-column-end: 62;
  grid-row-start: 1;
  grid-row-end: 21;
}

.gallery-item:nth-of-type(7n+7) {
  grid-column-start: 39;
  grid-column-end: 62;
  grid-row-start: 21;
  grid-row-end: 41;
}

.gallery-item > img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/*.gallery__item {
  width: 77.5%;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

/*.gallery__small {
  width: 33.3%;
}

.gallery__small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

.lightbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.lb-nav a.lb-next {
  right: -7%;
  opacity: 0.7;
}

.lb-nav a.lb-prev {
  left: -7%;
  opacity: 0.7;
}

.lb-dataContainer {
  margin-bottom: 8px;
}

.lb-details {
  display: none;
}

.lightbox .lb-image {
  max-width: 85vw;
  margin: auto;
}

.sourire {
  padding-top: 100px;
}

.sourire .container-sourire .row {
  flex-direction: row-reverse;
}

/*.container-sourire {
  max-width: 1510px;
  margin-left: 0;
}*/

.sourire__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sourire__title {
  padding-top: 35px;
  padding-left: 50px;
}

.sourire__title h2 {
  font-family: 'Futura-CondensedMedium';
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  text-transform: uppercase;
  color: #045A9C;
  transform: rotate(-180deg);
  width: 49px;
  writing-mode: tb-rl;
  position: relative;
  z-index: -1;
}

.sourire__title h2:before {
  left:0px;
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  content: " ";
  background:#fff;
  z-index: -2;
}

.sourire__title h2:after {
  position: absolute;
  content: '';
  width: 379px;
  height: 208px;
  border: 1px solid #D90F7C;
  right: 10px;
  top: 2px;
  z-index: -3;
}

.sourire__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  padding: 41px 6px 0 0px;
  width: 100%;
  max-width: 710px;
}

.sourire__wrap h3 {
  font-family: 'FuturaBkBT-Book';
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #045A9C;
  max-width: 251px;
  position: relative;
}

.sourire__wrap h3:after {
  position: absolute;
  left: -6px;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  background: #fff;
  z-index: -1;
}

.sourire__text {
  max-width: 253px;
  margin-top: 24px;
}

.sourire__text-2 {
  max-width: 277px;
  margin-top: 5px;
}

.sourire__text h4 {
  font-family: 'FuturaBkBT-Book';
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  text-align: justify;
  color: #1F171F;
  margin-bottom: 17px;
}

.sourire__text p {
  font-family: 'FuturaBkBT-Book';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #1F171F;
}

.sourire__image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}

.sourire__image img {
  width: 100%;
  max-height: 471px;
  /*max-width: 587px;*/
  margin-left: auto;
  object-fit: cover;
}

.transition {
  max-height: 500px;
  overflow: hidden;
}

.transition-img {
  height: 500px;
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position: center;
}

.traitements {
  padding: 100px 0;
}

.traitements__title {
  padding-left: 50px;
  position: absolute;
}

.traitements__title h2 {
  font-family: 'Futura-CondensedMedium';
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  text-transform: uppercase;
  color: #045A9C;
  transform: rotate(-180deg);
  width: 49px;
  writing-mode: tb-rl;
  position: relative;
  z-index: -1;
}

.traitements__wrapper {
  max-width: 1124px;
  margin: auto;
  width: 100%;
}

.traitements__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.traitements__wrap:nth-child(2n) {
  flex-direction: row-reverse;
}

.traitements__content {
  width: 50%;
  padding-top: 36px;
  padding-left: 107px;
  padding-right: 60px;
  padding-bottom: 29px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 425px
}

.traitements__wrap:nth-child(2n) .traitements__content {
  padding-top: 41px;
  padding-left: 83px;
}

.traitements__content h2 {
  font-family: 'FuturaBkBT-Book';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 13px;
}

.traitements__content ul {
  padding-left: 19px;
  padding-top: 2px;
}

.traitements__content ul li {
  display: list-item;
  font-family: 'FuturaBkBT-Book';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 9px;
}

.traitements__content a {
  font-family: 'FuturaBkBT-Book';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #000000;
  border: 1px solid #C6C6C6;
  width: 215px;
  height: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: 21px;
  margin-left: 4px;
}

.traitements__content a:hover {
  background: #C0E7F3;
  border: 1px solid #C0E7F3;
  color: #045A9C;
}

.traitements__img {
  width: 50%;
}

.traitements__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video {
  background-color: #C0E7F3;
}

.video__con {
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 41.25%;
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
  }

.video__con::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 100px;
}
.video__con.hide-poster::before {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.video__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
  /*padding-bottom: 41.25%;
  height: 0;*/
}

.video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__wrapper button {
    z-index: 2;
    border: none;
    background: none;
    position: absolute;
    top: 34%;
}

.video__wrapper button:hover,
.video__wrapper button:focus,
.video__wrapper button:active {
    border: none;
    outline: none;
}

.interactif {
  background-color: #02599B;
  display: none;
}

.interactif__img img {
  width: 100%;
  object-fit: cover;
}

.interactif__wrapper {
  padding: 52px 0 0 83px;
}

.interactif__wrapper h2 {
  font-family: 'Futura-CondensedMedium';
  font-weight: 500;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 410px;
}

.interactif__wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  max-width: 480px;
  margin: 24px 0px 38px;
}

.interactif__wrapper a {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  border: 1px solid #fff;
  width: 210px;
  height: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.interactif__wrapper a:hover {
  color: #045A9C;
  background: #C0E7F3;
  border: 1px solid #C0E7F3;
}

.questions__container {
    max-width: 1025px;
    padding-top: 160px;
    padding-bottom: 100px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 358px;
    background-position: center;
}

.block__text div{
  height: 0;
  overflow-x: hidden;
  transition: .3s;
  color: #fff;
  padding-right: 11%;
}

.block__text::-webkit-scrollbar {
  display: none;
}

.block__item.active .block__text div {
  height: auto;
  padding-top: 25px;
  transition: .3s;
  padding-bottom: 40px;
}

.questions__title {
  padding-left: 50px;
  padding-top: 142px;
  position: absolute;
}

.questions__title h2 {
  font-family: 'Futura-CondensedMedium';
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  text-transform: uppercase;
  color: #045A9C;
  transform: rotate(-180deg);
  width: 49px;
  writing-mode: tb-rl;
  position: relative;
}

.questions__title h2:before {
  left: 0px;
  display: block;
  position: absolute;
  width: 100%;
  height: 106%;
  bottom: -4px;
  content: " ";
  background:#fff;
  z-index: -2;
}

.questions__title h2:after {
  position: absolute;
  content: '';
  width: 283px;
  height: 318px;
  border: 1px solid #D90F7C;
  right: 10px;
  top: -12px;
  z-index: -3;
}

.block__title::after {
  position: absolute;
  content: "";
  top: 0;
  right: 28px;
  width: 19px;
  background-image: url('../img/arrow-down.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}


.active .block__title::after {
  background-image: url('../img/arrow-up.svg');
}

.block__title {
  font-size: 26px;
  line-height: 30px;
  color: #045A9C;
  cursor: pointer;
  position: relative;
  padding: 9px 0 10px;
}

.block__title:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #045A9C;
  left: -16px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
}

.block__item.active {
  background: #02599B;
  color: #fff;
}

.block__item.active .block__title:before {
  background-color: #fff;
}

.block__item {
  margin-bottom: 8px;
  padding-left: 10%;
  background: #C0E7F3;
}

.block__item.active .block__title {
  background: #02599B;
  color: #fff;
}

.conseils {
  background: #C0E7F3 url(../img/blue_lips.png) top right no-repeat;
  padding: 100px 0 0;
}

.conseils__title {
  padding-left: 50px;
  position: absolute;
}

.conseils__title h2 {
  font-family: 'Futura-CondensedMedium';
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  text-transform: uppercase;
  color: #045A9C;
  transform: rotate(-180deg);
  width: 49px;
  writing-mode: tb-rl;
  position: relative;
}

.conseils__wrapper {
  width: 1026px;
  margin: 42px auto 0;
}

.conseils__container {
  width: 215px;
  position: relative;
  padding-bottom: 43px;
  margin: 0 5px;
}

.conseils__container:after {
  position: absolute;
  left: 9px;
  bottom: 0;
  display: block;
  width: 240px;
  height: 295px;
  content: " ";
  background: #fff;
  z-index: -1;
  opacity: 0;
}

.conseils__container h4 {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  max-width: 208px;
  margin-top: 21px;
  height: 40px;
  margin-left: 30px;
}

.conseils .pdf_renderer {
    width: 100%;
    padding: 0px;
    max-height: 297px;
    margin: 0 auto;
    text-align: center;
}

.conseils .file {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.conseils__container a {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #000000;
  border: 1px solid #C6C6C6;
  width: 210px;
  height: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin: auto;
  opacity: 0;
}

.body_pdf {
  width: 210px;
  height: 297px;
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  margin: auto;
  object-fit: cover;
  overflow: hidden;
}

.conseils .body_pdf img {
    height: 297px;
}

.conseils__container:hover a,
.conseils__container:hover:after  {
  opacity: 1;
}

.slick-next {
  right: -10%;
  top: 39%;
}

.slick-prev {
  left: -10%;
  top: 39%;
}

.transition2 {
  max-height: 595px;
  overflow: hidden;
}

.transition2-img {
  height: 595px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

/*.transition2 img {
  width: 100%;
  object-fit: cover;
}*/

.access__title {
  padding-top: 92px;
  padding-left: 50px;
  position: absolute;
}

.access__title h2 {
  font-family: 'Futura-CondensedMedium';
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  text-transform: uppercase;
  color: #045A9C;
  transform: rotate(-180deg);
  width: 49px;
  writing-mode: tb-rl;
  position: relative;
}

.access__wrapper {
  max-width: 513px;
  width: 100%;
  margin-left: auto;
  padding-top: 84px;
  padding-bottom: 40px;
}

.access__wrapper h3 {
  font-family: 'Futura-Medium';
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  text-align: justify;
  color: #1F171F;
  letter-spacing: 0.02em;
}

.access__wrap {
  padding-top: 27px;
}

.access__wrap h4 {
  font-family: 'Futura-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-align: justify;
  color: #1F171F;
  margin-right: 35px;
  margin-top: -1px;
  line-height: 22px;
}

.access__ouverture .item_width {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #1F171F;
}

.access__ouverture .item_width span {
  width: 92px;
}

.access__ouverture .item_width p {
  width: 118px;
}

.access__ouverture .item.active p,
.access__ouverture .item.active span {
  color: #045A9C;
}

.access__transport h4 {
  max-width: 75px;
}

.access__transport {
  margin-top: 39px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.access__icons {
  width: 50px;
  margin-right: 10px;
}

.access__icons img {
  min-height: 18px;
  min-width: 23px;
  object-fit: cover;
}

.access__transport-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.access__parking {
  margin-top: 39px;
}

.access__parking h4 {
  max-width: 73px;
}

.access__transport-text {
  width: 219px;
  margin-right: 10px;
}

.access__text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 32px;
  margin-left: 112px;
  max-width: 294px;
  text-align: justify;
  color: #1F171F;
}

.contact {
  padding-bottom: 154px;
}

.contact__back {
  background-color: #C0E7F3;
  height: 487px;
}

.contact__title {
  padding-top: 92px;
  padding-left: 50px;
  position: absolute;
}

.contact__title h2 {
  font-family: 'Futura-CondensedMedium';
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  text-transform: uppercase;
  color: #fff;
  transform: rotate(-180deg);
  width: 49px;
  writing-mode: tb-rl;
  position: relative;
}

.contact__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.contact__wrapper img {
  margin-left: auto;
  width: 100%;
  max-width: 405px;
}

.wpcf7-form {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding-top: 27px;
  padding-left: 84px;
}

.wpcf7-form input {
  height: 45px;
  border: none;
  width: 479px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid #C6C6C6;
}

.wpcf7-form input:active,
.wpcf7-form input:focus {
  border: 1px solid #C0E7F3;
}

.wpcf7-form textarea {
  height: 140px;
  resize: none;
  border: none;
  width: 479px;
  padding: 8px 12px;
  border: 1px solid #C6C6C6;
}

.wpcf7-form button {
  background: #C0E7F3;
  border: 1px solid #C0E7F3;
  width: 210px;
  height: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #045A9C;
  margin-top: 10px;
}

.wpcf7-form button br {
  display: none;
}

.wpcf7-form label {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 0;
}

.footer {
  background: #02599B url(../img/footer_lips.png) center no-repeat;
}

.footer__logo {
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 260px;
  margin: auto;
  padding-bottom: 38px;
}

.footer__logo a {
  margin: auto;
}

.footer__logo img {
  margin: auto;
  width: 178px;
}

.footer__text span:nth-child(1) {
  font-family: 'FuturaTOT-Book';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer__text span:nth-child(2) {
  font-family: 'FuturaTOT-Book';
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer__conception p,
.footer__conception a {
  font-family: 'FuturaBkBT-Book';
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

}

/*Traitements*/

.traitement {
  padding-top: 100px;
}

.trait__img {
  height: 321px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.return__link {
  display: flex;
  width: 148px;
  height: 48px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  border: 1px solid #C6C6C6;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 38px;
}


.return__link:hover {
  color: #045A9C;
  background: #C0E7F3;
  border: 1px solid #C0E7F3;
}

.traitement h2 {
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  color: #000000;
}

.traitement h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #000000;
}

.traitement p,
.traitement h4  {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 10px;
}

.traitement img {
  max-height: 314px;
  margin: 50px 0;
  object-fit: cover;
}

.traitement ul li {
  padding-left: 20px;
  position: relative;
}

.traitement ul li:before {
  content: '';
  position: absolute;
  background: #000000;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 3px;
  left: 0px;
}

.traitement {
  padding-bottom: 300px;
}

.content {
  padding: 65px 0;
}

.content h1 {
  font-family: 'FuturaBkBT-Book';
  font-weight: normal;
  font-size: 36px;
  line-height: 60px;
  color: #000000;
  text-align: center;
  margin-bottom: 25px;
}
.animate {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grecaptcha-badge {
  visibility: hidden;
}
#cookie-notice .cookie-notice-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 20px 10px;
}
#cn-notice-text {
  width: 75%;
  text-align: justify;
}
.cookie__title {
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  color:#fff;
}
#cn-notice-text div {
  text-align: justify;
  color: #fff;
}
#cn-notice-text div a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
#cn-accept-cookie {
  float: right;
  padding: 10px 50px;
  color:#fff;
  border: 1px solid #fff;
  margin: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#cn-accept-cookie:hover {
  background: #fff;
  color: #000;
}
#cookie-notice a {
  text-decoration: none !important;
}
@media (max-width:767px) {
  .cookie-notice-container {
    padding: 20px;
    flex-direction: column;
  }
  #cn-notice-text {
    width: 100%;
  }
  #cookie-notice .cn-button {
    width: 100%;
    margin: 10px 0;
  }
  #cn-notice-text div {
    font-size: 14px;
  }
}