/*
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
*/
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-display: block;
    font-weight: 300;
    src: local('Fira Sans Light'), local('FiraSans-Light'),
    url('/wp-content/themes/moulin/fonts/fira-sans-v10-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/wp-content/themes/moulin/fonts/fira-sans-v10-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-display: block;
    font-weight: 400;
    src: local('Fira Sans Regular'), local('FiraSans-Regular'),
    url('/wp-content/themes/moulin/fonts/fira-sans-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/wp-content/themes/moulin/fonts/fira-sans-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-display: block;
    font-weight: 500;
    src: local('Fira Sans Medium'), local('FiraSans-Medium'),
    url('/wp-content/themes/moulin/fonts/fira-sans-v10-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/wp-content/themes/moulin/fonts/fira-sans-v10-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: block;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
    url('/wp-content/themes/moulin/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/wp-content/themes/moulin/fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: block;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('/wp-content/themes/moulin/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/wp-content/themes/moulin/fonts/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.animate, a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
body p {
    margin-bottom: 10px;
}
a:hover {
    text-decoration: none !important;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.custom__width {
    width: 100%;
    max-width: 1570px;
    margin: 0 auto;
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.header__logo svg {
    height: 45px;
}
.header__navigation {
    width: 100%;
    padding-left: 150px;
}
.header__menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.header__menu a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header__menu a:hover {
    color: #FF4D1C;
}
.header__menu .access__link a {
    color: #FF4D1C !important;
    text-transform: uppercase;
    font-weight: bold;
}
#slideshow {
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}
.slideshow__content {
    position: absolute;
    top: 35%;
    z-index: 99;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.slideshow__desc {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    margin-top: 50px;
}
.slideshow__desc span {
    display: block;
}
.header__phone {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.header__slider {
    cursor: pointer;
    position: fixed;
    right: 0;
    background: #FF4D1C;
    display: flex;
    align-items: center;
    height: 48px;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    margin-right: 48px;
}
.header__slider:hover {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-right: 0;
}
.header__slider--link a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 0 10px;
}
.header__slider--link a:hover {
    color: #FFFFFF;
}
.header__slider--first {
    top: 115px;
}
.header__slider--second {
    top: 190px;
}
#equipe {
    background: linear-gradient(270deg, #F1F1F1 0%, #FFFFFF 100%);
}
.equipe__wrapper {
    padding: 100px 0;
    background: url('/wp-content/uploads/eq_2.png') right center no-repeat;
}
.section__title {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #FF4D1C;
    margin: 0;
    padding-bottom: 50px;
}
.equipe__content {
    display: flex;
    justify-content: space-between;
}
.equipe__content--left {
    display: flex;
    flex-direction: column;
}
.equipe__content--right {
    display: flex;
    flex-wrap: wrap;
}
.assistant__content--image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px 40px;
}
.assistant__name {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #171717;
    display: block;
    background: #fff;
    width: 100%;
    text-align: center;
}
header.sticky__header {
    background: #fff;
    z-index: 9999;
}
header.sticky__header .header__wrapper {
    padding: 5px 0;
}
header.sticky__header .header__menu a {
    color: #000;
}
header.sticky__header .header__menu a:hover, header.sticky__header .header__menu a.mPS2id-highlight {
    color: #FF4D1C;
}
.equipe__content--single {
    display: flex;
    justify-content: space-between;
    width: 564px;
    margin: 0 0 40px 0;
}
.equipe__content--single--desc {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 10px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.equipe__content--single--desc p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    color: #171717;
}
.equipe__content--single--desc span {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: #171717;
    margin-bottom: 15px;
}
#societes {
    background: #fff;
    padding: 100px 0;
}
.small__width {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.societes__desc, .section__desc {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #171717;
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}
.section__desc p {
    margin: 0;
}
.societes__block {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}
.societes__single a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.societes__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    color: #171717;
    margin-top: 20px;
    display: block;
    text-align: center;
}
#parallax_one, #parallax_two {
    height: 600px;
    overflow: hidden;
}
#parallax_one > div, #parallax_two > div {
    height: 1200px;
}
#cabinet {
    padding: 100px 0;
}
.gallery__top {
    width: 100%;
    display: flex;
    overflow: hidden;
}
.gallery__top--image {
    margin: 0 20px 0 0;
}
.gallery__top--image img {
    width: 100%;
}
.gallery__top--image:last-of-type {
    margin: 0;
}
.gallery__wrapper {
    margin-top: 50px;
}
[data-featherlight] img {
    cursor: pointer !important;
}
.gallery__wrapper img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.gallery_left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 20px;
}
.gallery__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.gallery_left--top, .gallery_left--bottom, .gallery_right--top {
    display: flex;
    width: 100%;
}
.gallery_left--top--image,
.gallery_left--bottom--image,
.gallery_right--top--image{
    margin: 0 20px 0 0;
}
.gallery_left--top--image img,
.gallery_left--bottom--image img,
.gallery_right--top--image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.gallery_left--top--image:last-of-type,
.gallery_left--bottom--image:last-of-type,
.gallery_right--top--image:last-of-type {
    margin: 0;
}
.gallery_left--top, .gallery_right--top {
    margin-bottom: 20px;
}
.featherlight:last-of-type {
    background: rgba(46, 43, 59, 0.96) !important;
}
.featherlight .featherlight-content .featherlight-close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: transparent url("/wp-content/uploads/close_btn.png") 0 0 no-repeat !important;
    outline: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.featherlight .featherlight-content .featherlight-previous {
    right: 36px;
    position: absolute;
    top: unset;
    left: unset;
    width: 35px;
    height: 35px;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #000 url(/wp-content/uploads/left_unact.png) center center no-repeat !important;
    opacity: 1;
}
.featherlight .featherlight-content .featherlight-previous:hover {
    background: #000 url(/wp-content/uploads/left_act.png) center center no-repeat !important;
}
.featherlight .featherlight-content .featherlight-next {
    border-left: 1px solid #fff;
    right: 0px;
    position: absolute;
    top: unset;
    left: unset;
    width: 35px;
    height: 35px;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #000 url(/wp-content/uploads/right_unact.png) center center no-repeat !important;
    opacity: 1;
}
.featherlight .featherlight-content .featherlight-next:hover {
    background: #000 url(/wp-content/uploads/right_act.png) center center no-repeat !important;
}
#articles {
    background: linear-gradient(270deg, #F2F2F2 0%, #FFFFFF 100%);
    padding: 100px 0;
}
.articles__content--subtitle {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #171717;
    margin-top: 15px;
    display: block;
}
.articles__wrapper {
    display: flex;
    justify-content: space-between;
}
.articles__single {
    width: 49%;
}
.articles__single:hover .articles__content--subtitle {
    opacity: 0;
}
.articles__single:hover .articles__des--subtitle {
    color: #fff;
}
.articles__single:hover .articles__desc {
    opacity: 1;
}
.articles__content {
    position: relative;
}
.articles__content img {
    width: 100%;
}
.articles__image {
    position: relative;
}
.articles__desc {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 77, 28, 0.8);
    padding: 12% 6% 0 6%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    opacity: 0;
}
.articles__des--subtitle {
    font-family: Fira Sans;
    font-style: normal;
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    position: absolute;
    z-index: 999;
    top: 10%;
    color: #10226f;
}
.articles__single:nth-of-type(even) .articles__des--subtitle {
    left: 6%;
    text-align: left;
}
.articles__single:nth-of-type(odd) .articles__des--subtitle {
    left: 6%;
    text-align: left;
}
.articles__single:nth-of-type(odd) .articles__desc {
    text-align: left;
}
.articles__single:nth-of-type(even) .articles__desc {
    text-align: left;
}
#orthodontie {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#orthodontie .owl-carousel .owl-item img {
    height: 100%;
}
#orthodontie .owl-carousel .item {
    height: 100%;
}
.owl-carousel {
    position: relative;
    height: 100%;
}
.societes__single--image {
    min-height: 100px;
}
.orthodontie__wrapper {
    padding: 100px 0 0 0;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    z-index: 99;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.orthodontie__content--title {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 60px;
    display: block;
}
.orthodontie__content {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.orthodontie__content p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.button__link {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 240px;
    background: #FF4D1C;
    padding: 5px 0;
    border: 1px solid #ff4d1c;
    cursor: pointer;
}
.button__link:hover {
    background: #fff;
    color: #FF4D1C;
}
.orthodontie__content .button__link {
    margin-top: 30px;
}
#parcours {
    background: #2E2B3B;
}
.parcours__wrapper {
    padding: 80px 0;
    background: url(/wp-content/uploads/parc_bg.png) right center no-repeat;
}
#parcours .section__title {
    color: #fff;
}
.parcours__single {
    display: flex;
    flex-direction: column;
    width: 19%;
    position: relative;
}
.parcours__single svg {
    margin: 0 auto;
}
.parcours__single:hover circle {
    fill: #FF4D1C;
}
.parcours__single:hover path {
    fill:white;
    stroke:transparent;
}
.parcours__single:hover .parcours__single--title {
    color: #FF4D1C;
}
.parcours__single--title {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    padding: 20px 0;
}
.parcours__single p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
    text-align: center;
}
.parcours__content {
    display: flex;
    justify-content: space-between;
}
.parcours__single:after {
    content: '';
    background: #fff;
    height: 2px;
    position: absolute;
    left: 75%;
    top: 18%;
    right: -32%;
}
.parcours__single:last-of-type:after {
    display: none;
}
#consultation {
    padding: 100px 0;
    background: #F7F7F7;
}
.consultation__wrapper {
    justify-content: space-between;
    display: flex;
}
.consultation__desc {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
}
.consultation__desc:before {
    background: #FFFFFF;
    transform: matrix(0.71, 0.91, -0.55, 0.71, 0, 0);
    position: absolute;
    top: -10px;
    content: '';
    width: 28px;
    height: 28px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.consultation__single {
    width: 31%;
    overflow: hidden;
}
.consultation__single:nth-of-type(2) video {
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.consultation__single img {
    width: 100%;
}
.consultation__desc--title {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #171717;
    padding: 20px 0;
    z-index: 999;
}
.consultation__desc--subtitle {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    background: #2E2B3B;
    width: 100%;
    padding: 2px 0;
}
.consultation__desc p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    text-align: left;
    color: #171717;
    padding: 0 50px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.consultation__single:hover .consultation__desc {
    background: #FF4D1C;
}
.consultation__single:hover .consultation__desc--subtitle {
    background: #FF4D1C;
    color: #FF4D1C;
}
.consultation__single:hover .consultation__desc p {
    color: #fff;
}
.consultation__single:hover .consultation__desc--title {
    color: #fff;
}
.consultation__single:hover .consultation__desc:before {
    background: #FF4D1C;
}
#questions {
    padding: 100px 0 0 0;
}
.questions__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.questions__left, .questions__right {
    width: 49%;
}
.questions__single--header button {
    display: block;
    width: 100%;
    text-align: left;
    background: #2E2B3B url('/wp-content/uploads/down_arrow.png') 95% center no-repeat;
    border: none;
    border-radius: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
    padding: 12px 65px 12px 40px;
    text-decoration: none !important;
}
.questions__single--header button:not(.collapsed) {
 background: #2E2B3B url('/wp-content/uploads/up_arrow.png') 95% center no-repeat;
}
.questions__single--header button:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.questions__single--header {
    border-bottom: 4px solid #fff;
}
.questions__single--content {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    color: #171717;
    padding: 20px 40px;
}
.urgences__content {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.urgences__single {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 17%;
}
.urgences__single:hover .urgences__single--title {
    color: #FF4D1C;
}
.urgences__single--title {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #2E2B3B;
    display: block;
    padding: 20px 0;
    text-align: center;
}
.urgences__single--content {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #727272;
}
.urgences__image {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#urgences {
    padding: 100px 0;
    width: 100%;
    overflow: hidden;
}
.questions__single:last-of-type .questions__single--header {
    border: none;
}
.map__wrapper {
    width: 100%;
    overflow: hidden;
    height: 360px;
}
footer {
    background: #2E2B3B;
}
.footer__wrapper {
    background: url(/wp-content/uploads/parc_bg.png) right center no-repeat;
    padding: 50px 0;
}
.footer__width {
    width: 100%;
    max-width: 1570px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}
.footer__single--subtitle {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
}
.footer__copy span {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
}
.footer__copy a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
}
.footer__copy a:hover, .footer__phones a:hover {
    color: #fff;
}
.footer__phones p, .footer__phones a{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
}
.footer__hours--wrapper {
    display: flex;
}
.footer__hours--wrapper table {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.footer__hours--wrapper table td {
    padding-right: 15px;
}
.footer__hours--wrapper table:first-of-type {
    margin-right: 50px;
}
.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 linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#cn-accept-cookie:hover {
    background: #fff;
    color: #ff4d1c;
}
#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: #ff4d1c;
    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 #ff4d1c;
    width: 300px;
    letter-spacing: 2px;
    padding: 5px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.error404__button:hover {
    background: #ff4d1c;
    color: #fff;
    text-decoration: none;
}
.preview {
    width: 100%;
    height: 100%;
    background: transparent url(/wp-content/uploads/slide_one.png) center center no-repeat;
    background-size: cover;
}
.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
}
.owl-animated-out {
    z-index : 1
}
.owl-animated-in {
    z-index : 0
}
.fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}
@keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}
#custom__post {
    padding: 75px 0 50px 0;
}
.post--image {
    height: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.post--image img {
    width: 100%;
}
.custom--wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.custom--wrapper h1 {
    padding: 20px 0;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #FF4D1C;
    margin: 0;
}
.custom--back {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 50px;
}
.custom--back:hover svg path, .custom--back:hover span {
    color: #ff4d1c;
    fill: #ff4d1c;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.custom--back span {
    margin-left: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.single-post .header__menu a {
    color: #000;
}
.orthodontie__content h2 {
    font-size: 28px;
    color: #ff4d1c;
    margin-bottom: 15px;
}
.orthodontie__content a {
    font-weight: 500;
    color: #ff4d1c;
}
.urgences__single--content a {
    font-weight: 500;
    position: relative;
    background: #10226f;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #10226f;
    text-align: center;
}
.orthodontie__content a:hover {
    color: #ff4d1c;
    text-decoration: underline !important;
    cursor: pointer;
}
.urgences__single:hover .urgences__single--content a {
    color: #fff;
    background: #ff4d1c;
    border: 1px solid #ff4d1c;
}
.consultation__info {
    min-height: 290px;
}

.page-template-default .header__menu a {
    color: #000;
}
.page-template-default .header__menu a:hover {
    color: #ff4d1c;
}
#menu__button {
    display: none;
}
#menu__button {
    width: 35px;
    height: 35px;
    -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;
    top: 20px;
    background: #ff4d1c;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    position: absolute;
}
#menu__button span {
    display: block;
    position: absolute;
    height: 2.4px;
    width: 27%;
    background: #fff;
    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:24%;
}
#menu__button span:nth-child(1), #menu__button span:nth-child(2) {
    top: 10px;
}
#menu__button span:nth-child(3), #menu__button span:nth-child(4) {
    top: 16px;
}
#menu__button span:nth-child(5), #menu__button span:nth-child(6) {
    top: 22px;
}
#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: 11px;
    top: 14px;
}
#menu__button.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 14px;
}
#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: 11px;
    top: 19px;
}
#menu__button.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 19px;
}
.consultation__single video {
    max-height: 315px;
    display: block;
}
.consultation__single--video {
    display: flex;
    justify-content: center;
}
section {
    overflow: hidden;
    width: 100%;
}
#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;
}
#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;
    }
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.prealoder__wrapper svg {
    width: 300px;
    height: auto;
}
.prealoder__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prealoder__wrapper span {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #10226f;
    margin: 0;
    padding: 50px 0 0 0;
}