* {
    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: 'acrombold';
    src: url('fonts/acrom/acrom-bold-webfont.woff2') format('woff2'),
         url('fonts/acrom/acrom-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'acromregular';
    src: url('fonts/acrom/acrom-regular-webfont.woff2') format('woff2'),
         url('fonts/acrom/acrom-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/font-awesome/fa-brands-400.eot");
  src: url("fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),
       url("fonts/font-awesome/fa-brands-400.woff2") format("woff2"),
       url("fonts/font-awesome/fa-brands-400.woff") format("woff"),
       url("fonts/font-awesome/fa-brands-400.ttf") format("truetype"),
       url("fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}

:root {
    --bleu: #1f3561;
    --bleuclair: #6199be;
    --rouge: #d22e30;
    --gris: #8fa4ba;
    --heightimage: 75vh;
    --bold: 'acrombold';
    --materialicon: 'Material Symbols Outlined';
}

html, body {
    box-sizing: border-box;
    font-family: "acromregular", sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: #000;
    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);
}

p strong {
    color: var(--rouge);
}

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

.bkg-blanc {
    background: #fff;
}

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

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

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

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

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

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

.bleulight,
.bleu-light,
.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: #000;
    font-family: "acromregular", 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);
    color: var(--bleu);
}


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

h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
}

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:not(.marginzero) + p,
h2:not(.marginzero) + div,
h2:not(.marginzero) + h3,
h2:not(.marginzero) + ul {
    margin-top: 25px;
}

h3:not(.marginzero) + p,
h3:not(.marginzero) + div,
h3:not(.marginzero) + img,
h3:not(.marginzero) + h4,
h3:not(.marginzero) + ul {
    margin-top: 20px;
}

h1:not(.marginzero) + p,
h1:not(.marginzero) + div,
h1:not(.marginzero) + img,
h1:not(.marginzero) + h4,
h1:not(.marginzero) + ul {
    margin-top: 30px;
}

h4:not(.marginzero) + p,
h4:not(.marginzero) + div,
h4:not(.marginzero) + ul,
h4:not(.marginzero) + img,
h5:not(.marginzero) + p,
h5:not(.marginzero) + div,
h5:not(.marginzero) + ul {
    margin-top: 20px;
}

p:not(.marginzero) + 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:not(.marginzero) + h4,
p:not(.marginzero) + h3,
p:not(.marginzero) + h5,
p:not(.marginzero) + h2,
p:not(.marginzero) + 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 {
    max-width: 100%;
}

.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(--rouge);
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    border: 2px solid var(--rouge);
    margin-top: 25px;
    text-decoration: none;
}

a.cta:hover {
    color: var(--rouge);
    background: #fff;
    text-decoration: none;
}

a.cta.bkg-bleu {
    background: var(--bleu);
    border: 2px solid var(--bleu);
}

a.cta.bkg-bleu:hover {
    color: var(--bleu);
    background: #fff;
}

a.cta.bkg-bleuclair {
    background: var(--bleuclair);
    border: 2px solid var(--bleuclair);
}

a.cta.bkg-bleuclair:hover {
    color: var(--bleuclair);
    background: #fff;
}

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

a.cta:hover::after {
    color: var(--bleuclair);
    margin-left: 12px;
}

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

a.link {
    color: var(--bleuclair);
    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;
    background: rgba(0,0,0,0.4);
}

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

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


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

header.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    -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(--bleu);
    font-family: var(--bold);
    padding: 8px 20px;
    font-size: 1.1rem;
    display: block;
    text-decoration: none;
}

header.header nav li:not(.nolien) a::after {
    content: '';
    display: block;
    height: 8px;
    border-radius: 4px;
    width: 100%;
    opacity: 0;
    background: var(--rouge);
    transform: scaleX(0);
    transition: all .3s;
}

header.header nav li a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

header.header.scroll {
    padding: 10px 0;
    box-shadow: 0 0 12px rgba(0,0,0,0.15); 
}

header.header.scroll .logo-header {
    width: 180px;
    height: 45px;
}


/*----------------*/
/* Sous-menu */
/*----------------*/

li.menu-item-has-children::after {
    content: '\e5cf';
    display: block;
    position: absolute;
    font-family: var(--materialicon);
    color: var(--rouge);
    font-size: 1.3rem;
    right: 0;
    bottom: 5px;
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}

.shiftnav-nav li.menu-item-has-children::after {
    display: none;
}

.nav li ul.sub-menu,
.nav li ul.children {
    border: 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 0;
    border-radius: 8px;
    text-align: left;
    overflow: hidden;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding: 0;
    width: auto;
    border: 0;
    color: var(--bleu);
    font-size: .9rem;
    line-height: 1.4rem;
    font-weight: bold;
    text-align: left;
}

.nav li ul.sub-menu li {
    display: inherit;
    float: none;
    z-index: inherit;
    height: auto;
    line-height: inherit;
    padding: 10px 15px;
    width: 220px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.nav li ul.sub-menu a::after {
    content: '';
    display: none;
}

.nav li ul.sub-menu li:hover {
    background: #f1f1f1;
}

.nav li ul.sub-menu li a:hover {
    color: var(--bleu);
}


.nav li a,
.nav li a:hover,
.nav li ul.sub-menu li a,
.nav li ul.sub-menu li a:hover {
    text-decoration: none;
}


/*---------------- */
/* RESEAUX SOCIAUX */
/*---------------- */

li.linkedin,
li.twitter,
li.facebook,
li.instagram {
    display: inline-block;
    width: auto !important;
    padding: 0;
}

li.linkedin a,
li.twitter a,
li.facebook a,
li.instagram a {
    padding: 0;
}

li.linkedin a::after,
li.twitter a::after,
li.facebook a::after,
li.instagram a::after {
    content: '';
    display: inline-block;
    font-size: 1.3rem;
    font-family: 'fontAwesome';
    color: var(--bleu);
    height: 40px;
    padding: 0 10px;
}

li.linkedin a:hover::after,
li.twitter a:hover::after,
li.facebook a:hover::after,
li.instagram a:hover::after {
    color: var(--rouge);
}

li.facebook a::after {
    content: '\f39e' !important;
}

li.instagram a::after {
    content: '\f16d' !important;
}

li.twitter a::after {
    content: '\e61b' !important;
}

li.linkedin a::after {
    content: '\f0e1' !important;
}



/*-------------------*/
/* PARTAGE RS */
/*-------------------*/


.bloc-partage {
    width: 100%;
    text-align: right;
}

a.share-icone {
    text-decoration: none !important;
    margin-right: 8px;
}

a.share-icone:last-child {
    margin-right: 0;
}

a.share-icone::before {
    content: '';
    display: inline-block;
    font-size: 1.5rem;
    font-family: 'fontAwesome';
    color: var(--bleu);
}

a.share-icone:hover::before {
    color: var(--rouge);
}

a.share-icone.share-twitter::before {
    content: '\e61b';
}

a.share-icone.share-facebook::before {
    content: '\f082';
}

a.share-icone.share-linkedin::before {
    content: '\f08c';
}


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

footer.footer {
    padding: 20px 0;
    background: var(--bleuclair);
    color: #fff;
}

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: block;
    float: none;
    margin: 0;
    padding: 8px 0;
}

footer.footer li a::after {
    color: #fff;
}

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

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




/*******************************************************************/
/*************************** 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(--bleu);
}

.top-image.top-image-page {
    height: 500px;
    max-height: 40vh;
}

.top-image h1 {
    z-index: 3;
    position: relative;
    display: inline-block;
    text-align: center;
}

.top-image h1::after {
    content: '';
    display: block;
    width: 60%;
    height: 18px;
    background: var(--rouge);
    margin-top: 5px;
}

.container-actus-home {
    margin: 30px 0;
}

.cont-img-actu {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: 240px;
}

.actu-featured .cont-img-actu {
    height: 380px;
}

.cont-img-actu img {
    width: 100%;
    height: auto;
    margin: 0 !important;
    transform: scale(1);
    transition: all .4s;
}

.cont-img-actu:hover img {
    transform: scale(1.06);
    transition: all .3s;
}

.container-actus-home h2:hover a,
.container-actus-home h3:hover a,
.container-actus-home h4:hover a {
    text-decoration: underline;
}

.module-actu {
    margin-bottom: 40px;
}


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

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

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

.container-breadcrumb {
    width: 100%;
    padding: 8px 0;
}

#breadcrumbs {
    font-size: .8rem;
    color: var(--gris);
    font-weight: 400;
}

#breadcrumbs li {
    display: inline-block;
}

#breadcrumbs a {
    color: var(--bleu);
    position: relative;
    font-family: var(--bold);
    text-decoration: none;
}

#breadcrumbs a:hover {
    color: var(--rouge);
    text-decoration: underline;
}

#breadcrumbs .separ {
    display: inline-block;
}

#breadcrumbs .separ::before {
    content: '\e315';
    display: inline-block;
    font-size: .8rem;
    color: var(--gris);
    font-family: var(--materialicon);
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: middle;
}

#content {
    padding-top: 100px;
}

body.single header.header:not(.scroll) {
    border-bottom: 1px solid var(--bleuclair);
}

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

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

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

.rangee-page.bkg h2,
.rangee-page.bkg h3,
.rangee-page.bkg h4,
.rangee-page.bkg h5,
.rangee-page.bkg a,
.rangee-page.bkg p,
.rangee-page.bkg li,
.rangee-page.bkg 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(--rouge);
    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(--bleuclair);
}

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

.rangee-page.rangee-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 12vh;
    padding-bottom: 12vh;
}

.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;
}

.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;
    border-radius: 30px;
}

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

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

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

.wpcf7 input[type=submit] {
    color: #fff;
    font-family: var(--bold);
    padding: 12px 30px;
    background: var(--rouge);
    border-radius: 24px;
    height: auto;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    border: 2px solid var(--rouge);
    margin-top: 25px;
    text-decoration: none;
}

.wpcf7 input[type=submit]:hover {
    color: var(--rouge);
    background: #fff;
    text-decoration: none;
}

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

.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: var(--rouge) !important;
    color: #fff !important;
}

span.wpcf7-not-valid-tip {
    color: var(--rouge) !important;
    font-weight: bold;
    font-size: .9rem;
    margin-bottom: 20px;
    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(--bleuclair);
    -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: 10px !important;
    z-index: 40 !important; 
    right: 10px !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(--bleuclair) !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(--bleuclair) !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-header.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

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


