/* CUSTOM STYLE */

/* FONT */

@font-face {
    font-family: 'Begittera';
    src: url('../font/BegitteraRegular.eot');
    src: url('../font/BegitteraRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/BegitteraRegular.woff2') format('woff2'),
        url('../font/BegitteraRegular.woff') format('woff'),
        url('../font/BegitteraRegular.ttf') format('truetype'),
        url('../font/BegitteraRegular.svg#BegitteraRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BelyDisplayW00';
    src: url('../font/BelyDisplayW00-Regular.eot');
    src: url('../font/BelyDisplayW00-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/BelyDisplayW00-Regular.woff2') format('woff2'),
        url('../font/BelyDisplayW00-Regular.woff') format('woff'),
        url('../font/BelyDisplayW00-Regular.ttf') format('truetype'),
        url('../font/BelyDisplayW00-Regular.svg#BelyDisplayW00-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* LOADER*/ 

.loader {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999999;
    display: block;
    text-align: center;
}
.spinner-holder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    text-align: center;
}
.spinner {
    width: 30px;
    height: 30px;
    position: relative;
    margin: auto;
}
.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #6B212D;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* KEYFRAMES */

/* Spinner Loading */
@-webkit-keyframes wd-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes wd-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* fadeInLeftShort */
@-webkit-keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftShort {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

/* fadeInRightShort */
@-webkit-keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

/* fadeInDownShort */
@-webkit-keyframes fadeInDownShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownShort {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}

/* fadeInUpShort */
@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}


/* GLOBAL */

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    /*line-height: 0.7;*/
    letter-spacing: 0;
    color: #6B212D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.Begittera {
    font-family: 'Begittera', serif;
}
.BelyDisplayW00 {
    font-family: 'BelyDisplayW00' sans-serif;
}
.ultra-light {
    font-weight: 200;
}
.light {
    font-weight: 300;
}
.light-italic {
    font-weight: 300;
    font-style: italic;
}
.regular {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.semi-bold, strong {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}
h1, .h1 {
    font-family: 'BelyDisplayW00', sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #6B212D;
    letter-spacing: 0.03em;
    line-height: 1.3;
    text-transform: uppercase;
}
h2, .h2 {
    font-family: 'BelyDisplayW00', sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #6B212D;
    text-transform: uppercase;
    letter-spacing: 0;
/*    line-height: 0.5;*/
}
h3, .h3 {
    ffont-family: 'Noto Sans', sans-serif;
    font-size: 23px;
    font-weight: 700;
    /*line-height: 0.7;*/
    letter-spacing: 0.5;
    color: #6B212D;
}
h4{
    font-family: 'Begittera', serif;
    font-size: 70px;
    letter-spacing: 0;
    line-height: 0.9;
}


.blanc {
    color: #FFFFFF;
}
.noir {
    color: #000000;
}
.noir2 {
    color: #242323;
}
.marron {
    color: #6B212D;
}
.salmon {
    color: #F25957;
}
.jeune{
    color: #F2CE57;
}
.gris {
    color: #C4C2BA;
}
.underline {
    text-decoration: underline;
}
.hidden {
    display: none;
}
.clear {
    clear: both;
    width: 100%
}
.flex {
    display: -ms-flexbox;
    display: flex;
}
.flex-center, .row.flex-center {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.inline-flex {
    display: inline-flex;
}
.inline-flex-center {
    display: inline-flex;
    align-items: center;
}
.row.row-eq-height {
    flex-direction: row;
    align-items: normal;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.txt-left {
    text-align: left;
}
.right {
    float: right;
}
.left {
    float: left;
}
.center {
    margin-left: auto;
    margin-right: auto; 
}
img {
    max-width: 100%;
    height: auto;
}
img.alignright {
    max-width: 50%;
    float: right;
    margin: 0 0 15px 15px;
}
img.alignleft {
    max-width: 50%;
    float: left;
    margin: 0 15px 15px 0;
}
img.size-full {
    width: 100%;
    height: auto;   
}
img.aligncenter {
    margin: 5px auto 15px;
    display: inline-block;
}
.italic {
    font-style: italic;
}
.relative {
    position: relative !important;
}
.absolute {
    position: absolute !important;
}
.fixed {
    position: fixed !important;
}
.ft14 {
    font-size: 14px;
}
.ft18 {
    font-size: 18px;
}
.no-margin {
    margin: 0!important;
}
.no-padding {
    padding: 0!important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.no-letter-spacing {
    letter-spacing: 0 !important;
}
.invisible {
    visibility: hidden!important;
}
.visible {
    visibility: visible!important;
}
.no-opacity {
    opacity: 0 !important;
}
.top0 {
    top: 0 !important;
}
.overflow-hidden {
    overflow: hidden;
}
.anim500 {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
a {
    color: #6B212D;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    text-decoration: none;
    color: #6B212D;
    opacity: 0.8;
}
a.underline:hover {
    text-decoration: underline;
    opacity: 0.8;
}
a.decouvrir {
    font-family: 'Castoro', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 13px;    
}
:focus, a:focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn {
    background-color: #6B212D;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 700;
    color: white;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 15px 23px 15px;
    border-radius: 0;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
/*.btn:after {
    content: '';
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #E6B977;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/
.btn:hover {
    color: #FFF;
}
.btn:hover:after, .btn:active:after {
    width: 100%;
}
button:focus {
    outline: 0 none;
}
dl, ol, ul {
    padding: 0 0 0 20px;
    margin: 0px 0 15px 0;
    list-style-position: outside;
}
ul li {
    margin-bottom: 5px;
}
.picto-round-white {
    background-color: #FFFFFF;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.width100 {
    width: 100%
}
p {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.6;
}
p:empty {
    display: none;
}
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: transparent;
}
/* Scrollbar */
::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar
{
    width: 7px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #E8E8E8;
}
/* Fix flexbox Bug on Safari */
.row {
    align-items: flex-start;
}
/* Checkbox / Radio Ajax */
ul.cboxtags, ul.radiotags {
    list-style: none;
    padding: 0;
}
ul.cboxtags li, ul.radiotags li  {
  display: inline;
}
ul.cboxtags li input[type="checkbox"], ul.radiotags li input[type="radio"] {
    position: absolute;
    opacity: 0;
}
ul.cboxtags li input[type="checkbox"] + label, ul.radiotags li input[type="radio"] + label {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    background-color: #FFF;
    border-radius: 5px;
    white-space: nowrap;
    margin: 0 15px 15px 0;
    padding: 10px 16px 9px 15px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}
ul.cboxtags li input[type="checkbox"]:checked + label, ul.radiotags li input[type="radio"] + label {
    background-color: rgba(42,111,201,0.1);
    transition: all .2s;
}
/* Min / Max display */
.max-desktop {
    display: none !important;
}
.min-desktop {
    display: none !important;
}
.max-tablet{
    display: none !important;
}
.min-tablet {
    display: none !important;
}
.max-mobile-xl {
    display: none !important;
}
.min-mobile-xl {
    display: none !important;
}
.max-mobile {
    display: none !important;
}
.min-mobile {
    display: none !important;
}

@media (min-width: 1200px) {
    .min-desktop {
        display: block !important;
    }
}
@media (max-width: 1199px) {
    .max-desktop {
        display: block !important;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 992px) {
    .min-tablet {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .max-tablet {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .min-mobile-xl {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .max-mobile-xl {
        display: block !important;
    }
    #scrollTop {
        display: none
    }
}
@media (min-width: 576px) {
    .min-mobile {
        display: block !important;
    }
}
@media (max-width: 575px) {
    .max-mobile {
        display: block !important;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 450px) {
    dl, ol, ul {
        padding: 0;
        list-style-position: inside;
    }
}


/* HEADERS */

header#masthead {
    position: absolute;
    width: 100%;
    z-index: 999;
}
.branding-header.sticky-prepared .branding-header-main {
    position: absolute;
}
.branding-header-main {
    background: #FFFFFF;
    position: relative;
    padding-top: 0;
    height: 155px;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.sticky-row {
    width: 100%;
}

/******************************************************header*/
.header {
    display: flex;
    align-items: center;
    height: 155px;
    z-index: 1;
    position: relative;
}
.header .row {
    justify-content: space-between;
    align-items: center;
}
.bloc-header {
    display: flex;
}
.header .bloc-left {
    justify-content: flex-start;
}
.header .bloc-right {
    justify-content: flex-end;
}
#site-logo img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 40px;
    transform: translatex(-50%);
}
body.page-template-default #site-logo img{
    width: 215px;
}
nav#desktop-nav {
    display: -ms-flexbox;
    display: flex;
}
.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-nav li {
    position: relative;
    padding: 0;                     
    margin: 0 0 20px 0;
    text-align: end;
}
.main-nav li:last-child {
    margin: 0;
}
.main-nav li a {
    font-size: 12px;
    font-weight: 700;
    color: #6B212D;
    letter-spacing: 0.3em;
    line-height: 0.25;
    text-transform: uppercase;
}
.main-nav li a:hover {
    color: #F25957;
    opacity: 1;
}
.main-nav li.menu-item.active a, .main-nav li.menu-item.current_page_item a, #mobile-nav li.menu-item.current_page_item a {
    color: #E6B977;
    position: relative;
}
#desktop-nav a {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#desktop-nav a:hover {
    opacity: 0.7;
}
#desktop-nav li.menu-item.current_page_item a:hover {
    opacity: 1;
}
.bloc-reseaux ul {
    list-style: none;
    padding: 0;
}
.bloc-reseaux li {
    margin-bottom: 20px;
}
.bloc-reseaux li:last-child {
    margin-bottom: 0;
}
.bloc-reseaux li a{
    font-weight: 400;
    color: #6B212D;
    letter-spacing: 0;
    line-height: 0.25;
}
.bloc-reseaux li a.bloc-tel{
    font-size: 14px;
}
.bloc-reseaux a.facebook img {
    padding-left: 10px;
    margin-top: -5px;
}
.bloc-reseaux a.tel img {
    padding-right: 10px;
}
div#site-logo a:hover {
    opacity: 1;
}

/******************************************************Media header*/
@media (max-width: 1440px) {
    .header {
        height: 115px;
        background-color: #fff;
    }
    #site-logo img {
        width: 200px;
    }
    body.page-template-default #site-logo img{
        width: 200px;
    }
    .branding-header-main {
        background: none;
        height: 115px;
    }
    .main-nav li {                
        margin: 0 0 10px 0;
    }
    .bloc-reseaux ul {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    #site-logo img {
        width: 135px;
        margin-top: 0;
    }
    #site-logo img {
        top: 30px;
    }
    body.page-template-default #site-logo img{
        width: 135px;
         margin-top: 0;
         top:  30px;
    }

}
@media (max-width: 767px) {

}
@media (max-width: 575px) {

}
@media (max-width: 450px) {

}


/******************************************************Sticky header */
.admin-bar .branding-header.sticked .branding-header-main {
    top: 32px;
}
.branding-header.sticked .branding-header-main {
    height: 120px;
    position: fixed;
    z-index: 99;
}
.branding-header.sticked .branding-header-main .header {
    height: 120px;
}
.scroll-slide.scroll-down .branding-header-main, .scroll-slide.scroll-up .branding-header-main {
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.sticky-shadow.sticked .branding-header-main {
    box-shadow: 0 1px 8px -2px rgba(0,0,0,.1);
}
.scroll-slide.hide-on-scroll.sticked .branding-header-main {
    -webkit-transform: translateY(calc(-100% - 85px));
    transform: translateY(calc(-100% - 85px));
    -webkit-animation: none;
    animation: none;
}
.scroll-slide.hide-on-scroll.scroll-up .branding-header-main {
    -webkit-transform: none;
    transform: none;
}
.sticked #site-logo img {
    width: 160px;
    height: auto;
    top: 20px;
}
body.page-template-default .sticked #site-logo img{
    width: 160px;
    height: auto;
    top: 20px;
}

/******************************************************Media Sticky header*/
@media (max-width: 1440px) {
   
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    .sticked #site-logo img {
        width: 135px;
        margin-top: 0;
    }
    
    body.page-template-default .sticked #site-logo img{
        width: 135px;
         margin-top: 0;
    }

}
@media (max-width: 767px) {

}
@media (max-width: 575px) {

}
@media (max-width: 450px) {

}

/******************************************************Menu mobile*/
#mobile-nav {
    display: none;
    opacity: 0;
    background: #6B212D;
    position: fixed;
    top: 0;
    left: -100%;
    text-align: center;
    width: 100%;
    z-index: 999;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#page #mobile-nav {
    background: #FFFCF0;
}
#mobile-nav.open {
    opacity: 1;
    left: 0;
}
div#logo-nav-menu {
    padding-bottom: 30px;
}
#mobile-nav ul:first-child {
    background-color: transparent !important;
    display: block;
    width: 250px;
    float: none;
    margin-top: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
#mobile-nav ul li {
   font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 0.25;
    text-transform: uppercase;
    font-size: 15px;
    padding: 25px 0;
    border-bottom: 1px solid #6B212D;
}
#mobile-nav ul li:first-child {
    border-top: 1px solid #6B212D;
}
#mobile-nav ul li a {
    color: #6B212D;
}
#mobile-nav li.menu-item:before {
    display: none;
}
#mobile-nav .bloc-reseaux{
    display: flex;
    flex-direction: column;
}
#mobile-nav .bloc-reseaux a{
    color: #6B212D;
    padding-bottom: 15px;
    margin: 0;
    font-size: 13px;
}
#mobile-nav .bloc-reseaux a.facebook img {
    padding-right: 10px;
    padding-left: 0;
}
#mobile-nav .bloc-reseaux a img{}
#mobile-nav .menu-main-menu-container{
    padding-bottom: 25px;
}
/* Button Menu Mobile */
.navbar-toggle {
    background: transparent;
    border: 0;
    padding: 15px;
    display: inline-flex;
    position: absolute;
    top: 0;
    height: 85px;
    right: 30px;
    display: none;
    z-index: 9999;
}
.navbar-toggle.sticked {
    position: fixed;
}
.navbar-toggle.scroll-down, .navbar-toggle.scroll-up {
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.navbar-toggle.sticked {
    -webkit-transform: translateY(-165%);
    transform: translateY(-165%);
    -webkit-animation: none;
    animation: none;
}
.navbar-toggle.scroll-up {
    -webkit-transform: none;
    transform: none;
}
.navbar-toggle:focus {
    outline: none;
}
.navbar-toggle.navbar-toggle-left {
  float: left;
  margin-left: 15px;
}
.navbar-toggle-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.navbar-toggle-icon span {
  display: block;
  position: absolute;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.navbar-toggle .icon-bar {
    background-color: #6B212D;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sticked .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle.collapsed .icon-bar {
    background-color: #000;
}
.navbar-toggle.collapsed .icon-bar:nth-child(1) {
    top: 0;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    top: 6px;
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    top: 12px;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
}

/******************************************************Media menu-mobile*/


@media (max-width: 1199px) {
    .main-nav li a {
        /*font-size: 14px;
        padding: 0px 10px;*/
    }
    #mobile-nav li {
        font-size: 16px;
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .header, .branding-header.sticked .branding-header-main .header {
        height: 85px;
        box-shadow: 0 1px 8px -2px rgba(0,0,0,.1)
    }
    .header .row {
        justify-content: center;
    }
    .header .bloc-left, .header .bloc-right {
        display: none;
    }
    .contact-lang a.contact-link {
        font-size: 12px;
    }
    .contact-lang ul {
        right: 6.5px;
        bottom: 2px;
    }
    .contact-lang ul li a {
        font-size: 7px;
    }
    .contact-lang img {
        width: 23px;
    }
    .sticky-shadow.sticked .branding-header-main {
        box-shadow: none;
    }
    .branding-header-main, .branding-header.sticked .branding-header-main {
        height: 80px;
        padding-top: 0;
    }
    /*#site-logo img, .sticked #site-logo img {
        width: 85px;
        margin-top: 40px;
    }*/
    nav#desktop-nav {
        display: none;
    }
    nav#mobile-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .navbar-toggle, .navbar-toggle.sticked  {
        display: block;
    }
    .main-nav li:after {
        display: none;
    }
}


/******************************************************Main page*/
#page-wrapper {
    padding-top: 155px;
    overflow: hidden;
}
.header-page {
    position: relative;
    background: transparent url(../img/bg-header-generic.jpg) no-repeat scroll center center / cover;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    padding: 170px 0 50px;
    margin-bottom: 50px;
}
.header-page h1 {
    color: #6B212D;
    font-size: 26px;
    text-align: center;
}
.bloc-title {
    margin-bottom: 25px;
}
.sep {
    width: 65px;
    height: 1px;
    background: #E30713;
    margin: 15px auto;
}
.overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/******************************************************Main page*/
@media (max-width: 1440px) {
    #page-wrapper {
        overflow: hidden;
        padding-top: 115px;
    }
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    #page-wrapper {
        padding-top: 85px;
    }
    .header-page {
        padding: 120px 0 50px;
    }
}
@media (max-width: 767px) {

}
@media (max-width: 575px) {

}
@media (max-width: 450px) {

}


/******************************************************Owl Carousel*/
.owl-theme .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: #FFF;
    position: relative;
}
.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    opacity: 0;
    width: 6px;
    height: 6px;
    background: #E30713;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span:before {
    opacity: 1;
}
/******************************************************Breadcrumb*/

section#breadcrumbs {
    padding: 95px 0px 0;
}
p.breadcrumbs {
    color: #a0a0a0;
    font-size: 14px;
    margin: 0;
}
p.breadcrumbs span a, p.breadcrumbs span strong {
    margin: 0 4px;
    color: #a0a0a0;
}
p.breadcrumbs span span:first-child > a {
    margin: 0 4px 0 0 ;
}
strong.breadcrumb_last {

}
/******************************************************Media Breadcrumb*/
@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 575px) {

}
@media (max-width: 450px) {

}

/******************************************************Reutilisable*/
#page.site.page-home section{
    padding:75px 0 170px 0;
}
.all-page{
    min-height: 100vh;
    height: 100%;
    margin: 0;
    position: relative;
}
a.arrow-down {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -27px;
    z-index: 1;
}
.titre{
    text-align: center;
    padding-bottom: 80px;
}
/******************************************************Reutilisable*/
@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 575px) {
    .titre{
        padding-bottom: 50px;
    }
}
@media (max-width: 450px) {

}


/******************************************************homepage*/

/******************************************************Video*/
section#video-home h1 {
    padding: 100px 0;
}
section#video-home.all-page {
    min-height: calc(100vh - 155px);
    height: 100%;
    position: relative;
    margin: 0;
}
section#video-home {
    display: flex;
    align-items: center;
}
section#video-home .bloc-text {
    text-align: center;
}

section#video-home #video-plage {
    object-fit: cover;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/******************************************************Media Video*/
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    section#video-home.all-page {
        min-height: calc(100vh - 85px);
    }
    section#video-home h1{
        font-size: 47px;
    }
}
@media (max-width: 767px) {
    section#video-home h1{
        font-size: 44px;
    }
}
@media (max-width: 575px) {
    section#video-home h1{
        font-size: 40px;
    }
}
@media (max-width: 450px) {
    section#video-home h1 {
        padding: 50px 0;
    }
   
}


/******************************************************Click-collect*/
section#click-collect{
    padding-top: 0;
}
section#click-collect.background-section{
        background: #FFFCF0;
}
section#click-collect .informations{
    padding: 65px 0 70px 0;
    background-color: white;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    box-shadow: 8px 10px 10px rgb(0 0 0 / 10%);
}
section#click-collect .informations .deco-lettre{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-25%);
}
section#click-collect .informations .deco-jeune{
    position: absolute;
    background-color: #F2CE57;
    width: 55px;
    height: 400px;
    top: 0;
    right: 0;
}
section#click-collect .informations .deco-egal{
    position: absolute;
    bottom: -15px;
    right: 50%;
    transform: translateX(50%);
}
section#click-collect .informations .bloc-text{
    text-align: center;
    padding-bottom: 60px;
}
section#click-collect .informations h2{
    padding-bottom: 30px;
}

section#click-collect .deco{
    position: relative;
}
section#click-collect .deco .deco-click{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(30%);
    transform: translate(30%, 10%);
}
section#click-collect .bloc-instructions{
    display: flex;
    justify-content: center;
}
section#click-collect .bloc-instructions .etapes{}
section#click-collect .bloc-instructions .etapes ul{
    list-style: none;
    display: flex;
}
section#click-collect .bloc-instructions .etapes ul li{
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.6;
}
section#click-collect .bloc-instructions .row.blocs-position{
    justify-content: center!important;
}
section#click-collect .bloc-instructions .instructions{
    text-align: center;
    width: 200px;
}
section#click-collect .bloc-instructions img{
        padding-bottom: 40px;
}
section#click-collect .bloc-instructions p{
    position: relative;
    text-align: left;
}
section#click-collect .bloc-instructions .numero1 p{
    position: relative;
}
section#click-collect .bloc-instructions .numero1 p::before{
    content: "1";
}
section#click-collect .bloc-instructions .numero2 p::before{
    content: "2";
}
section#click-collect .bloc-instructions .numero3 p::before{
    content: "3";
}
section#click-collect .bloc-instructions p::before{
    font-size: 51px;
    font-family: 'BelyDisplayW00', sans-serif;
    position: absolute;
    top: -30px;
    left: -40px;
}
section#click-collect .bloc-instructions a.btn{
    margin: 0 auto;
    display: block;
}
section#click-collect .bloc-instructions .bloc-plus{
    margin-top: 65px;
    width: 72px;
}
section#click-collect .bloc-aide{
    text-align: center;
    position: relative;
    z-index: 2;
}
h4.max-tablet.aide-margin {
    margin-bottom: -8px;
}
/******************************************************Media Click-collect*/
@media (max-width: 1199px) {
    section#click-collect .informations .deco-lettre {
        display: none;
    }
}
@media (max-width: 991px) {
    section#click-collect .bloc-instructions .instructions{
        width: 300px;
    }
    section#click-collect .bloc-instructions .row.blocs-position{
        flex-direction: column;
    }
    section#click-collect .bloc-instructions p {
        position: relative;
        text-align: center;
    }
    section#click-collect .informations .deco-jeune {
        height: 50%;
    }
    section#click-collect .bloc-instructions img {
        padding-bottom: 0;
    }
    section#click-collect .bloc-instructions .bloc-plus {
        margin-top: 35px;
        width: auto;
        text-align: center; 
    }
    section#click-collect .deco .deco-click{
        transform: translate(30%, -20%);
    }

}
@media (max-width: 767px) {
    section#click-collect .bloc-aide h4{
        font-size: 53px;
        line-height: 0.9;
    }

}
@media (max-width: 575px) {
    section#click-collect .informations .deco-jeune {
        display: none;
    }
     section#click-collect .deco .deco-click{
        display: none;
    }

}
@media (max-width: 450px) {
    h2{
        font-size: 32px;
    }
    section#click-collect .informations h2 {
        padding-bottom: 30px;
        font-size: 30px;
    }
    section#click-collect .informations .bloc-text {
        text-align: center;
        padding-bottom: 30px;
    }
   
    section#click-collect .bloc-instructions p::before {
        display: none;
    }
    section#histoire .deco-histoire {
        position: absolute;
        top: -165px;
        right: -124px;
    }
    section#click-collect .instructions { 
        padding-bottom: 20px;
    }
       
    section#click-collect .instructions img {
        width: 160px;
        padding-bottom: 0;
    }
    section#click-collect .bloc-instructions .bloc-plus {
        margin: 20px 0;
    }
}


/******************************************************histoire*/

section#histoire.background-section{
    background: transparent url(../img/histoire_background@2x.jpg) no-repeat scroll center center / cover;
}
section#histoire.background-section .histoire-information{
    position: relative;
}
section#histoire.background-section .histoire-information .deco-lettre{
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}
section#histoire.background-section .bloc-text p{
    color: white;
}
section#histoire.background-section .bloc-image{
    text-align: end;
}
section#histoire .deco-histoire{
    position: absolute;
    top: -130px;
    right: 50%;
    transform: translate(calc(50% - 350px));
}
/******************************************************Media histoire*/
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    section#histoire.background-section .bloc-image {
        text-align: center;
    }
    .histoire-information .bloc-text {
        text-align: center;
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    section#histoire.background-section .histoire-information .deco-lettre {
        display: none;
    }
}
@media (max-width: 575px) {

}
@media (max-width: 450px) {

}


/******************************************************Magasin*/

section#magasin .titre{
    position: relative;
}
section#magasin .magasin-information{
    position: relative;
}
section#magasin .magasin-information .bloc-position{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
section#magasin .magasin-information .bloc-right{
    width: 400px;
    display: flex;
    flex-direction: column;
    margin-right: -40px;
}
section#magasin .magasin-information .deco-lettre{
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}
section#magasin .magasin-information .map img {
    width: 475px;
}
section#magasin .titre .deco-magasin{
    position: absolute;
    right: 0;
    top: -175px;
}
section#magasin .bloc-text h3 {
    padding-bottom: 30px;
}
section#magasin .bloc-text{
    padding-bottom: 13px;
}
section#magasin .bloc-text ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
section#magasin .bloc-text ul li{
    font-size: 14px;
    letter-spacing: 0.01em;
    padding-bottom: 35px;
    position: relative;
    padding-left: 35px;
    line-height: 0.5;
}
section#magasin .bloc-text ul li.icon::after{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    transform: translateY(-30%);
}
section#magasin .bloc-text ul li.icon.gps::after{
    background: transparent url(../img/icon_gps@2x.png) no-repeat scroll 0 0 / 24px 24px;
}
section#magasin .bloc-text ul li.clock::after{
    background: transparent url(../img/icon_clock@2x.png) no-repeat scroll 0 0 / 22px 22px;
    width: 22px;
    height: 22px;
}
section#magasin .bloc-text ul li.tel::after{
    background: transparent url(../img/icon_phone@2x.png) no-repeat scroll 0 0 / 24px 24px;
}
section#magasin .bloc-text ul li img{
     padding-right: 15px;
}
section#magasin .footer-fixe{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 50px;
}


/******************************************************Media magasin*/
@media (max-width: 1199px) {    
   section#magasin .magasin-information .deco-lettre {
        display: none;
    }
   section#magasin .magasin-information .bloc-right {
        width: auto;
        margin-right: auto;
    }
    section#magasin .magasin-information .bloc-position {
        justify-content: space-around;
        height: auto;
    }
}
@media (max-width: 991px) {
    section#magasin .magasin-information .bloc-right {
        width: 475px;
        margin-right: 0;
        padding-bottom: 60px;
    }
    section#magasin .magasin-information .carte img {
        width: 491px;
    }
    #magasin .row.align-items-center.bloc-position {
        flex-direction: column-reverse;
    }

}
@media (max-width: 767px) {
    section#magasin .titre .deco-magasin {
        display: none;
    }

}
@media (max-width: 575px) {
    section#magasin .bloc-text ul li.gps{
        line-height: 1.5;
    } 
}
@media (max-width: 450px) {
    section#magasin .bloc-text ul li.icon::after{
        left: 30px;
    }
    section#magasin .bloc-text {
        text-align: center;
    }
    section#magasin .bloc-text ul li {
        padding-left: 0; 
    }
   
}


/******************************************************Slider header*/

#header-home.header-title .slider {
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}
#header-home.header-title .slider .item {
    height: 520px;
}
#header-home.header-title .slider .bloc-text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 995px;
    padding: 15px;
}
#header-home.header-title .slider h3 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 20px;
}

/******************************************************Media Slider header*/
@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 575px) {

}
@media (max-width: 450px) {
    
}


/* ACTUALITES */

/* Commun */
.section-actu .bloc-actus .item {
    height: 276px;
    position: relative;
    margin-bottom: 20px;
}
.section-actu .bloc-actus .item0 {
    height: 475px;
}
.section-actu .bloc-actus a .bloc-infos {
    background-color: rgba(42,111,201,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    color: #FFFFFF;
    width: 100%;
    min-height: 96px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.section-actu .bloc-actus a:hover .bloc-infos {
    min-height: 110px;
}
.section-actu .bloc-actus .item .date {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.section-actu .bloc-actus .item h3 {
    margin: 0;
    line-height: 1.3;
    font-size: 17px;
    font-weight: 400;
}

#actualites {
    padding: 60px 0 120px;
    position: relative;
}
#actualites .container {
    position: relative;
}
#actualites.section-actu .posts_wrap {
    min-height: 420px;
    position: relative;
}
#actualites.section-actu .posts_wrap .loader-posts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#actualites.section-actu .bloc-actus .item0, #actualites.section-actu .bloc-actus .item1 {
    height: 400px;
}
#actualites .btn_loadmore_actus {
    margin-top: 40px;
}


/* SINGLE ACTU */

section#actualite {
    padding: 30px 0 60px;
}
#actualite .bloc-title .social {
    margin-left: -10px;
}
#actualite .bloc-title h1 {
    font-size: 50px;
    line-height: 1;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-weight: 500;
}
body.single .bloc-img {
    margin-bottom: 30px;
}
body.single .row-cat {
    display: inline-flex;
    align-items: flex-end;
    position: relative;
}
body.single .article {
    position: relative;
}
body.single .article .date {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
body.single .article .date:after {
    content: "";
    background: transparent url(../img/sep-date-article@2x.png) no-repeat scroll right center / 100% auto;
    width: 1110px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: -1;
}
body.single .article .date span {
    background-color: #FFFFFF;
    padding-right: 40px;
    color: #a0a0a0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
body.single .article p.chapeau {
    color: #2a6fc9;
    font-size: 18px;
    margin-bottom: 25px;
}
body.single .article h2 {
    font-size: 25px;
    margin: 30px 0 20px;
    text-transform: inherit;
    font-weight: bold;
}
body.single .article p {
    margin-bottom: 20px;
}
body.single .article img, body.single .article .featured-video-plus {
    margin-bottom: 25px;
}
body.single blockquote {
    font-size: 16px;
    margin: 30px 40px;
    border-left: 1px solid;
    color: #2a6fc9;
    padding-left: 15px;
}
body.single .article iframe {
    margin-top: 5px;
}
body.single .article ul {
    margin: 0 0 20px 0;
    padding-left: 30px;
}

/* Navigation */
body.single .single-post-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.blog-posts-nav-btn {
    margin: 0 30px;
    font-size: 31px;
}
.back-to-news {
    font-size: 20px;
    margin-top: 2px;
}

/* Dernières Actus */
#last-actus {
    background-color: #F5F7F8;
    padding: 65px 0 90px;
}
#last-actus .other-actu {
    margin-bottom: 45px;
}

@media (max-width: 1199px) {
    #breadcrumbs img.event-single {
        right: -293px;
        margin-right: 0;
    }
    #breadcrumbs img.actu-single {
        right: 5px;
        margin-right: 0;
    }
}
@media (max-width: 991px) {
    #breadcrumbs img.actu-single {
        width: 260px;
        top: -65px;
    }
}
@media (max-width: 767px) {
    section#actualites {
        padding: 0 0 55px;
    }
    #actualites .bg-first-article {
        padding: 50px 0 20px;
    }
    #actualites .bg-others-articles {
        padding: 50px 0 0;
    }
    body.single .link-voir-tout, body.single a.link-voir-tout {
        display: none;
    }
    body.single #actualite .bloc-title {
        justify-content: center;
        width: 100%;
    }
}


/******************************************************Contact*/

#contact .contact-form .col-md-6, #contact .contact-form .col-md-12  {
    padding-right: 4px;
    padding-left: 4px;
}
#contact .contact-form .bloc-btn-submit, #contact .contact-form .bloc-btn-submit  {
    padding-right: 4px;
    padding-left: 4px;
}
#page.page-contact .header-title {
    background: transparent url(../img/header-contact.jpg) no-repeat scroll center center / cover;
}
#page.page-contact section#contact {
    padding: 70px 0 40px;
}
#contact h2 {
    margin-bottom: 60px;
}
.bloc-input {
    margin-bottom: 30px
}
.wpcf7 label {
    margin-bottom: 5px;
    width: 100%;
}
.wpcf7 label span.label {
    color: #6B212D;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
::placeholder {color: #6B212D; }
.wpcf7-form-control::-webkit-input-placeholder, ::-webkit-input-placeholder { color: #6B212D !important; }
.wpcf7-form-control::-moz-placeholder, *::-moz-placeholder, ::-moz-placeholder {color: #6B212D !important; }
.wpcf7-form-control::-ms-input-placeholder, ::-ms-input-placeholder { color: #6B212D !important; }

.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    padding: 7px 20px;
    border: none;
    outline: 0;
    color: #6B212D;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-out;
    -moz-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
    resize: none;
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 0;
    text-align: left;
    background-color:#FFF7DE;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    background-color: #FCEEC2;
}
select {
    background-image: url(../img/arrow-select@2x.png) !important;
    background-position: right 10px top 50%;
    background-size: 8px auto;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select option {
    color: #6B212D;
}
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid transparent;
    outline: 0;
    color: #6B212D;
    box-sizing: border-box;
    background-color: #FFF7DE;
    transition: border-color .2s ease-out;
    resize: vertical;
    font-size: 12px;
    height: 170px;
    /*display: block;*/
    margin-bottom: 3px;
    text-align: left;
}

.wpcf7 textarea:focus {
    background-color: #FCEEC2;
}
.wpcf7 select:not([size]):not([multiple]), select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.acceptance-conditions {
    margin-top: 10px;
    display: inline-block;
}
span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance label span {
    font-size: 14px;
    margin-left: 5px;
}
.wpcf7-response-output {
    line-height: 1.4;
    font-size: 12px;
}
.bloc-btn-submit {
    position: relative;
    width: 100%;
}
.wpcf7-submit.btn {
    background-color: #6B212D;
    margin-top: 0;
    width: 100%;
}
.wpcf7-submit.btn:hover {
    opacity: 0.8;
}
div.wpcf7 .ajax-loader {
    background: none;
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin: 0;
}
div.wpcf7 .ajax-loader:before {
    background-color: transparent;
    position: relative;
    left: 0;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #bbb;
    border-left-color: #17005d;
    border-radius: 50%;
}
div.wpcf7 .ajax-loader.is-active:before {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear;
}
div.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid::placeholder {color: #ff5050; opacity: 0.7;}
.wpcf7-not-valid::-webkit-input-placeholder { color: #ff5050 !important; opacity: 0.7; }
.wpcf7-not-valid::-moz-placeholder {color: #ff5050 !important; opacity: 0.7; }
.wpcf7-not-valid::-ms-input-placeholder { color: #ff5050 !important; opacity: 0.7; }
div.wpcf7 input.wpcf7-not-valid {
    color: #ff5050;
}
div.wpcf7 select.wpcf7-not-valid:invalid {
    color: rgb(255,80,80,70%);
}
div.wpcf7 form .wpcf7-response-output {
    background: transparent;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    border: 0;
}
p.mentions-etoile {
    font-size: 11px;
    text-align: center;
}
/******************************************************Media Contact*/
@media (max-width: 1199px) {
    .wpcf7-form-control.wpcf7-textarea {
            height: 154px;
    }
}
@media (max-width: 991px) {
    section#magasin .titre .deco-magasin {
        right: -20%;
    }

}
@media (max-width: 767px) {


}
@media (max-width: 575px) {

}
@media (max-width: 450px) {
    
}


/******************************************************Mentions legales*/

body.privacy-policy .page-container h2 {
    margin: 20px 0;
    font-size: 22px;
    text-transform: none;
}
body.privacy-policy .page-container h2:first-child {
    margin-top: 0;
}
body.privacy-policy .page-container h3 {
    font-size: 20px;
    margin: 15px 0
}
body.privacy-policy .page-container p {
    margin-bottom: 15px;
    font-size: 14px;
}
body.privacy-policy .page-container ul {
    margin: 0 0 20px 0;
    padding-left: 30px;
}


/******************************************************Comming soon*/

#page.page-comingsoon header#masthead {
    display: none;
}
#page.page-comingsoon #page-wrapper {
    padding-top: 0;
}
#page.page-comingsoon #coming {
    padding: 0 0 25px;
}
#page.page-comingsoon #coming .top-row {
    background-color: #000000;
    height: 45px;
    width: 100%;    
}
#page.page-comingsoon #coming img {
    margin-bottom: 20px
}
#page.page-comingsoon #coming h3 {
    font-size: 42px;
    color: #000000;
}
#page.page-comingsoon #intro {
    background-color: #F5F7F8;
    padding: 40px 0 25px;
}
#page.page-comingsoon #contact {
    padding: 40px 0;
}
#page.page-comingsoon #contact h2 {
    margin-bottom: 30px;
}
#page.page-comingsoon footer#wrapper-footer {
    background-image: none;
    height: 45px;
}
#page.page-comingsoon footer .container {
    display: none
}
@media only screen and (max-width: 991px){
    #page.page-comingsoon .navbar-toggle {
        display: none;
    }
}
@media only screen and (max-width: 480px){
    #page.page-comingsoon #coming h3 {
        font-size: 21px;
    }
}


/******************************************************Footer*/

footer#wrapper-footer {
    position: relative;
    background: #6B212D;
    color: #FFFFFF;
    font-size: 13px;
    padding: 45px 0 30px 0;
}
#wrapper-footer .main-nav{
    justify-content: flex-end;
}

#wrapper-footer .bloc-centre{
    position: relative;
    text-align: center;
    margin-top: -85px;
}
#wrapper-footer h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 20px;
}
#wrapper-footer a {
    color: #FFFFFF;
}
#wrapper-footer .social .row div {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}
#wrapper-footer .social div img {

}
.sub-footer {
    background-color: #6B212D;
    position: relative;
    padding-bottom: 30px;
    font-size: 11px;
    text-align: center;
}
.sub-footer .copyright{
    text-align: left;
}
.sub-footer .copyright p{
    color: #FFFFFF;
    margin: 0;
}
.sub-footer .credits{
    display: flex;
    justify-content: flex-end;
}
.sub-footer .credits p{
    margin: 0;
    padding: 0 15px;
}
.sub-footer .credits p:last-child{
    margin: 0;
    padding-right: 0;
}
.sub-footer .credits p a{
    color: #FFFFFF;
}
#wrapper-footer .bloc-centre a:hover {
    opacity: 1;
}

.copyright a{
    color: #fff;
}

.copyright a:hover{
    opacity: 0.7;
}


/******************************************************Media footer*/
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    .sub-footer .copyright {
        text-align: center;
    }
    .sub-footer .copyright p {
        text-align: center;
        padding-bottom: 20px;
    }
    .sub-footer .credits {
        justify-content: center;
    }
    .sub-footer .credits p {
        padding-bottom: 15px ;
    }
    .sub-footer .credits p:last-child{
        padding-right: 15px;
    }

    
    


}
@media (max-width: 767px) {
    #wrapper-footer .bloc-centre {
        top: -20px;
    }
    footer .bloc-right nav.main-nav ul li {
        text-align: center;
    }
    footer .bloc-reseaux ul {
        text-align: center;
        padding-bottom: 25px;
    }

}
@media (max-width: 575px) {
    .sub-footer .credits {
        flex-direction: column;
    }
    .sub-footer .credits p{
        padding-bottom: 10px;
    }

}
@media (max-width: 450px) {
    
    
}


/* PAGE 404 */

section#page-404 {
    padding: 170px 0;
}
section#page-404 h2 {
    margin-bottom: 30px;
    text-align: center;
}
section#page-404 p {
    margin-bottom: 30px;
}


/* MODAL */

.modal {
    display: none;
}
.modal-content{
    display: none;
}
.close-button {
    background: url(img/close.png) no-repeat scroll 0 0 / 52px auto;
    height: 52px;
    position: absolute;
    left: 50%;
    width: 52px;
    transform: translateX(-50%);
    top: -65px;
}
.modal {
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal-content {
    z-index: 999999;
    top: 15%;
    left: 50%;
    border: 0;
    transform: translateX(-50%);
    position: absolute;
    background-color: transparent;
    width: 100%;
    text-align: center;
}


/*mentions legals*/

.entry-content {
    padding-bottom: 100px;
}
/*compilanz*/

#cc-window.cc-floating {
    max-width: 450px;
    border-radius: 10px;
}

#cmplz-document {
    max-width: 100%;
    padding-bottom: 70px;
}
#cmplz-document h2:after{
    background: none;
}
#cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all:hover {
    background-color: #6B212D!important;
}
#cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all:hover {
    border-color: #6B212D!important;
}
#cc-window.cc-floating {
    border-radius: 10px;
    box-shadow: 0px 0 25px rgb(0 0 0 / 12%);
    font-size: 14px;
}
#cc-window.cc-window .cc-compliance .cc-btn:hover {
    text-decoration: none;
}
/*Recaptcha*/
.grecaptcha-badge {
    visibility: hidden;
}

/*CGV*/
.page-cgv h2{
    margin: 20px 0;
    font-size: 22px;
    text-transform: none;
}