/*

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

*/
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/quicksand-v31-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/quicksand-v31-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/quicksand-v31-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/quicksand-v31-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/quicksand-v31-latin-700.woff2') format('woff2');
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
* {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #000000;
}
.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.custom__width {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.owl-carousel .owl-item img {
    object-position: center;
    object-fit: contain;
    width: auto;
}
header {
    height: 80px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
a:hover {
    text-decoration: none;
}
.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__menu a {
    color: #606161;
    line-height: 16px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header__menu a:hover, .header__menu a.mPS2id-highlight {
    color: #C69849;
}
.header__menu li {
    padding: 0 50px;
}
#menu__button {
    width: 30px;
    height: 20px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 30px;
    top: 30px;
    display: none;
}
#menu__button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #606161;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menu__button span:nth-child(even) {
    left: 50%;
}
#menu__button span:nth-child(odd) {
    left:0;
}
#menu__button span:nth-child(1), #menu__button span:nth-child(2) {
    top: 0;
}
#menu__button span:nth-child(3), #menu__button span:nth-child(4) {
    top: 8px;
}
#menu__button span:nth-child(5), #menu__button span:nth-child(6) {
    top: 16px;
}
#menu__button.open span:nth-child(1),#menu__button.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menu__button.open span:nth-child(2),#menu__button.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu__button.open span:nth-child(1) {
    left: 5px;
    top: 5px;
}
#menu__button.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 5px;
}
#menu__button.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
#menu__button.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
#menu__button.open span:nth-child(5) {
    left: 5px;
    top: 10px;
}
#menu__button.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 10px;
}
.header__socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 15%;
}
.header__socials a:hover svg {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.header__phn-wrap a {
    background: #fff;
    border: 2px solid #C69849;
    border-radius: 50px;
    display: flex;
    align-items: center;
    min-height: 26px;
    min-width: 26px;
}
#slider {
    padding: 80px 0 0 0;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.slider__image {
    width: 100%;
}
.slider__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    align-items: center;
    z-index: 9;
}
.slider__content a {
    z-index: 99;
}
.seo__title {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.seo__title h1 p,
.seo__title h2,
.seo__title p {
    line-height: 24px;
    font-size: 18px;
    text-transform: uppercase;
    color: #606161;
    margin: 0;
}
.seo__title h1 {
    line-height: 38px;
    font-size: 30px;
	margin-bottom: 15px;
    text-transform: uppercase;
    color: #606161;
}
.seo__title h2 {
    margin: 0;
}
#bienvenue {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.bienvenue__left--top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#bienvenue .bienvenue__image img {
    width: 100%;
}
.bienvenue__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #B4AFA9;
    padding: 0 50px;
}
.bienvenue__title {
    font-weight: normal;
    line-height: 42px;
    font-size: 36px;
    text-align: center;
    color: #606161;
}
.bienvenue__subtitle {
    font-weight: normal;
    line-height: 30px;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #606161;
}
.bienvenue__info p {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
}
.bienvenue__hours h2 {
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #606161;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 30px;
}
.bienvenue__hours {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bienvenue__days {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bienvenue__days span{
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
}
.bienvenue__days--single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 5px 0;
}
.bienvenue__days--single span:nth-of-type(1) {
    color: #C69849;
    text-align: right;
    width: 130px;
    margin: 0 10px 0 0;
}
.bienvenue__days--single span:nth-of-type(2) {
    color: #606161;
    text-align: left;
    width: 260px;
}
.bienvenue__days--single.current span:nth-of-type(1) {
    color: #C69849;
}
.bienvenue__days--single.current span:nth-of-type(2) {
    color: #C69849;
}
.bienvenue__right {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.bienvenue__right--simage {
    padding: 90px 0 90px 90px;
    background: #C0AD95;
    overflow: hidden;
    cursor: pointer;
}
.bienvenue__right--simage:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bienvenue__right--bimage {
    overflow: hidden;
}
.bienvenue__right--bimage:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#hygiene {
    height: 950px;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.hygiene__left {
    background: #EDE8E1 url("/wp-content/uploads/hygiene-sterilisation-drs-demange-sieber.png") -50px -50px no-repeat;
    height: 100%;
}
.hygiene__content--left, .hygiene__content--right {
    max-width: 480px;
    width:100%
}
.hygiene__content--left img {
    width: 100%;
}
.hygiene__content {
    display: flex;
    justify-content: space-between;
}
.hygiene__wrapper--title {
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #606161;
}
.hygiene__wrapper {
    height: 100%;
}
.hygiene__content--right {
    background: #B4AFA9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hygiene__content--subtitle {
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #606161;
    margin-bottom: 30px;
}
.hygiene__content--text {
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 50px;
}
.hygiene__content {
    position: absolute;
    bottom: 150px;
    left: 11%;
    z-index: 99;
}
.hygiene__wrapper--title {
    position: absolute;
    top: 150px;
    left: 11%;
}
.owl-dots {
    position: absolute;
    bottom: 125px;
    width: 100%;
    text-align: center;
}
.owl-dot {
    width: 14px;
    height: 14px;
    background: #EDE8E1 !important;
    border-radius: 50%;
    cursor: pointer !important;
    margin: 0 10px;
    outline: none;
}
.owl-dot.active {
    background: #fff !important;
}
.owl-carousel.slideshow .owl-item img {
    width: auto;
}
#hightech {
    background: #fff;
    padding: 100px 11%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.hightech__single {
    display: flex;
    flex-direction: column;
    width: 30%;
}
.hightech__single img {
    width: 100%;
}
.hightech__title {
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #C69849;
    margin-bottom: 40px;
    display: block;
}
.hightech__desc {
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    color: #000;
    padding: 40px 100px 0 100px;
    display: block;
}
.hightech__image {
    overflow: hidden;
}
.hightech__image:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#technologie {
    background: #EDE8E1;
    padding: 100px 150px 0 150px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.technologie__title h2 {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #606161;
    margin-bottom: 60px;
}
.technologie__title {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 190px;
    height: 300px;
    align-items: center;
    justify-content: flex-end;
}
.technologie__wrapper,
.technologie__images {
    display: flex;
    justify-content: space-between;
}
.technologie__images {
    max-width: 880px;
}
.technologie__image {
    width: calc(100%/3);
}
.technologie__block {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.technologie__block:hover, .technologie__block.hovered2 {
    background: #C0AD95;
}
.technologie__blocks {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}
.technologie__block:hover .technologie__subtitle, .technologie__block.hovered2 .technologie__subtitle {
    line-height: 28px;
    font-size: 24px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.technologie__block:hover .technologie__desc, .technologie__block.hovered2 .technologie__desc {
    color: #fff;
}
.technologie__block {
    background: #fff;
}
.technologie__block .technologie__subtitle {
    line-height: 28px;
    font-size: 24px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #606161;
    margin-bottom: 10px;
}
.technologie__block .technologie__desc {
    color: #606161;
}
.technologie__image {
    background: #C0AD95;
    overflow: hidden;
}
.technologie__image img {
    height: 100%;
    object-fit: contain;
}
.technologie__image.hovered img {
    /*opacity: 0.3;*/
}
.technologie__image.hovered2 img, .technologie__image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#equipe {
    padding: 100px 0 0 150px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.equipe__title {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 190px;
    height: 0;
    align-items: baseline;
    justify-content: flex-start;
}
.equipe__title h2 {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #C69849;
    margin-left: 25px;
    margin-top: 30px;
}
.equipe__wrapper {
    width: 100%;
    background: #B4AFA9;
}
.equipe__wrapper--top {
    display: flex;
    align-items: center;
}
.equipe__asists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 9% 0 8%;
}
.equipe__single {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    width: 49%;
}
.equipe__single--subtitle {
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 20px 0 6px;
}
.equipe__single--text {
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
}

.equipe__single-big {
    position: relative;
    overflow: hidden;
}
.equipe__single-big--image {
    position: relative;
    z-index: 1;
}
.equipe__wrapper--bottom {
    background: #C0AD95;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 83%;
    height: 100%;
    padding: 20px 40px;
    justify-content: flex-start;
    color: #fff;
    transition: 0.3s;
}
.equipe__wrapper--bottom ul {
    margin-top: 32px;
}
.equipe__single-big:hover .equipe__wrapper--bottom {
    transition: 0.3s;
    top: 0;
}
.equipe__name {
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.equipe__wrapper--bottom ul li {
    line-height: 18px;
    font-size: 14px;
    margin: 15px 0;
    color: #FFFFFF;
    background: url(/wp-content/uploads/equipe_docteurs-demange-sieber-saverne-dentiistes-chirurgiens.png) left center no-repeat;
    padding-left: 80px;
}
#traitements {
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}
.traitements__title {
    margin-left: 11%;
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #606161;
    display: block;
    margin-bottom: 100px;
}
.traitements__wrapper {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    z-index: 99;
    position: relative;
}
.traitements__left {
    background: #EDE8E1;
    padding: 65px 0 65px 11%;
    width: 42%;
}
.traitements__right {
    width: 58%;
}
.traitements__mobile {
    overflow: hidden;
    max-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
}
.nav-link.active.show + .traitements__mobile {
    max-height: 250px;
    padding: 20px 0;
}
#traitements .nav-link {
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #606161;
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-left: 38px;
    text-indent: -38px;
}
#traitements .nav-link:hover {
    color: #C69849;
}
#traitements .nav-tabs .nav-item {
    padding: 5px 0;
    margin: 0;
}
#traitements .nav-link.active.show  {
    color: #C69849;
}
.traitements__mobile {
    display: none;
}
.traitements__mobile a {
    width: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #fff;
    margin-top: 15px;
    padding: 5px 0;
}
.traitements__helper {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}
.traitements__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab-content {
    position: relative;
}
.traitements__content--left {
    background: rgba(179, 174, 168, 0.7);
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.traitements__content--left a {
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #fff;
    padding: 10px 40px;
}
.traitements__content--left a:hover {
    background: #fff;
    color: #B4AFA9;
}
.traitements__content--right {
    width: 60%;
    background: rgba(96, 97, 97, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
    justify-content: center;
    padding: 0 50px 0 50px;
    height: 100%;
}
.traitements__bg {
    background: url(/wp-content/uploads/equipe_sante-dentaire-saverne-drs-demange-sieber.png) right bottom no-repeat;
    width: 534px;
    height: 907px;
    position: absolute;
    right: 0;
    z-index: 99;
    top: -670px;
}
#conseils {
    margin-bottom: 100px;
    /*background: #606161 url("/wp-content/uploads/conseils_bg.png") left center no-repeat;*/
    background: #606161;
    display: flex;
    justify-content: space-between;
}
.conseils__right {
     width: 58%;
}
.conseils__left {
    width: 42%;
    padding-left: 11%;
}
.conseils__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.conseils__helper {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    padding: 0 150px 0 70px;
}
.conseils__helper span {
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
}
.conseils__helper {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    padding: 0 150px 0 70px;
}
.conseils__helper a:hover {
    background: #fff;
    color: #B4AFA9;
}
.conseils__helper a {
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #fff;
    padding: 9px 39px;
    margin-top: 50px;
}
.conseils__left .nav {
    width: 480px;
    background: #B4AFA9;
    padding: 0 80px 80px 80px;
    border: none;
    height: 100%;
}
#conseils .nav-link {
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #606161;
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
	transition: 0.3s;
}
#conseils .nav-link:hover {
    color: #fff;
	transition: 0.3s;
}
#conseils .nav-link.active.show {
    color: #fff;
}
.conseils__mobile {
    overflow: hidden;
    max-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
}
.nav-link.active.show + .conseils__mobile {
    max-height: 300px;
    padding: 20px 0;
}
#conseils .nav-tabs .nav-item {
    padding: 5px 0;
    margin: 0;
}
.conseils__mobile a {
    width: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #fff;
    margin-top: 15px;
    padding: 5px 0;
}
.conseils__mobile {
    display: none;
}
.conseils__title {
    padding: 80px 0 80px 0;
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #606161;
}
#laboratoire {
    padding: 100px 0 0 0;
    background: #EDE8E1;
    display: flex;
    justify-content: flex-end;
}
.laboratoire__content {
    display: flex;
    flex-direction: column;
    width: 645px;
    justify-content: center;
}
.laboratoire__title, .laboratoire__desc {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 200px 0 40px;
}
.laboratoire__images {
    display: flex;
    justify-content: space-between;
}
.laboratoire__images img {
    width: 100%;
}
.laboratoire__image {
    overflow: hidden;
}
.laboratoire__title {
    background: #C0AD95;
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.laboratoire__desc {
    line-height: 18px;
    font-size: 14px;
    color: #000000;
}
#urgences {
    background: #fff;
    padding: 100px 11%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
section {
    overflow: hidden;
}
.urgences__title {
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #C69849;
    margin-bottom: 40px;
    display: block;
}
.urgences__single {
    display: flex;
    flex-direction: column;
    width: 30%;
}
.urgences__single:nth-of-type(1) .urgences__content {
    background: #A98E75;
}
.urgences__single:nth-of-type(2) .urgences__content {
    background: #A09C95;
}
.urgences__single:nth-of-type(3) .urgences__content {
    background: #606161;
}
.urgences__single .urgences__content {
    padding: 125px 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.urgences__name {
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.urgences__text {
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
    flex: 1;
}
.urgences__content a {
    width: 300px;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #fff;
    margin-top: 15px;
    padding: 5px 0;
}
.urgences__content a:hover {
    background: #fff;
    color: #B4AFA9;
}

footer {
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 25px 0;
    align-items: center;
    flex-direction: column;
}
.footer__info {
    line-height: 14px;
    font-size: 11px;
    text-transform: uppercase;
    color: #606161;
    margin-top: 20px;
}
footer .footer__info a {
    line-height: 14px;
    font-size: 11px;
    text-transform: uppercase;
    color: #606161;
    text-decoration: underline;
}
.contact__close {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 50px;
    top: 10%;
    right: 25%;
    z-index: 4;
}
.contact__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 4px;
    margin-top: -2px;
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
}
.contact__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 4px;
    margin-top: -2px;
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
}
.contact__form.contact__form--visible {
    transform: translateY(0);
}
.contact__form {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 99999;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wpcf7 {
    max-width: 600px;
    width: 100%;
}
.wpcf7-form-control-wrap input {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 5px;
    font-size: 18px;
    margin: 5px 0;
    outline: none;
}
.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder {
    color: #fff;
}
.wpcf7-form-control-wrap textarea {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 5px;
    font-size: 18px;
    margin: 5px 0;
    outline: none;
    height: 150px;
}
.wpcf7-submit {
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #fff;
    padding: 9px 39px;
    margin-top: 25px;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    cursor: pointer;
}
.wpcf7-submit:hover {
    background: #fff;
    color: #B4AFA9;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    color: #fff;
}

.access__days .bienvenue__days--single span:nth-of-type(1) {
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
}
.access__days .bienvenue__days--single span:nth-of-type(2){
    line-height: 18px;
    font-size: 14px;
    color: #FFFFFF;
}
.link__button {
    line-height: 22px;
    font-size: 22px;
    text-transform: uppercase;
    color: #C0AD95;
    border: 1px solid #C0AD95;
    padding: 10px 0;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 25px auto 0 auto;
}
.link__button:hover {
    color: #fff;
    background: #C0AD95;
}
.link__phone, .link__phone:hover  {
    line-height: 30px;
    font-size: 30px;
    color: #C0AD95;
    margin: 10px auto 10px auto;
    display: block;
}
.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: #b4afa9;;
}
#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__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: #b4afa9;;
    font-size: 120px;
    line-height: 140px;
    margin-bottom: 40px;
}
.error404__title {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
    display: block;
}
.error404__subtitle {
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 50px;
}
.error404__button {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border: 5px solid #b4afa9;;
    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: #b4afa9;
    color: #fff;
    text-decoration: none;
}
.custom__post--image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 300px;
}
.custom__post--image img {
    object-fit: contain;
    width: 100%;
}
#custom__post {
    padding: 80px 0 0 0;
}
.custom__post--wrapper {
    margin: 0 auto;
    max-width: 1240px;
    padding: 20px;
}
.custom__post--wrapper h1 {
    margin: 0 0 20px 0;
    line-height: 34px;
    font-size: 30px;
    text-transform: uppercase;
    color: #606161;
}
.custom__post--wrapper h2 {
    line-height: 28px;
    font-size: 24px;
    text-transform: uppercase;
    color: #606161;
}
.custom__post--wrapper p {
    font-size: 16px;
    line-height: 20px;
}
.custom__post--wrapper li {

}
.custom__post--wrapper ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.custom__post--wrapper ul li:before {
    content: '●';
    position: absolute;
    top: 0px;
    left: 0;
    color: #C69849;
}
.custom__post--wrapper a {
    color: #C69849;
}

.custom__post--back {
    display: flex;
    align-items: center;
    padding: 20px 0 0 0;
    cursor: pointer;
}
.custom__post--back span {
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 10px;
}
.aligncenter {
    margin: 0 auto;
    display: block;
}
.custom__post--breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 10px 0;
}
.custom__post--breadcrumbs p {
    margin: 0;
    font-weight: bold;
}
.custom__post--breadcrumbs span {
    margin: 0 10px;
}
.custom__post--breadcrumbs * {
    font-size: 12px !important;
}
.custom__post--breadcrumbs a {
    color: #C69849;
}



/*contact*/
#contact {
    display: flex;
    flex-wrap: wrap;
}
.contact__data {
    background: #EDE8E1;
    padding: 80px 40px;
    padding-left: 11%;
}
.contact__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.contact__content--item {
    margin-bottom: 24px;
}
.contact__content--item a, .contact__content--item span {
    margin-left: 16px;
    color: #000;
    transition: 0.3s;
}
.contact__content--item a:hover {
    color: #C69849;
    transition: 0.3s;
}
.contact__content--hours-ttl {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
.contact__content--hours-wrap {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact__content--hours-row {
    margin-bottom: 8px;
    display: flex;
}
.contact__content--hours-row .day {
    width: 130px;
    padding-right: 15px;
}
.contact__content--hours-row .time {
    width: 190px;
}
.contact__content--hours .access__days {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact__content--hours .access__days span {
    padding-bottom: 8px;
    display: block;
}
.contact__content--hours .access__days br {
    display: none;
}

.contact__content--hours-row.current .day:before {
    content: '•';
    margin-right: 9px;
}

.contact__content--button {
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    border: 1px solid #333;
    margin-top: 32px;
    padding: 12px 25px;
    cursor: pointer;
    width: 100%;
    max-width: 360px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact__content--button:hover {
    color: #fff;
    background: #C0AD95;
    border-color: #C0AD95;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#gmap_canvas {
    width: 100%;
    height: 100%;
}
.contact__image img {
    max-width: 100%;
}
.contact__pageform {
    position: relative;
    padding: 80px 0;
    padding-right: 11%;
    padding-left: 7%;
}
.contact__pageform-ttl {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}
.contact__pageform .wpcf7-form-control-wrap input, .contact__pageform .wpcf7-form-control-wrap textarea {
    color: #000;
    border-color: #000;
}
.contact__pageform .contact__pageform form {
    max-width: 490px;
    width: 100%;
}

.contact__pageform .wpcf7-form-control-wrap input::placeholder, .contact__pageform .wpcf7-form-control-wrap textarea::placeholder {
    color: #888;
}

.contact__pageform .wpcf7-submit {
    color: #333;
    border-color: #333;
}
.contact__pageform .wpcf7-submit:hover {
    color: #fff;
    background: #C0AD95;
    border-color: #C0AD95;
}
.wpcf7-exclusive-checkbox input[type="checkbox"] {
    display: none;
}

.wpcf7-exclusive-checkbox span.wpcf7-list-item-label::before {
    content: '';
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="11" stroke="%23333333" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
}

.wpcf7-exclusive-checkbox span.wpcf7-list-item-label {
    position: relative;
    margin-left: 0;
    padding: 5px 0;
    padding-left: 37px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.wpcf7-exclusive-checkbox input:checked + span.wpcf7-list-item-label::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="11" stroke="%23333333" stroke-width="2"/><circle cx="12" cy="12" r="7" fill="%23C69849"/></svg>') no-repeat;
}

.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-list-item label {
    display: block;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px;
}


/*contact*/

.technologie__title h3 {
    color: #606161;
}

.bienvenue__hours h3 {
    color: #606161;
}

h3.contact__title {
    color: #606161;
}
.contact__content--hours-ttl {
    color: #606161;
}
.contact__pageform-ttl {
    color: #606161;
}

/*custom_anchors*/
.anchor_block {
    opacity: 0;
    pointer-events: none;
}
.technologie_anchor {
    top: -100px;
    position: absolute;
    left: 0;
    width: 100%;
}
.traitements_anchor {
    top: -140px;
    position: absolute;
    left: 0;
    width: 100%;
}
.contact_anchor {
    top: -60px;
    position: absolute;
    left: 0;
    width: 100%;
}
/*custom_anchors*/.grecaptcha-badge { visibility: hidden; }
