* {
    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%;
}

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

:root {
    --leftright: 6vw;
    --bleu: #4ca4df;
    --vert: #8cb63c;
    --gris: #f4f4f4;
    --bleufonce: #1d3685;
    --heightimage: 80vh;
}

@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");
}

strong,
.bold {
    font-weight: 700;
}

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

.bkg-blanc {
    background: #fff;
}

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

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

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

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

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

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

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: "Montserrat", 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;
    font-weight: 600;
    position: relative;
    color: var(--bleufonce);
}


h1 {
    font-size: 2.5rem;
    line-height: 2.9rem;
    margin: 0 0 30px 0;
    font-weight: 700;
}

h1::after {
    content: '';
    display: block;
    margin-top: 6px;
    height: 10px;
    width: 70px;
    background: var(--bleu);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin: 0 0 30px 0;
}

img + h2,
p:not(.marginzero) + h2 {
    margin-top: 40px;
}

h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0 0 20px 0;
    font-weight: 700;
}

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

h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: var(--bleu);
}

h5 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 0 0 15px 0;
    letter-spacing: 0;
    color: var(--vert);
}

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

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

h3.deco {
    z-index: 2;
}

h3.deco::after {
    content: '';
    display: block;
    width: 350px;
    height: 30px;
    background-image: url(img/after-h3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: -20px auto 0 20px;
}

h3.deco.center::after {
    margin: -20px auto 0;
}


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

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

#content {
    margin-top: 0;
}

.wrap {
    margin: 0 auto;
    padding: 0 var(--leftright);
    position: relative;
    width: 100%;
    z-index: 3;
}

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

.thin {
    position: relative;
    width: 967px;
    margin: 0 auto;
    max-width: 98%;
    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;
}

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

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

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

a.cta {
    color: #fff;
    font-weight: 700;
    padding: 12px 24px;
    background: var(--vert);
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    margin: 20px 20px 0 0;
    text-decoration: none;
}

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

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

a.cta::after {
    content: '\e5c8';
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: #fff;
    font-family: 'Material icons';
    font-size: 1.4rem;
    opacity: 0;
}

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

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

a.link {
    color: var(--vert);
    font-size: 1.1rem;
    font-weight: 700;
    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: 'Material icons';
    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.2);
}

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: 20px 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.logo-header {
    width: 230px;
    height: 95px;
    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: #fff;
    font-weight: 600;
    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 #fff;
}

header.header.scroll {
    background: var(--bleufonce);
    padding: 10px 0;
}

header.header.scroll .logo-header {
    width: 120px;
    height: 50px;
}

header.header.scroll nav li a {
    font-size: .9rem;
}

header.header.scroll nav li a:hover {
    border: 2px solid var(--vert);
}



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

footer.footer {
    padding: 0;
}

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

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

.menu-footer {
    padding: 30px 0;
}

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

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

.content-right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}



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

.top-image-home {
    width: 100%;
    height: var(--heightimage);
    overflow: hidden;
    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: inline-block;
    width: 80%;
    border-radius: 6px;
}

.container-cta-accueil {
    position: absolute;
    bottom: -20px;
    z-index: 2;
    width: 100%;
    text-align: center;
    left: 0;
}

a.lien-download {
    margin: 70px auto 0;
    padding: 8px 16px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    font-size: .9rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid var(--bleu);
}

a.lien-download::after {
    content: '\f001';
    display: block;
    display: inline-block;
    font-weight: normal;
    margin-left: 8px;
    vertical-align: middle;
    transform: rotate(0deg);
    font-family: 'Material icons';
    font-size: 1.5rem;
    color: var(--bleu);
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.lien-download:hover {
    color: var(--bleu);
}

a.lien-download:hover::after {
    transform: rotate(360deg);
    -webkit-transition: all .2s;
    transition: all .2s;
}

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

.module-actu {
    border-radius: 8px;
    overflow: hidden;
    background: var(--bleu);
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.module-actu::after {
    content: '\e5c8';
    display: block;
    font-family: 'Material icons';
    font-size: 2rem;
    position: absolute;
    z-index: 3;
    right: 20px;
    bottom: 20px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.module-actu:hover {
    background: var(--vert);
}

.module-actu:hover::after {
    right: 30px;
}

.cont-img-actu {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.img-actu {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.img-default {
    background-image: url(img/img-default.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.module-actu:hover .img-actu {
    transform: scale(1.2);
}

.top-image {
    border-radius: 0;
    height: 170px;
    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;
}

section.section-titre .wrapthin::before {
    content: '';
    display: block;
    margin-top: 6px;
    top: 0;
    right: 0;
    position: absolute;
    height: 8px;
    width: 30px;
    background: var(--vert);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.home-accueil h1::after {
    display: none;
}



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

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

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

.wp-caption {
    background: none;
    padding: 0;
    position: relative;
}

.wp-caption img {
    margin-bottom: 0 !important;
}

.wp-caption p.wp-caption-text {
    /*position: absolute;*/
    /*bottom: -5px;*/
    /*z-index: 6;*/
    border-radius: 3px;
    padding: 4px 10px;
    color: #fff;
    font-weight: 600;
    background: var(--bleufonce);
    /*right: 15px;*/
    display: block;
    text-align: left;
    font-size: .8rem;
    line-height: 1.1rem;
}

.cat-resource {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    background: var(--vert);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 8px 14px;
    border-radius: 4px;
    border: 2px solid #fff;
}

.filtres-ressources {
    margin-bottom: 40px;
}

li.cat-ressource {
    padding: 0 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    height: 40px;
    border: 2px solid var(--bleu);
    border-radius: 20px;
    line-height: 36px;
    text-align: center;
    font-size: .9rem;
    cursor: pointer;
    font-weight: bold;
    background: #fff;
    color: var(--bleu);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

li.cat-ressource:not(.actif):hover {
    background: var(--vert);
    color: #fff;
    border: 2px solid var(--vert);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

li.cat-ressource.actif {
    cursor: default;
    background: var(--bleu);
    color: #fff;
}

li.cat-ressource[data-slug="non-classe"] {
    display: none !important;
}


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

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

section.section-page .rangee-page:not(.bkg-gris, .bkg-bleu, .bkg-vert):last-child {
    padding-bottom: 0;
}

section.section-page .rangee-page:not(.bkg-gris, .bkg-bleu, .bkg-vert):first-child {
    padding-top: 0;
}

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

.contenu-flexible p a:not(.cta):hover {
    color: var(--vert);
}

.contenu-flexible .bkg-vert p a:hover {
    color: #fff;
}

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

#accordion {
    border-bottom: 1px solid var(--bleu);
    padding-bottom: 30px;
}

h3.header-accordion {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding: 30px 30px 0 0;
    margin-top: 30px;
    margin-bottom: 0;
    border-top: 1px solid var(--bleu);
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#accordion h3.header-accordion:first-child {
    margin-top: 0;
}

h3.header-accordion::after {
    content: '\e5cd';
    display: block;
    position: absolute;
    top: 42%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--bleu);
    right: 0;
    font-size: 1.2rem;
    line-height: 30px;
    text-align: center;
    transform: rotate(45deg);
    font-family: 'Material Icons';
    color: var(--noir);
    -webkit-transition: all .3s;
    transition: all .3s;
}

h3.header-accordion.ui-state-active::after {
    content: '\e5cd';
    transform: rotate(90deg);
    color: #fff;
    background: var(--noir);
    -webkit-transition: all .3s;
    transition: all .3s;
}

h3.header-accordion:hover {
    color: var(--violet);
    -webkit-transition: all .3s;
    transition: all .3s;
}

h3.header-accordion:hover::after {
    content: '\e5cd';
    transform: rotate(360deg);
    color: #fff;
    background: var(--noir);
    -webkit-transition: all .3s;
    transition: all .3s;
}

h3.header-accordion:hover {
}

.body-accordion {
    padding: 30px 0;
}



/*************************** Popin fancybox *****************************/

.fancybox-container {
    z-index: 99999999 !important;
}

.fancybox-content {
    height: auto !important;
    margin: 0 auto;
    padding: 30px !important;
    box-shadow: 0 10px 0 var(--bleu);
    width: 600px;
    max-width: 90% !important;
    min-height: 300px;
}

.popin-actu .actu-image {
    height: 300px;
}

.fancybox-close-small {
    opacity: 1 !important;
}

.fancybox-close-small svg {
    display: none;
}

.fancybox-close-small::before {
    content: '\e5cd';
    display: block;
    position: absolute;
    z-index: 403;
    width: 30px;
    height: 30px;
    background: var(--bleu);
    font-family: 'Material icons';
    font-size: 1.6rem;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.fancybox-close-small:hover::before { 
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.fancybox-is-open .fancybox-bg {
    opacity: .7; 
}

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

blockquote p {
    font-style: italic;
    font-weight: 700;
}

blockquote {
    position: relative;
}

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



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

.wpDataTables table {
    font-size: .85rem !important;
}

.wpDataTables table thead th {
    background: var(--vert) !important;
    color: #fff !important;
    font-weight: bold !important;
}

.wpdt-c .wdt-datatables-admin-wrap div.wpDataTableContainerSimpleTable .wpdtSimpleTable tr.odd,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable tr.odd,
.wpdt-c .wdt-datatables-admin-wrap div.wpDataTableContainerSimpleTable .wpdtSimpleTable tr.even,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable tr.even {
    background: transparent !important;
}

.wpdt-c .wpDataTableContainerConfigSimpleTable .wpdtSimpleTable tr.even td,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable tr.even td,
.wpdt-c .wpDataTableContainerConfigSimpleTable .wpdtSimpleTable tr.odd td,
.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable tr.odd td {
    background: transparent !important;    
}

.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell, .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell, .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell, .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell, .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th, .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td, .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th, .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--vert) !important;
}


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

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

#toTop::before {
    content: '\e5d8';
    font-family: 'Material Icons';
    width: 50px;
    height: 50px;
    display: block;
    font-size: 1.4rem;
    color: var(--bleu);
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


#toTop:hover::before {
    background: var(--bleu);
    color: #fff;
    -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: 0 !important;
    z-index: 40 !important; 
    right: 0 !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: #000 !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(--bleufonce) !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(--bleufonce) !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(--bleufonce) !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;
}


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


.bloc-partage {
    width: 100%;
}

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

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

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

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

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

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


