* {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; 
    font-smoothing: antialiased; 

}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@font-face {
    font-family: 'Goia-regular';
    src: url('fonts/goia/Goia-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
    font-family: 'Goia-semibold';
    src: url('fonts/goia/Goia-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'Goia-bold';
    src: url('fonts/goia/Goia-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --bleu: #284798;
    --bleufonce: #284798;
    --bleuclair: #21b5ea;
    --vert: #38b6ab;
    --bleulight: #d3f0fb;
    --vertlight: #d5f0ee;
    --heightimage: 70vh;
    --bold: 'Goia-bold';
    --materialicon: 'Material Symbols Outlined';
}

html, body {
    box-sizing: border-box;
    font-family: "Goia-regular", sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: var(--bleufonce);
    text-rendering: optimizeLegibility; 
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
}

strong,
.bold {
    font-family: var(--bold);
}

#container,
#content {
    margin: 0 auto;
    position: relative;
}

.bkg-blanc {
    background: #fff;
}

.bkg-vert {
    background: var(--vert);
}

.bkg-vertlight {
    background: var(--vertlight);
}

.bkg-bleu {
    background: var(--bleu);
}

.bkg-bleu-clair,
.bkg-bleuclair {
    background: var(--bleuclair);
}

.bkg-bleu-light,
.bkg-bleulight {
    background: var(--bleulight);
}

.bkg-bleufonce {
    background: var(--bleufonce);
}

.vert {
    color: var(--vert);
}

.bleu {
    color: var(--bleu);
}

.bleu-clair,
.bleuclair {
    color: var(--bleuclair);
}

p {
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
    margin-bottom: 10px;
    color: var(--bleufonce);
    font-family: "Goia-regular", sans-serif;
    margin-top: 0;
    font-style: normal;
    position: relative;
}

.entry-content p {
    margin: 0;
    margin-bottom: 10px;
}

p.small {
    font-size: .8rem;
    line-height: 1.1rem;
}

.big,
p.big {
    font-size: 1.45rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
}

.superbig {
    font-size: 4.5rem;
    line-height: 3.6rem;
    margin-bottom: 20px;
}

.cap {
    text-transform: uppercase;
}

ul, ol {
    margin: 0;
}

a {
    outline: none;
}

a,
a:hover,
a:visited,
a::after,
a:hover::after {
    color: inherit;
    outline-style: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a img {

}

img {
    max-width: 100%;
}


:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
    margin: 0;
    position: relative;
    font-family: var(--bold);
}


h1 {
    font-size: 2.5rem;
    line-height: 2.9rem;
}

h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
}

h3 {
    font-size: 1.8rem;
    line-height: 2rem;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

h5 {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

h2 + p,
h2 + div,
h2 + h3,
h2 + ul {
    margin-top: 25px;
}

h3 + p,
h3 + div,
h3 + img,
h3 + h4,
h3 + ul {
    margin-top: 20px;
}

h1 + p,
h1 + div,
h1 + img,
h1 + h4,
h1 + ul {
    margin-top: 30px;
}

h4 + p,
h4 + div,
h4 + ul,
h4 + img,
h5 + p,
h5 + div,
h5 + ul {
    margin-top: 20px;
}

p + img,
ul + img,
a + img {
    margin-top: 30px;
}

a.underline:hover {
    text-decoration: underline;
}

a.cta + p,
a.cta + h3,
a.cta + ul,
a.cta + h4,
a.cta + h5,
a.cta + img,
a.link + p,
a.link + ul,
a.link + h4,
a.link + h5,
a.link + h3,
a.link + img {
    margin-top: 20px;
}

p + h4,
p + h3,
p + h5,
p + h2,
p + a {
    margin-top: 20px;
}


/*************************************************************************/
/************************* STRUCTURE *************************************/
/*************************************************************************/

a.absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 14;
    top: 0;
    left: 0;
}

#content {
    margin-top: 0;
}

.wrapthin,
.wrap {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
    z-index: 3;
}

.thin {
    position: relative;
    width: 767px;
    margin: 0 auto;
    max-width: 100%;
    z-index: 3;
}

.hentry {
    background: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.entry-content {
    padding: 0;
}

.hentry header {
    border: 0;
    border-bottom: 0;
    padding: 0;
}

.hentry footer {
    border: 0;
    padding: 0;
}

.clearboth {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.display-table {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.blanc p,
p.blanc,
.blanc {
    color: #fff;
}

.bkg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.padding80 {
    padding: 80px;
}

.padding60 {
    padding: 60px;
}

.padding50 {
    padding: 50px;
}

.padding40 {
    padding: 40px;
}

.padding30 {
    padding: 30px;
}

.padding20 {
    padding: 20px;
}

.padding15 {
    padding: 15px;
}

.padding10 {
    padding: 10px;
}

.filet {
    width: 100%;
    height: 1px;
    margin: 15px 0;
}

.filet-epais {
    width: 100%;
    height: 6px;
    margin: 25px 0;
}

.container-flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.container-flex-center {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -webkit-flex-wrap: wrap;
    column-gap: 2%;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.container-flex-nowrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.container-flex-start {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.container-flex-start-nowrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.container-flex img,
.container-flex-center img,
.container-flex-nowrap img,
.container-flex-start img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.flex-item-moitie {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 48%;
    position: relative;
}

.flex-item-quart {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 23%;
    position: relative;
}

.flex-item-trois-quart {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 70%;
    position: relative;
}

.flex-item-tiers {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 31%;
    position: relative;
}

.flex-item-deux-tiers {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 65%;
    position: relative;
}

.flex-item-auto {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.flex-item-full {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.flex-item-cinq {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 18%;
    position: relative;
}

.flex-center {
    align-self: center;
}

.flex-base {
    align-self: flex-end;
}

.marginzero,
.margin-zero {
    margin: 0 !important;
}

paddingzero,
padding-zero {
    padding: 0 !important;
}

.borderradius,
.border-radius {
    border-radius: 6px;
}

a.cta {
    color: #fff;
    font-family: var(--bold);
    padding: 12px 30px;
    background: var(--vert);
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
    text-decoration: none;
}

a.cta.bkg-bleuclair {
    background: var(--bleuclair);
}

a.cta.bkg-bleufonce {
    background: var(--bleufonce);
}

a.cta::after {
    content: '\e5c8';
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    color: #fff;
    font-size: 1.4rem;
    opacity: .3;
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

a.cta:hover::after {
    opacity: 1;
    margin-left: 12px;
}

.center a.cta {
    margin-left: 20px;
}

a.link {
    color: var(--vert);
    font-size: 1.1rem;
    font-family: var(--bold);
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
}

a.link::after {
    content: '\e5c8';
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    font-size: 1.4rem;
}

a.link:hover::after {
    margin-left: 12px;
}

.bkg-bleu a.link,
.bkg-bleu a.link::after,
.bkg-vert a.link::after,
.bkg-vert a.link {
    color: #fff;
}


.filtre-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    /*background: rgba(0,0,0,0.2);*/
}

iframe {
    max-width: 100%;
    margin-bottom: 30px;
}

p + iframe,
ul + iframe {
    margin-top: 15px;
}


/*************************************************************************/
/**************************** HEADER *************************************/
/*************************************************************************/

header.header {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 6;
    width: calc(100% - 30px);
    padding: 15px 0;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.logo-header {
    width: 200px;
    height: 65px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header.header nav li {
    display: inline-block;
    float: none;
    padding: 0 5px;
}

header.header nav li a {
    color: var(--bleufonce);
    font-family: var(--bold);
    padding: 8px 20px;
    font-size: 1.1rem;
    display: block;
    border: 2px solid transparent;
    text-decoration: none;
    border-radius: 4px;
}

header.header nav li.current-menu-item a,
header.header nav li a:hover {
    border: 2px solid var(--vert);
}

header.header.scroll {
    padding: 10px 0;
    box-shadow: 0 15px 18px rgba(0,0,0,0.1);
}






/*************************************************************************/
/**************************** FOOTER *************************************/
/*************************************************************************/

footer.footer {
    padding: 30px 0;
    background: var(--bleu);
}

footer.footer a,
footer.footer p:not(.small) {
    font-size: 1rem;
    line-height: 1.4rem;
    text-decoration: none;
    font-family: var(--bold);
    color: #fff;
}

footer.footer li {
    display: inline-block;
    float: none;
    margin: 0 15px;
}

footer.footer a {
    text-decoration: none;
}

footer.footer a:hover {
    text-decoration: underline;
}

#inner-footer::before {
    content: '';
    display: block;
    width: 180px;
    height: 45px;
    margin: 0 auto 20px;
    background: url(img/logo-login.png) center center no-repeat;
    background-size: contain;
}



/*******************************************************************/
/*************************** Home + Pages **************************/
/*******************************************************************/

.top-image-home {
    width: 100%;
    height: auto;
    height: var(--heightimage);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eaeaea;
}

.slider {
    width: 100%;
    height: var(--heightimage);
    overflow: hidden;
    position: relative;
}

.slide { 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slideposition {
    display: none;
}

.home-accueil {
    /*
    padding: 30px 40px 45px;
    background: #fff;
    */
    position: relative;
    display: block;
    /*width: 80%;*/
    /*border-radius: 6px;*/
    z-index: 5;
}

.home-accueil h1 {
    font-size: 3rem;
    line-height: 3.2rem;
    color: #fff;
}

.top-image {
    border-radius: 0;
    height: 200px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--bleufonce);
}

.top-image.top-image-page {
    height: 300px;
}



/*************************************************************************/
/***************************** PAGES *************************************/
/*************************************************************************/

section {
    padding: 50px 0;
    position: relative;
}

section.section-titre {
    background: var(--vertlight);
    padding: 30px 0;
}

section.section-page {
    padding-bottom: 0;
}



/*************************************************************************/
/************************** CONTENU FLEXIBLE *****************************/
/*************************************************************************/

.rangee-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.rangee-page.bkg-vert,
.rangee-page.bkg-bleu {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}

.rangee-page.bkg-vert h2,
.rangee-page.bkg-vert h3,
.rangee-page.bkg-vert h4,
.rangee-page.bkg-vert h5,
.rangee-page.bkg-vert a,
.rangee-page.bkg-vert p,
.rangee-page.bkg-vert a.link,
.rangee-page.bkg-bleuclair h2,
.rangee-page.bkg-bleuclair h3,
.rangee-page.bkg-bleuclair h4,
.rangee-page.bkg-bleuclair h5,
.rangee-page.bkg-bleuclair a,
.rangee-page.bkg-bleuclair p,
.rangee-page.bkg-bleuclair a.link {
    color: #fff;
}

.rangee-page + .wrapthin .rangee-image-seule {
    margin-top: 50px;
}

.contenu-flexible img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.contenu-flexible ul + img,
.contenu-flexible p + img {
    margin-top: 25px;
}

.contenu-flexible ul {
    margin: 15px 0;
    list-style: none;
}

.contenu-flexible ul li {
    margin-bottom: 6px;
    padding-left: 6px;
    margin-left: 18px;
    position: relative;
}

.contenu-flexible ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--vert);
    position: absolute;
    top: 8px;
    left: -15px;
    border-radius: 50%;
    display: block;
}

.contenu-flexible img.aligncenter {
    margin-right: auto;
    margin-left: auto;
}

blockquote p {
    font-style: italic;
}

blockquote {
    position: relative;
}

blockquote::before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    width: 6px;
    height: 100%;
    background: var(--vert);
}

.contenu-flexible p:last-child {
    margin-bottom: 0;
}

.rangee-page.blanc h2,
.rangee-page.blanc h3,
.rangee-page.blanc h4,
.rangee-page.blanc h5,
.rangee-page.blanc p,
.rangee-page.blanc a,
.rangee-page.blanc strong {
    color: #fff;
}

.rangee-page.bkg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rangee-image-seule {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    max-height: 60vh;
    width: 100%;
    position: relative;
}

.rangee-image-seule {
    padding: 0;
}

.rangee-page.bkg-image,
.rangee-page.couleur {
    padding-top: 60px;
    padding-bottom: 60px;
}

.displaynone,
.display-none {
    display: none !important;
}

.displayblock,
.display-block {
    display: block !important;
}

.relative {
    position: relative;
}

section.section-contenu ul {
    margin: 15px 0;
    list-style: square;
}

section.section-contenu ul li {
    margin-bottom: 6px;
    padding-left: 6px;
    margin-left: 18px;
}




/*************************************************************************/
/******************************** FORMULAIRE *****************************/
/*************************************************************************/

.wpcf7 textarea,
.wpcf7 input {
    border: 2px solid #fff;
    background: #f3f3f3;
    border-radius: 2px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpcf7 label {
    font-size: .85rem;
    opacity: .85;
}

.wpcf7 input {
    height: 60px;
    line-height: 60px;
}

.wpcf7 textarea {
    padding: 15px;
    min-height: 320px;
}

.wpcf7 textarea:focus,
.wpcf7 input:focus {
    background: #fff;
    border-color: var(--bleu);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.acceptance-73 {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 12px 0 20px;
}

.wpcf7-form-control-wrap .wpcf7-list-item {
    padding: 0;
    margin: 0;
    font-size: .8rem;
    line-height: 1.1rem;
}

.wpcf7 input[type=submit] {
    background: var(--bleu);
    font-weight: 800;
    padding: 15px 30px;
    margin: 20px auto;
    height: auto;
    color: #fff;
    border: 0;
    font-size: 1rem;
    line-height: inherit;
}

.wpcf7 input[type="checkbox"]{
    margin-bottom: 0;
    height: auto;
    line-height: inherit;
}

.rouge {
    color: #ff0000;
}

.wpcf7 input[type=submit]:hover {
    background: #000;
}

.wpcf7-response-output {
    width: 100%;
    max-width: 100%;
    border: 0 !important;
    color: #000 !important;
    padding: 8px 12px !important;
    background: #f1f1f1;
    font-weight: bold;
    margin-left: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background: #ff0000 !important;
    color: #fff !important;
}

span.wpcf7-not-valid-tip {
    color: #ff0000 !important;
    font-weight: bold;
    font-size: .9rem;
    margin-bottom: 20px;
    margin-top: -15px;
    position: relative;
}

/************************************************************************************************************************************/
/************************************************** SCROLL TO TOP *******************************************************************/
/************************************************************************************************************************************/

#toTop {
    display: none;
    position: fixed;
    bottom: 45%;
    right: 20px;
    z-index: 8222;
    text-decoration: none;
}

#toTop::before {
    content: '\e5d8';
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    font-size: 1.4rem;
    color: var(--bleu);
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


#toTop:hover::before {
    background: var(--bleulight);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/**********************************************************************************************************************************************************/
/********************************************************************** TRANSITION PAGES ******************************************************************/
/**********************************************************************************************************************************************************/

.loader-site {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15000;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
}

.spinner {
  margin: 40vh auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: var(--bleu);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}


#holder {
	opacity: 0;  
	transition: opacity 0.3s ease-in-out;
 	-moz-transition: opacity 0.3s ease-in-out;
 	-webkit-transition: opacity 0.3s ease-in-out;
}

#holder.visible {
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
 	-moz-transition: opacity 0.4s ease-in-out;
 	-webkit-transition: opacity 0.4s ease-in-out;
}





/*************************************************************************/
/************************* GESTION COOKIES *******************************/
/*************************************************************************/

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #fff !important;
    color: #000 !important;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    color: #000 !important;
}


body #tarteaucitronRoot div#tarteaucitronAlertBig {
    border-radius: 0 !important;
    box-shadow: none !important;
}

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
    opacity: .7 !important;
    background: #000 !important;
}


div#tarteaucitronAlertBig:before {
    display: none !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {  
    background: #000 !important;
    padding: 10px 20px !important;
}

#tarteaucitronRoot .tarteaucitronDeny {
    background: #f1f1f1 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
    background: #f1f1f1 !important;
}

#tarteaucitronRoot #tarteaucitronAllDenied2 {
    position: absolute !important;
    background: transparent !important;
    top: 10px !important;
    padding: 0 !important;
    color: #000 !important;
    right: 10px !important;
    font-size: .8rem !important;
    text-decoration: none !important;
    opacity: .6 !important;
}

#tarteaucitronDisclaimerAlert {
    font-size: .9rem !important;
    line-height: 1.3rem !important;
    text-align: justify !important;
    display: block !important;
    text-align: center !important;
}

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
    z-index: 99999999 !important;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
    width: 450px !important;
    max-width: 90% !important;
    border-radius: 6px !important;
}

#tarteaucitronDisclaimerAlert::before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 160px;
    height: 80px;
    background-image: url(img/logo-site.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


/*-----------------------------*/
/* Menu responsive */
/*-----------------------------*/

#shiftnav-toggle-main {
    position: fixed!important;
    top: 20px !important;
    z-index: 40 !important; 
    right: 20px !important;
    left: auto !important;
    max-width: 80px !important;
}

#shiftnav-toggle-main .shiftnav-toggle-burger,
#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
    float: right !important;
}

#shiftnav-toggle-main-button {
    background: transparent !important;
    color: var(--bleu) !important;
}

.shiftnav {
    background: #fff !important;
    max-width: 95% !important;
    z-index: 50 !important;
    box-shadow: 12px 0 12px rgba(0,0,0,0.15); 
}

.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
.shiftnav-open.shiftnav-open-left .shiftnav-fixed-left,
.shiftnav-open.shiftnav-open-left .shiftnav-wrap {
    transform: none !important;
}

.shiftnav:after {
    display: none !important;
}

.shiftnav nav.shiftnav-nav {
    margin-top: 15px;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu {
    background: #fff !important;
    color: var(--bleu) !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu li a {
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
    border-bottom: 2px solid var(--vert) !important;
    color: var(--bleu) !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
    border-bottom: 2px solid var(--vert) !important;
    color: var(--bleu) !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
    
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target {
    background: #fff !important;
}

.shiftnav-menu-title a {
    display: none;
}

.shiftnav-menu-title::before {
    content: '';
    display: block;
    width: 180px;
    height: 65px;
    background-image: url(img/logo-site.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.shiftnav.shiftnav-skin-light .shiftnav-site-title {
    padding: 20px 25px !important;
}




