/*

Theme Name: Mediweb
Theme URI: https://mediweb.co/
Description: Mediweb Theme
Version: 1.0
Author: Mediweb
Author URI: http://mediweb.co/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/* pt-serif-regular - latin */
@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('PT Serif'), local('PTSerif-Regular'),
    url('/wp-content/themes/rd-dentistes/fonts/pt-serif-v11-latin-regular.woff2') format('woff2'),
    url('/wp-content/themes/rd-dentistes/fonts/pt-serif-v11-latin-regular.woff') format('woff');
}
/* pt-serif-700 - latin */
@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('PT Serif Bold'), local('PTSerif-Bold'),
    url('/wp-content/themes/rd-dentistes/fonts/pt-serif-v11-latin-700.woff2') format('woff2'),
    url('/wp-content/themes/rd-dentistes/fonts/pt-serif-v11-latin-700.woff') format('woff');
}
/* pt-sans-regular - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('PT Sans'), local('PTSans-Regular'),
    url('/wp-content/themes/rd-dentistes/fonts/pt-sans-v11-latin-regular.woff2') format('woff2'),
    url('/wp-content/themes/rd-dentistes/fonts/pt-sans-v11-latin-regular.woff') format('woff');
}
/* pt-sans-700 - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('PT Sans Bold'), local('PTSans-Bold'),
    url('/wp-content/themes/rd-dentistes/fonts/pt-sans-v11-latin-700.woff2') format('woff2'),
    url('/wp-content/themes/rd-dentistes/fonts/pt-sans-v11-latin-700.woff') format('woff');
}
.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;
}
#slideshow {
    max-height: 100vh;
    overflow: hidden;
    height: 100%;
}
#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: #343c33;
}
#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;
    }
}
.error404__wrapper {
    overflow: hidden;
    position: relative;
}
.error404__wrapper img {
    object-fit: cover;
    width: 100%;
}
.error404__content {
    width: 900px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    background: rgba(255, 255, 255, 0.9);
    top: 150px;
    padding: 50px 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.error404__number {
    color: #343c33;
    font-size: 120px;
    line-height: 140px;
    margin-bottom: 40px;
}
.error404__title {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
    display: block;
    color: #343c33;
}
.error404__subtitle {
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 50px;
    color: #343c33;
}
.error404__button {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #343c33;
    font-weight: 600;
    text-decoration: none;
    border: 5px solid #343c33;
    width: 300px;
    letter-spacing: 2px;
    padding: 5px 0;
    -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;
}
.error404__button:hover {
    background: #343c33;
    color: #fff;
    text-decoration: none;
}
.main-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #343C33;
    z-index: 999;
    border-bottom: 1px solid #fff;
}
.header__wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1560px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.main-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    justify-content: space-between;
    padding: 0 40px;
}
.main-nav ul li a,
.main-nav ul li a:not([href]):not([tabindex]) {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    -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;
    border-bottom: 2px solid transparent;
    padding: 0 0 5px 0;
    font-family: PT Serif;
}
.main-nav ul li:first-of-type a {
    margin: 0;
}
.main-nav ul li a:hover {
    border-bottom: 2px solid #fff;
}
.main-nav ul li:not(.protect) a .icon {
    display: none;
}
.main-nav ul li a .icon svg {
    fill: #fff;
}
.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
}
.header__button span {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
}
.header__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 60px;
}
#mobile__button {
    display: none;
}
.header__button svg {
    position: absolute;
}
.main-nav ul li {
    position: relative;
}
.dropdown-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    width: 100%;
}
.dropdown-menu ul li {
    width: 25%;
    padding: 10px 0;
}
.header__phones {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 -15px 0 0;
}
.header__contacts {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__contacts > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 40px;
}
.header__contacts a:hover svg path {
    fill: #A7A495;
}
.header__logo {
    z-index: 99;
    padding: 30px 0 15px 0;
}
.slideshow__video {
    height: 100%;
}
.menu-primary-menu-container {
    width: 100%;
}
.preview {
    width: 100%;
    height: 100%;
    background: transparent url(/wp-content/uploads/preview.png) center center no-repeat;
    background-size: cover;
}
#video__main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}
#intro {
    background: #fff;
    padding: 0 0 100px 0;
    border-top: 4px solid #A7A495;
}
.intro__left, .intro__right {
    width: 43%;
    padding-top: 130px;
}
.intro__wrapper.desktop__width {
    flex-wrap: nowrap;
}
.desktop__width {
    margin: 0 auto;
    width: 100%;
    max-width: 1560px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.intro__left h1 {
    font-size: 34px;
    line-height: 50px;
}
.assistant__content {
    padding: 0 20px 70px 20px;
}
.intro__left h1 .title__first {
    color: #A7A495;
    display: block;
}
.intro__left h1 .title__second {
    color: #343C33;
    display: block;
}
.w__50 {
    width: 50%;
}
.intro__right {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #343C33;
    padding-left: 80px;
}
.intro__right svg {
    margin: 0 0 50px 0;
}
.intro__center--svg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #343C33;
    width: 194px;
    height: 194px;
}
.section__title {
    width: 100%;
    position: relative;
    display: flex;
}
.section__title h2 {
    margin: 0;
    font-size: 36px;
    line-height:48px;
    color: #343C33;
    background: #fff;
    padding: 0 80px 0 0;
}
.section__title:before {
    border: 1px solid #343C33;
    position: absolute;
    bottom: 10px;
    right: 0;
    content: '';
    width: 100%;
    z-index: 0;
    left: 0;
}
#philosophie {
    background: #fff;
    padding: 0 0 100px 0;
}
.philosophie__left {
    width: 48%;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #343C33;
}
.philosophie__content {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
}
.philosophie__right {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.philosophie__right a {
    display: flex;
    flex-direction: column;
}
.philosophie__right span {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF !important;
    padding: 10px 0;
    display: block;
    margin: 0 0 20px 0;
    background: #343C33;
    text-align: center;
}
.philosophie__right--button {
    width: 100%;
    text-align: center;
}
.philosophie__right--button a {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF !important;
    padding: 10px 0;
    display: block;
    background: #343C33;
}
.philosophie__left p {
    margin: 0 0 10px 0;
}
.equipe__content__desc {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}
#equipe {
    background: #343C33;
    padding: 100px 0;
}
.equipe__wrapper h2 {
    margin: 0;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    background: #343c33;
    padding: 0 50px;
}
.equipe__content {
    width: 100%;
    margin: 0 auto;
    max-width: 1560px;
    padding: 65px 20px;
    display: flex;
    justify-content: space-between;
}
.equipe__single {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 23%;
}
.equipe__single--desc > div {
    padding: 30px 30px 0 30px;
    min-height: 300px;
    background: transparent;
}
.equipe__single--desc {
    display: flex;
    flex-direction: column;
}
.equipe__single--desc h3 {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.equipe__single img {
    width: 100%;
}
.equipe__title {
    display: flex;
    justify-content: center;
}
.equipe__single--desc p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.equipe__title:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    background: #fff;
    bottom: 10px;
}
.equipe__content__desc {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #FFFFFF;
    padding: 0 0 25px 0;
}
.equipe__wrapper svg {
    display: block;
    margin: 0 auto;
}
.equipe__single:hover .equipe__single--link {
    opacity: 1;
}
.equipe__single:hover .equipe__single--desc > div {
    background: rgba(211, 210, 202, 0.2);
}
.equipe__single--link {
    text-align: center;
    padding: 7px;
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #343C33 !important;
    background: #A7A495;
    opacity: 0;
}
.main-footer {
    padding: 20px 0;
    background: #343C33;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.footer__logo svg {
    width: 50%;
    height: auto;
}
.main-footer p {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    font-family: "PT Serif", serif;
}
.main-footer a {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "PT Serif", serif;
}
.footer__info {
    display: flex;
    flex-direction: column;
    padding: 20px 0 0 0;
    align-items: center;
    justify-content: center;
}
#soins {
    background: #fff;
    padding: 100px 0;
    overflow: hidden;
}
#soins .section__title, #contacts .section__title {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
#soins .section__title h2, #contacts .section__title h2 {
    margin: 0;
    font-size: 36px;
    line-height: 48px;
    color: #343C33;
    background: #fff;
    padding: 0 0 0 100px;
}
#soins .section__title:before, #contacts .section__title:before {
    border: 1px solid #343C33;
    position: absolute;
    bottom: 10px;
    left: 0;
    content: '';
    width: 100%;
    z-index: 0;
}
.soins__mobile {
    display: none;
}
.soins__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}
.soins__content ul {
    padding: 0 50px 0 0;
    border: none;
    border-bottom: 1px solid #343C33;
    justify-content: space-between;
}
.soins__info img {
    border-bottom: 1px solid #343C33;
}
.soins__info {
    position: relative;
}
.soins__info--desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #343C33;
    opacity: 0.88;
    width: 500px;
    padding: 100px;
}
.soins__info--desc h3 {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
.soins__info--desc p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    color: #FFFFFF;
}
#soins .nav-tabs .nav-item:last-of-type {
    padding: 0 0 40px 0;
}
.soins__helper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    padding: 25px 0 0 0;
}
.soins__info--right {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 50px 0 0;
}
.soins__info--right h2 {
    font-size: 18px;
    line-height: 46px;
    text-transform: uppercase;
    color: #343C33;
}
.soins__info--right p {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #343C33;
}
.conseils__wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-direction: column;
}
.conseils__right {

}
#conseils {
    position: relative;
    overflow: hidden;
    padding: 75px 0 0 0;
}
#conseils .section__title h2 {
    background: #343c33;
    color: #D3D2CA;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
#conseils .section__title h2 span {
    font-size: 36px;
    line-height: 48px;
    color: #D3D2CA;
    background: #343c33;
    z-index: 99;
    padding: 0 25px;
}
#conseils .section__title:before {
    border: 1px solid #D3D2CA;
    position: absolute;
    bottom: 10px;
    left: 0;
    content: '';
    width: unset;
    right: 0;
    z-index: 99;
}

.conseils__content--repeater {
    padding: 50px 0;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.conseils__right--desc {
    padding: 15px 0 50px 0;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #D3D2CA;
}
.conseils__right--repeater {
    display: flex;
    flex-wrap: wrap;
}
.conseils__single {
    width: 50%;
    padding: 0 0 20px 0;
}
.conseils__single a:hover {
    border-bottom: 1px solid #BCB6A6;
    background: rgba(188, 182, 166, 0.2);
}
.conseils__single a {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #D3D2CA;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid transparent;
    display: block;
}
.conseils__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #D3D2CA;
    padding: 20px 0 0 0;
}
.conseils__single a:hover {
    color: #D3D2CA;
}
#urgences {
    padding: 100px 0 0 0;
    background: #fff;
}
a:hover {
    text-decoration: none !important;
}
a {
    color: inherit;
}
.urgences__content {
    padding: 100px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.urgences__single {
    width: 32%;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.urgences__single img {
    width: 100%;
}
.urgences__single--title {
    position: absolute;
    z-index: 99;
    top: 80px;
}
.urgences__single--title h3 {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}
.urgences__single--desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #343C33;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}
.urgences__single--desc a {
    width: 100%;
    background: #A7A495;
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #343C33 !important;
    padding: 5px 0;
}
.urgences__single:hover .urgences__single--image {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.urgences__single--image {
    z-index: 9;
}
.urgences__single--desc div {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 35%;
    padding: 0 15%;
}
#contacts {
    background: #fff;
    padding: 100px 0 0 0;
}
.contacts__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 100px 0 0 0;
}
#contacts__map {
    height: 600px;
    width: 100%;
    margin-left: -100%;
    margin-right: 100%;
    padding-right: 100%;
    padding-left: 100%;
}
.contacts__right {
    padding: 0 0 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.contacts__right--address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contacts__row {
    padding: 15px 0 15px 20px;
    display: flex;
    align-items: center;
}
.contacts__row > span {
    padding: 0 0 0 30px;
    font-size: 18px;
    color: #343C33;
    display: flex;
    align-items: center;
}
.contacts__mail span {
    padding: 0 0 0 30px;
    font-size: 18px;
    color: #343C33;
    display: flex;
    align-items: center;
}
.contacts__row > span svg {
    margin: 0 5px;
}
.contacts__right--phones {
    display: flex;
    flex-direction: column;
}
.contacts__mail {
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.contacts__right--phones .contacts__row:hover {
    background: #343C33;
}
.contacts__right--phones .contacts__row:hover a.contacts__phone svg path {
    fill:#BCB6A6;
}
.contacts__right--phones .contacts__row:hover a.contacts__mail svg path {
     fill:#BCB6A6;
 }
.contacts__right--phones .contacts__row:hover .contacts__mail span {
    color:#BCB6A6;
}
#soins .soins__single.nav-item a.nav-link {
    font-size: 30px;
    line-height: 54px;
    color: #A7A495;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 0 0 -26px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}
#soins .soins__single.nav-item a.nav-link span {
    padding-left: 10px;
}
#soins .soins__single.nav-item a.nav-link.active, #soins .soins__single.nav-item a.nav-link:hover {
    margin: 0;
    color: #343C33;
}
#soins .nav-tabs .nav-item {
    overflow: hidden;
    margin: 0;
}
.soins__info--left a {
    background: #A7A495;
    max-width: 450px;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #343C33;
    padding: 3px 0;
    border: 2px solid #a7a495;
    margin: 20px 0 0 0;
}
.soins__info--left a:hover {
    background: #343C33;
    color: #a7a495;
    text-decoration: none;
}
.soins__info--desc .soins__info--link {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    margin: 30px 0 0 0 !important;
    width: 100%;
    max-width: 160px;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 0;
}
.soins__info--desc .soins__info--link:hover {
    background: #343C33;
}
.soins__content--desc {
    padding: 50px 0;
    display: block;
    width: 100%;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #343C33;
}
.soins__left {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #343C33;
    padding: 20px 0;
}
.soins__right {
    width: 55%;
}
.soins__single {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: static;
}
.soins__single--link {
    overflow: hidden;
}
.soins__desc {
    width: 55%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.soins__single--link:hover + .soins__desc {
    z-index: 99;
}
.soins__single:hover a {
    margin: 0;
}
.soins__single:hover span {
    color: #343C33;
}
.soins__single a span {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 54px;
    color: #A7A495;
    margin: 0 0 0 15px;
}
.soins__single a {
    display: flex;
    align-items: center;
    margin: 0 0 0 -40px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#gallery {
    padding: 100px 0;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(211,210,202,1) 50%, rgba(211,210,202,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(211,210,202,1)), color-stop(100%, rgba(211,210,202,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(211,210,202,1) 50%, rgba(211,210,202,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(211,210,202,1) 50%, rgba(211,210,202,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(211,210,202,1) 50%, rgba(211,210,202,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(211,210,202,1) 50%, rgba(211,210,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d2ca', GradientType=0 );
    overflow: hidden;
}
.gallery__wrapper {
    flex-direction: column;
}
.gallery__content {
    padding: 70px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.gallery__scroller {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0 10%;
}
.gallery__single {
    margin: 0 30px 0 0;
    position: relative;
}
.gallery__single svg {
    opacity: 0;
}
.gallery__single:hover svg {
    opacity: 1;
}
.gallery__single a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gallery__single a svg {
    position: absolute;
}
.gallery__single:last-of-type {
    margin: 0;
}
.assistant__content--title {
    text-align: center;
    margin: 0;
    padding: 40px 0;
}
.assistant__single h4 {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #D3D2CA;
    text-align: center;
    margin: 0;
    padding: 15px 0 0 0;
}
.header__phones--wrapper {
    position: absolute;
    width: 250px;
    bottom: -84px;
    display: flex;
    background: #D3D2CA;
    border-radius: 3px;
    padding: 10px;
    left: -100px;
    opacity: 0;
}
.header__phones--block:nth-of-type(1) {
    text-align: left;
}
.header__phones--block:nth-of-type(2) {
    text-align: right;
}
.header__phones:hover .header__phones--wrapper {
    opacity: 1;
}
.header__phones--wrapper > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header__phones--wrapper > div a {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #343C33;
}
.header__phones--wrapper > div span {
    font-size: 12px;
    line-height: 20px;
    color: #343C33;
}
.mobile__socials, .phone__popup {
    display: none;
}
.header__phones--block {
    display: flex;
    flex-direction: column;
}
.header__phones--helper {
    background: #343c33;
    border-radius: 3px 3px 0 0;
    padding: 10px;
    position: relative;
}
.header__phones:hover .header__phones--helper{
    background: #D3D2CA;
}
.header__phones:hover .header__phones--helper svg path {
    fill: #343c33;
}
.header__phones--helper svg {
    display: block;
    position: relative;
}
#livret {
    padding: 149px 0 0 0;
    height: 100vh;
    width: 100vw;
}
#livret iframe{
    display: none;
}
#livret::-webkit-scrollbar, .page-template-livret::-webkit-scrollbar, .page-template-livret *::-webkit-scrollbar {
    display: none;
}
#docteur {
    margin: 149px 0 0 0;
    overflow: hidden;
}
.breadcrumbs {
    height: 110px;
    background: #D3D2CA;
}
.breadcrumbs__wrapper {
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1560px;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.breadcrumbs__wrapper span {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #343C33;
}
.breadrumbs__sep {
    padding: 0 25px;
}
.docteur__width {
    margin: 0 auto;
    width: 100%;
    max-width: 1560px;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.docteur__top--right svg {
    position: absolute;
    right: 0;
    bottom: -150px;
    z-index: 99;
    margin: 0 -10% 0 0;
}
.docteur__top--right {
    width: 100%;
    padding: 100px 0 0 100px;
}
.docteur__top--right h1 {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    line-height: 80px;
    color: #A7A495;
    margin: 0;
    position: relative;
}
.docteur__top--right h1:after {
    border-bottom: 1px solid #A7A495;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    width: 150%;
}
.docteur__top--desc {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    padding: 30px 0 0 0;
}
.docteur__bottom {
    background: #fff;
}
.docteur__bottom--right {
    width: 100%;
    padding: 100px 0 0 100px;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
}
.docteur__bottom--right p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #343C33;
}
#conseil {
    background: #A7A495;
    margin: 130px 0 0 0;
    overflow: hidden;
}
.conseil__wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 100px 20px;
}
.conseil__wrapper h1 {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 0 0;
    border-bottom: 1px solid #fff;
}
.conseils__content li, .conseils__content p{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #343C33;
}
.conseils__content {
    padding: 50px 0 0 0;
}
#soin {
    margin: 130px 0 0 0;
    overflow: hidden;
    background: #A7A495;
}
.soin__titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 10px 0;
    position: relative;
}
.soin__wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.soin__titles h1 {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.soin__titles h2 {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #343C33;
    margin: 0;
}
.soin__titles:after {
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    width: 150%;
}
.soin__content .entry h2 {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.soin__content p, .soin__content li {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #343C33;
}
.soin__content .section-content .grid {
    margin: 0;
    padding: 0;
    max-width: none;
}
.slider-content .slide:before,
.slider-content .slide:after {
    display: none !important;
}
.grid__col-xxs--12.grid__col-m--6.coltext {
    padding: 0;
}
.form__wrapper {
    position: fixed;
    right: 0;
    top: 149px;
    background: rgba(188, 182, 166, 0.95);
    max-width: 750px;
    width: 100%;
    z-index: 9999;
    padding: 50px 150px 30px 150px;
    box-sizing: border-box;
    display: none;
}
.ajax-loader {
    display: none !important;
}
.form__title {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 54px;
    color: #343C33;
}
.form__wrapper .wpcf7-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.form__phone {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #343C33;
    display: flex;
    align-items: baseline;
    margin: 10px 0 25px 0;
}
.form__phone:hover {
    color: #343C33;
}
.form__phone span {
    margin: 0 0 0 10px;
}
.form__wrapper .wpcf7-form-control-wrap {
    width: 100%;
    margin: 0 0 10px 0;
}
.form__wrapper .wpcf7-form-control-wrap.textarea {
    margin: 0 0 5px 0;
}
.form__wrapper span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 10px;
    font-weight: normal;
    display: block;
    margin: 5px 0 0 0;
}
.form__wrapper .wpcf7-form-control-wrap input.wpcf7-not-valid,
.form__wrapper .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
    border: 1px solid #f00;
}
.form__wrapper .wpcf7-response-output {
    margin: 10px 0 0 0;
    padding: 5px;
    border: 2px solid #ff0000;
    font-size: 10px;
    width: 100%;
    color: #ff0000;
}
.form__wrapper .wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
}
.wpcf7-form-control.wpcf7-submit {
    font-family: PT Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    background: #343C33;
    padding: 5px 0;
    cursor: pointer;
}
.form__wrapper .wpcf7-form-control-wrap input {
    width: 100%;
    border: 1px solid #343C33;
    outline: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #343C33;
    padding: 10px;
}
.form__wrapper .wpcf7-form-control-wrap textarea {
    width: 100%;
    border: 1px solid #343C33;
    outline: none;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #343C33;
    padding: 10px;
    height: 100px;
}
.form__wrapper .wpcf7-form-control-wrap input::placeholder {
    color: #343C33;
}
.form__close {
    position: absolute;
    right: 20%;
    top: 20px;
    cursor: pointer;
    display: block;
    z-index: 999;
}
.gallery__scroller .slick-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: rgb(211,210,202);
    background: -moz-linear-gradient(0deg, rgba(211,210,202,1) 0%, rgba(211,210,202,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(211,210,202,1) 60%, rgba(211,210,202,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(211,210,202,1) 0%, rgba(211,210,202,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(211,210,202,1) 60%, rgba(211,210,202,1) 100%);
    background: linear-gradient(0deg, rgba(211,210,202,1) 0%, rgba(211,210,202,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(211,210,202,1) 60%, rgba(211,210,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3d2ca",endColorstr="#d3d2ca",GradientType=1);
}
.gallery__scroller .slick-list::-webkit-scrollbar-thumb {
    background: #A7A495;
    height: 1px;
}
.preloader__content {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #343C33;
    display: none;
}

.preloader__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
#prealoder__image {
    margin: 50px 0 0 0;
}
#prealoder__logo {
    display: none;
}
.form__clicker {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}
.laboratoire__wrapper {
    padding: 100px 0;
    background: linear-gradient(180deg, #D3D2CA 0%, rgba(255, 255, 255, 0) 100%), #BCB6A6;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}
.laboratoire__wrapper .section__title {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto 50px auto;
}
.laboratoire__wrapper .section__title h2 {
    background: #d0cfc6;
}
.laboratoire__left img {
    width: 100%;
    object-fit: contain;
}
.laboratoire__left {
    width: 50%;
}
.laboratoire__right {
    padding: 50px 0 0 50px;
    width: 50%;
}
.laboratoire__right .section__title h2 {
    background: transparent;
}
.laboratoire__right .section__title:before {
    left: 50%;
}
.laboratoire__desc {
    width: 100%;
    max-width: 535px;
    margin: 40px 0 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #343C33;
}

.livret__wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 40%;
}
.livret__wrapper h1 {
    font-family: PT Serif;
    color: #e42c1a;
    letter-spacing: 5px;
    font-size: 40px;
}
.livret__wrapper h2 {
    font-family: PT Serif;
    color: #fff;
    letter-spacing: 3px;
    font-size: 30px;
    padding: 0 0 20px 0;
}
.mobile {
    display: none;
}
.desktop {
    display: block;
}
@media screen and (max-width: 1440px) {
    .philosophie__right {
        align-items: center;
        flex-direction: column;
    }
    .laboratoire__desc {
        margin: 0;
    }
    .laboratoire__wrapper .section__title {
        margin: 0 20px 50px 20px;
    }
}
@media screen and (max-width: 1200px) {
    .main-nav {
        width: 100%;
    }
    .intro__wrapper {
        flex-direction: column;
    }
    .intro__left, .intro__right {
        width: 100%;
        padding-top: 50px;
    }
    .intro__left h1 {
        text-align: center;
    }
    .intro__center--svg {
        margin: 20px auto;
    }
    #intro {
        margin: 0;
        padding: 0 0 50px 0;
    }
    .intro__right {
        padding: 0;
    }
    .philosophie__content {
        margin: 0;
    }
    .laboratoire__wrapper {
        padding: 50px 0;
        flex-direction: column;
    }
    .laboratoire__desc {
        max-width: none;
    }
    .laboratoire__right {
        padding: 50px 20px;
    }
    #philosophie {
        padding: 0 0 50px 0;
    }
    .laboratoire__wrapper > div {
        width: 100%;
    }
    .philosophie__right {
        margin: 0 auto;
    }
    .soins__single a span {
        font-size: 26px;
        line-height: 50px;
    }
    #equipe {
        padding: 50px 0;
    }
    .assistant__single h4 {
        padding: 15px 0;
    }
    #conseils {
        height: auto;
        padding: 50px 0 0 0;
        background-size: cover;
    }
    .conseils__right {
        width: 100%;
        padding: 0 20px;
    }
    .urgences__single--title h3 {
        text-align: center;
        padding: 0 20px;
    }
    .main-nav ul {
        padding: 0 20px;
    }
    .soin__wrapper .grid__row {
        margin-right: 0;
        margin-left: 0;
    }
    .urgences__single--desc div {
        margin-bottom: 5%;
    }
    .urgences__single--title {
        top: 40px;
    }
    .laboratoire__left img {
        width: auto;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .docteur__top {
        flex-direction: column;
    }
    .docteur__top--right h1 {
        font-size: 30px;
        line-height: 40px;
        padding: 10px 0;
    }
    .docteur__top--left img {
        width: 100%;
        height: auto;
    }
    .docteur__top--right svg {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 99;
        margin: 0;
        left: 0;
        width: 100%;
    }
    .docteur__bottom--left img {
        width: 100%;
    }
    .docteur__bottom--right {
        padding: 20px 0 0 0;
        column-count: auto;
        column-gap: 0;
        text-align: justify;
    }
    .livret__wrapper {
        padding: 0 20px;
    }
    .livret__wrapper h1 {
        font-size: 30px;
        text-align: center;
    }
    .livret__wrapper h2 {
        text-align: center;
        font-size: 20px;
    }
    .docteur__bottom .docteur__width {
        flex-direction: column;
    }
    .breadcrumbs__wrapper span {
        font-size: 14px;
        line-height: 18px;
    }
    .docteur__top--right {
        padding: 0;
    }
    .soin__titles {
        padding: 20px 0;
    }
    .soin__titles h1,
    .soin__titles h2 {
        font-size: 24px;
        line-height: 30px;
    }
    #docteur, #soin, #livret {
        margin: 100px 0 0 0;
    }
    .breadcrumbs__wrapper {
        padding: 20px;
    }
    .breadcrumbs {
        height: auto;
    }
    .laboratoire__wrapper {
        flex-direction: column;
        padding: 20px;
    }
    .laboratoire__wrapper > div {
        width: 100%;
    }
    .laboratoire__wrapper > div {
        width: 100%;
        padding: 0;
    }
    .laboratoire__right .section__title:before {
        left: 0;
    }
    .section__title:before {
        bottom: 0;
    }
    .soins__desc {
        position:static;
        width: 100%;
    }
    .soins__info--desc {
        width: 100%;
        padding: 20px;
        position: static;
    }
    .soins__info img {
        width: 100%;
    }
    .soins__single {
        flex-direction: column;
        width: 48%;
        justify-content: flex-start;
        margin: 0 0 25px 0;
    }
    .soins__single--link {
        overflow: hidden;
    }
    .soins__helper {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .lb-data .lb-close {
        right: 20px;
        top: -50%;
    }

    #mobile__button.header__button {
        display: block;
        height: 25px;
        width: 25px;
    }
    .soins__single a span {
        font-size: 20px;
        line-height: 26px;
        color: #A7A495;
        margin: 0 0 0 15px;
        padding: 10px 0;
    }
    .header__button--wrapper {
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 25px;
        flex-direction: column;
        height: 25px;
        justify-content: space-between;
    }
    .header__button span {
        width: 25px;
        height: 2px;
        background: #fff;
        margin: 3px 0;
    }
    .header__button svg {
        display: none;
        position: absolute;
        top: 0;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .intro__center {
        padding: 20px 0;
        width: 100%;
    }
    .intro__center--svg {
        width: 100%;
    }
    .header__contacts {
        display: none !important;
    }
    .main-nav {
        position: absolute;
        left: 0;
        top: 100px;
        background: #343c33;
        width: 100%;
        display: none;
    }
    .header__wrapper {
        flex-direction: row;
        height: 100%;
        justify-content: space-between;
    }
    .main-header {
        height: 100px;
    }
    .header__logo {
        padding: 0;
    }
    .header__logo svg.mobile {
        height: 80px;
        width: auto;
    }
    .intro__left, .intro__right {
        width: 100%;
        padding: 0;
    }
    .main-nav ul {
        flex-direction: column;
        padding: 20px 0;
    }
    .main-nav ul li {
        padding: 0;
    }
    #slideshow {
        height: 100%;
        margin: 100px 0 0 0;
    }
    #video__main {
        width: 100%;
        transform: none;
        position: static;
    }
    #intro {
        padding: 20px 0 0 0;
        margin: 0;
    }
    .desktop__width {
        flex-direction: column;
        align-items: flex-start;
    }
    .w__50 {
        width: 100%;
    }
    .intro__left h1 {
        font-size: 24px;
        line-height: normal;
        text-align: center;
        margin: 0;
    }
    .intro__right {
        padding: 0;
    }
    .section__title h2 {
        padding: 0;
        font-size: 24px;
        background: transparent;
    }
    .philosophie__content {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .conseils__image img {
        width: 100%;
    }
    .laboratoire__wrapper .laboratoire__right {
        padding: 20px 0 0 0;
    }
    .gallery__arrows.gallery__arrows--next {
        bottom: 40px;
    }
    .philosophie__left {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }
    .philosophie__right {
        padding: 0;
        margin: 0 auto;
    }
    .philosophie__right img {
        width: 100%;
        padding: 0;
    }
    #philosophie {
        padding: 0;
    }
    .equipe__single {
        width: 23%;
    }
    .equipe__single--desc > div {
        padding:10px;
    }
    .assistant__content.desktop__width {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .gallery__wrapper {
        padding: 0;
    }
    .urgences__single--desc a {
        width: 200px;
    }
    .laboratoire__desc {
        max-width: none;
    }
    .soins__content--desc {
        padding: 0;
        column-count: auto;
    }
    .gallery__scroller {
        padding: 20px 0 20px 0;
        margin: 0;
    }
    #gallery {
        padding: 20px;
    }
    .assistant__single img {
        width: 100%;
    }
    .assistant__single {
        width: 15%;
        margin: 0 0 15px 0;
    }
    .assistant__content--title {
        padding: 0 0 20px 0;
    }
    #equipe {
        padding: 20px 0;
    }
    .equipe__content__desc {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }
    #equipe svg {
        width: 100%;
        height: auto;
    }

    .equipe__content {
        padding: 20px;
        flex-wrap: wrap;
    }
    #soins {
        padding: 20px 0;
    }
    .soins__content {
        padding: 20px 0 0 0;
    }
    .soins__right {
        display: none !important;
    }
    .equipe__wrapper h2 {
        font-size: 24px;
        background: transparent;
        padding: 0 20px 20px 20px;
    }
    #soins .section__title h2, #contacts .section__title h2 {
        font-size: 24px;
        padding: 0;
        background: transparent;
    }
    #soins .section__title:before, #contacts .section__title:before {
        bottom: 0;
    }
    .soins__content ul {
        padding: 0;
    }
    #soins .soins__single.nav-item a.nav-link {
        font-size: 20px;
        line-height: normal;
        margin: 0;
    }
    #soins .soins__single.nav-item a.nav-link svg {
        display: none;
    }
    #soins .soins__single.nav-item a.nav-link span {
        padding: 0;
    }
    .soins__mobile {
        overflow: hidden;
        max-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 50px;
    }
    .nav-link.active.show+.soins__mobile {
        max-height: 500px;
        padding: 20px 0;
    }
    .soins__mobile a {
        background: #A7A495;
        max-width: 450px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: #343C33;
        padding: 3px 0;
        border: 2px solid #a7a495;
        text-transform: capitalize;
    }
    .soins__mobile a:hover {
        background: #343C33;
        color: #a7a495;
        text-decoration: none;
    }
    #conseils .section__title:before {
        display: none;
    }
    .conseils__wrapper {
        flex-direction: column;
    }
    .urgences__single--desc div {
        margin-bottom: 5%;
    }
    #contacts {
        padding: 20px 0 0 0;
    }
    .urgences__single--title {
        top: 10px;
        padding: 20px;
        text-align: center;
    }
    .conseils__right--desc {
        padding: 15px 0;
    }
    .conseils__single {
        width: 100%;
        padding: 0;
    }
    .conseils__left img {
        width: 100%;
    }
    .form__close {
        right: 10px;
        top: 10px;
    }
    .form__title {
        font-size: 20px;
        line-height: 24px;
    }
    .conseils__right {
        padding: 20px;
        width: 100%;
    }
    .form__wrapper {
        padding: 20px;
    }
    #conseils {

    }
    .conseils__right h2 {
        font-size: 20px;
        line-height: normal;
        text-align: justify;
    }
    .conseils__info {
        text-align: justify;
        padding: 20px 0;
    }
    #urgences {
        padding: 20px 0 0 0;
        flex-direction: column;
        align-items: center;
    }
    .urgences__content {
        padding: 20px 0 0 0;
    }
    .urgences__single {
        padding-bottom: 20px;
        width: 45%;
    }
    .urgences__single--desc {
        padding: 20px;
    }
    .urgences__single h3 {
        line-height: normal;
    }
    .contacts__content {
        padding: 20px 0 0 0;
    }
    .contacts__content {
        flex-direction: column;
    }
    #contacts__map {
        height: 300px;
        margin: 0;
        padding: 0;
    }
    .contacts__right {
        padding: 20px 0;
    }
    .contacts__row svg {
        width: 30px;
    }
    .contacts__row {
        padding: 10px 0 10px 0;
    }
    .main-footer {
        padding: 20px;
    }
    .main-footer .footer__logo {
        position: static;
    }
    .contacts__right--address .contacts__row span {
        width: calc(100% - 30px);
    }
    #conseil {
        margin: 100px 0 0 0;
    }
    .conseil__wrapper {
        padding: 20px;
    }
    .mobile__socials {
        display: flex;
    }
    .mobile__socials > * {
        margin: 0 8px;
    }
    .phone__popup {
        position: fixed;
        background: rgba(52, 60, 51, 0.9);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        display: none;
    }
    .conseils__single a {
        border-bottom: 1px solid;
    }
    .phone__popup > div {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .phone__popup .header__phones--block {
        color: #fff;
        text-align: center;
        font-size: 22px;
        padding: 20px 0;
    }
    .phone__popup .header__phones--block a {
        font-size: 26px;
        display: block;
        margin: 10px 0 0 0;
    }
     .main-nav ul#primary-menu .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
         margin: 0 0 10px 0;
    }
    .main-nav ul li a {
        display: block;
    }
    .main-nav ul li a:not([href]):not([tabindex]) {
        display: none;
    }
    .conseils__content--repeater {
        padding: 20px;
    }
    .conseils__desc {
        padding: 20px 20px 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .main-nav ul#primary-menu .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        margin: 0 0 10px 0;
    }
    .main-nav ul li a {
        display: block;
    }
    .main-nav ul li a:not([href]):not([tabindex]) {
        display: none;
    }
    .laboratoire__left img {
        width: 100%;
    }
    .docteur__top {
        flex-direction: column;
    }
    .docteur__top--right h1 {
        font-size: 30px;
        line-height: 40px;
        padding: 10px 0;
    }
    .docteur__top--left img {
        width: 100%;
        height: auto;
    }
    .urgences__single--desc a {
        width: 100%;
    }
    #conseil {
        margin: 100px 0 0 0;
    }
    .conseil__wrapper {
        padding: 20px;
    }
    .docteur__top--right svg {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 99;
        margin: 0;
        left: 0;
        width: 100%;
    }
    .docteur__bottom--left img {
        width: 100%;
    }
    .docteur__bottom--right {
        padding: 20px 0 0 0;
        column-count: auto;
        column-gap: 0;
        text-align: justify;
    }
    .livret__wrapper {
        padding: 0 20px;
    }
    .livret__wrapper h1 {
        font-size: 30px;
        text-align: center;
    }
    .livret__wrapper h2 {
        text-align: center;
        font-size: 20px;
    }
    .docteur__bottom .docteur__width {
        flex-direction: column;
    }
    .breadcrumbs__wrapper span {
        font-size: 14px;
        line-height: 18px;
    }
    .docteur__top--right {
        padding: 0;
    }
    .soin__titles {
        padding: 20px 0;
    }
    .soin__titles h1,
    .soin__titles h2 {
        font-size: 24px;
        line-height: 30px;
    }
    #docteur, #soin, #livret {
        margin: 100px 0 0 0;
    }
    .breadcrumbs__wrapper {
        padding: 20px;
    }
    .breadcrumbs {
        height: auto;
    }
    .laboratoire__wrapper {
        flex-direction: column;
        padding: 20px;
    }
    .laboratoire__wrapper > div {
        width: 100%;
    }
    .laboratoire__wrapper > div {
        width: 100%;
        padding: 0;
    }
    .laboratoire__right .section__title:before {
        left: 0;
    }
    .section__title:before {
        bottom: 0;
    }
    .soins__desc {
        position:static;
        width: 100%;
        display: none;
    }
    .soins__info--desc {
        width: 100%;
        padding: 20px;
        position: static;
    }
    .soins__single a {
        margin: 0;
        border-bottom: 1px solid;
    }
    .soins__single a svg {
        display: none;
    }
    #gallery .slick-initialized .slick-slide {
        margin: 0;
    }
    .soins__info img {
        width: 100%;
    }
    .soins__single {
        flex-direction: column;
    }
    .lb-data .lb-close {
        right: 20px;
        top: -50%;
    }
    #mobile__button.header__button {
        display: block;
        height: 25px;
        width: 25px;
    }
    .soins__single a span {
        font-size: 24px;
        line-height: 30px;
        color: #A7A495;
        margin: 0;
        padding: 10px 0;
    }

    .soins__single {
        width: 100%;
    }
    .header__button--wrapper {
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 25px;
        flex-direction: column;
        height: 25px;
        justify-content: space-between;
    }
    .header__button span {
        width: 25px;
        height: 2px;
        background: #fff;
        margin: 3px 0;
    }
    .header__button svg {
        display: none;
        position: absolute;
        top: 0;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .intro__center {
        padding: 20px 0;
        width: 100%;
    }
    .intro__center--svg {
        width: 100%;
    }
    .header__contacts {
        display: none !important;
    }
    .main-nav {
        position: absolute;
        left: 0;
        top: 100px;
        background: #343c33;
        width: 100%;
        display: none;
    }
    .header__wrapper {
        flex-direction: row;
        height: 100%;
        justify-content: space-between;
    }
    .main-header {
        height: 100px;
    }
    .header__logo {
        padding: 0;
    }
    .header__logo svg.mobile {
        height: 60px;
        width: auto;
    }
    .intro__left, .intro__right {
        width: 100%;
        padding: 0;
    }
    .main-nav ul {
        flex-direction: column;
        padding: 20px 0;
    }
    .main-nav ul li {
        padding: 0;
    }
    #slideshow {
        height: 100%;
        margin: 100px 0 0 0;
    }
    #video__main {
        width: 100%;
        transform: none;
        position: static;
    }
    #intro {
        padding: 20px 0 0 0;
        margin: 0;
    }
    .desktop__width {
        flex-direction: column;
        align-items: flex-start;
    }
    .w__50 {
        width: 100%;
    }
    .intro__left h1 {
        font-size: 24px;
        line-height: normal;
        text-align: center;
        margin: 0;
    }
    .intro__right {
        padding: 0;
    }
    .section__title h2 {
        padding: 0;
        font-size: 24px;
        background: transparent;
    }
    .philosophie__content {
        flex-direction: column;
        width: 100%;
        padding: 20px 0 0 0;
    }
    .philosophie__left {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }
    .philosophie__left {
        width: 100%;
    }
    .philosophie__right {
        padding: 0;
        margin: 0;
        width: 100%;
        flex-direction: column;
    }
    .philosophie__right img {
        width: 100%;
        padding: 0;
    }
    #philosophie {
        padding: 0;
    }
    .equipe__single {
        width: 47%;
    }
    .equipe__single--desc > div {
        padding:10px;
    }
    .assistant__content.desktop__width {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .gallery__wrapper {
        padding: 0;
    }
    .soins__content--desc {
        padding: 0;
        column-count: auto;
    }
    .gallery__scroller {
        padding: 20px 0 20px 0;
        margin: 0;
    }
    #gallery {
        padding: 20px;
    }
    .assistant__single img {
        width: 100%;
    }
    .assistant__single {
        width: 47%;
        margin: 0 0 15px 0;
    }
    .assistant__content--title {
        padding: 0 0 20px 0;
    }
    #equipe {
        padding: 20px 0;
    }
    .equipe__content__desc {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }
    #equipe svg {
        width: 100%;
        height: auto;
    }

    .equipe__content {
        padding: 20px;
        flex-wrap: wrap;
    }
    #soins {
        padding: 20px 0;
    }
    .soins__content {
        padding: 20px 0 0 0;
    }
    .soins__right {
        display: none !important;
    }
    .equipe__wrapper h2 {
        font-size: 24px;
        background: transparent;
        padding: 0 20px 20px 20px;
    }
    #soins .section__title h2, #contacts .section__title h2 {
        font-size: 24px;
        padding: 0;
        background: transparent;
    }
    #soins .section__title:before, #contacts .section__title:before {
        bottom: 0;
    }
    .soins__content ul {
        padding: 0;
    }
    #soins .soins__single.nav-item a.nav-link {
        font-size: 20px;
        line-height: normal;
        margin: 0;
    }
    #soins .soins__single.nav-item a.nav-link svg {
        display: none;
    }
    #soins .soins__single.nav-item a.nav-link span {
        padding: 0;
    }
    .soins__mobile {
        overflow: hidden;
        max-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 50px;
    }
    .nav-link.active.show+.soins__mobile {
        max-height: 500px;
        padding: 20px 0;
    }
    .soins__mobile a {
        background: #A7A495;
        max-width: 450px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: #343C33;
        padding: 3px 0;
        border: 2px solid #a7a495;
        text-transform: capitalize;
    }
    .soins__mobile a:hover {
        background: #343C33;
        color: #a7a495;
        text-decoration: none;
    }
    #conseils .section__title:before {
        display: none;
    }
    .conseils__wrapper {
        flex-direction: column;
    }
    .urgences__single--desc div {
        margin-bottom: 5%;
    }
    #contacts {
        padding: 20px 0 0 0;
    }
    .urgences__single--title {
        top: 10px;
        padding: 20px;
        text-align: center;
    }
    .conseils__right--desc {
        padding: 15px 0;
    }
    .conseils__single {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0;
    }
    .conseils__left img {
        width: 100%;
    }
    .form__close {
        right: 10px;
        top: 10px;
    }
    .form__title {
        font-size: 20px;
        line-height: 24px;
    }
    .conseils__content--repeater {
        padding: 20px;
    }
    .conseils__desc {
        padding: 20px 20px 0 20px;
    }
    .conseils__right {
        padding: 20px;
        width: 100%;
    }
    .form__wrapper {
        padding: 20px;
    }
    #conseils {
        height: auto;
        background: transparent;
    }
    .conseils__right h2 {
        font-size: 20px;
        line-height: normal;
        text-align: justify;
    }
    .conseils__info {
        text-align: justify;
        padding: 20px 0;
    }
    #urgences {
        padding: 20px 0 0 0;
    }
    .urgences__content {
        padding: 20px 0 0 0;
        flex-direction: column;
    }
    .urgences__single {
        width: 100%;
        padding-bottom: 20px;
    }
    .urgences__single--desc {
        padding: 20px;
    }
    .urgences__single h3 {
        line-height: normal;
    }
    .contacts__content {
        padding: 20px 0 0 0;
    }
    .contacts__content {
        flex-direction: column;
    }
    #contacts__map {
        height: 300px;
        margin: 0;
        padding: 0;
    }
    .contacts__right {
        padding: 20px 0;
    }
    .contacts__row svg {
        width: 30px;
    }
    .contacts__row {
        padding: 10px 0 10px 0;
    }
    .main-footer {
        padding: 20px;
    }
    .main-footer .footer__logo {
        position: static;
    }
    .contacts__right--address .contacts__row span {
        width: calc(100% - 30px);
    }
    .mobile__socials {
        display: flex;
    }
    .mobile__socials > * {
        margin: 0 8px;
    }
    .phone__popup {
        position: fixed;
        background: rgba(52, 60, 51, 0.9);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        display: none;
    }
    .conseils__single a {
        border-bottom: 1px solid;
    }
    .phone__popup > div {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .phone__popup .header__phones--block {
        color: #fff;
        text-align: center;
        font-size: 22px;
        padding: 20px 0;
    }
    .phone__popup .header__phones--block a {
        font-size: 26px;
        display: block;
        margin: 10px 0 0 0;
    }
}
#sgpb-popup-dialog-main-div {
    max-width: 600px !important;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .sgpb-popup-dialog-main-div-theme-wrapper-4 {
        top: 10px !important;
        width: 100%;
        z-index: 999999999 !important;
    }
    #sgpb-popup-dialog-main-div {
        max-width: 75% !important;
        padding: 20px 20px 0 20px !important;
        margin: inherit !important;
    }
    #sgpb-popup-dialog-main-div-wrapper #sgpb-close-button {
        right: 20% !important;
    }
}
.sg-popup-builder-content li {
    font-size: 1.2em;
    line-height: 1.4em;
    list-style: square;
    margin: 5px 0 5px 20px;
}
.gallery__scroller .slick-list {
    overflow-x: scroll;
    padding: 70px 0 50px 0;
}
.slick-slide img {
    width: 100%;
}
.slick-initialized .slick-slide {
    margin: 0 50px 0 0;
}
.gallery__arrows--prev {
    position: absolute;
    top: 20px;
    cursor: pointer;
    z-index: 9;
}
.gallery__arrows--next {
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    z-index: 9;
}
.gallery__arrows svg {
    width: 20px;
    height: auto;
}
.gallery__arrows--prev svg path {
    fill: #a7a495;
}