/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



html {
	scroll-behavior: smooth;
    font-size: var(--fs-html); 
}

body {
    font-size: var(--fs-base);
    font-family: var(--font-family-text);
    text-align: left;
    color: var(--blanc);
    background:var(--bleu-fonce);
}

.screen-reader-text {
	display: none;
}

*:focus, *:active, *:visited {
	outline: none!important;
}

main {
	padding-bottom: 0;
	min-height: calc(100vh - 100px);
}
.home main {
    min-height:0;
}
article {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
section {
	position: relative;
	z-index: 1;
	margin: 0;

}
.ancre {
	display: block; 
	height: 0;
	visibility: hidden;
}

.container {
    width:var(--container-width);
    margin-left:auto;
    margin-right:auto;
}
.entete,
section.fond_trame {
	position: relative;
	z-index: 1;
    background:url('../images/custom/salle.webp') no-repeat top left;
}
@media(max-width:979px) {
	.entete,
	section.fond_trame {
		background-size: auto 100%;
	}
}
.breadcrumb {
	position: relative;
    display:none;
}
h1 {
    font-size:var(--fs-xl);
    font-family: var(--font-family-head);
    font-style: normal;
    font-weight: 600;
    line-height:  140% ;
    text-transform: none;
    margin:0;
}
body:not(.home) h1 {
    font-size:var(--fs-m);
}
h2 {
    font-size:var(--fs-l);
    font-family: var(--font-family-head);
    font-weight: 700;
    line-height:  120% ;
    text-transform: uppercase;
    margin:1em 0;
}
h3, h2.h3 {
    font-size:var(--fs-m);
    font-family: var(--font-family-text);
    font-style: normal;
    text-transform:uppercase;
    font-weight: 600;
    line-height:  115% ;
    margin:1em 0;
}
h4, h3.h4, h2.h4 {
    font-size:var(--fs-base);
    font-family: var(--font-family-text);
    font-style: normal;
    font-weight: 600;
    line-height:  115%;
    margin:1em 0;
    text-transform:none;
}
p, .partie_texte li {
    font-family: var(--font-family-text);
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    margin:1em 0;
}
main .partie_texte li {
    list-style-type:none;
    position:relative;
}

main .partie_texte li:before {
    content:'';
    display:inline-block;
    background:url('../images/custom/li.png') no-repeat top left;
    background-size:contain;
    height:1em;
    width:1em;
    position:absolute;
    top:0.3em;
    left:-1.3em;
    z-index:1;
}
.partie_texte p + h2 {
    margin-top: 3em;
  }

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: var(--bleu-clair);
    text-decoration: none;
}

.partie_texte > *,
.partie_texte  h2,
.partie_texte  h3,
.partie_texte  h4,
.partie_texte  p,
.partie_texte  ul, 
.partie_texte  ol,
.partie_texte  li,
.partie_texte  blockquote {
    width: 100%;
}
.partie_texte *:first-child {
    margin-top:0;
}
@media(max-width:979px) {
    .partie_image + .partie_texte {
        margin-top:var(--texte-gap);
    }
    .partie_texte > *:only-child {
        margin-bottom:var(--texte-gap);
    }
    .partie_image + .partie_texte > *:only-child{
        margin-top:var(--texte-gap);
    }
}
a.bouton {
    text-decoration:none;
    display: inline-block;
    padding: 0.6em 2em;
    text-decoration: none;   
    -webkit-transition: var(--transition-all);   
    -o-transition: var(--transition-all);   
    transition: var(--transition-all);
    font-family:var(--font-family-head);
    font-size:var(--fs-p-home);
    font-weight:500;
    border:2px solid var(--blanc);
}

.partie_texte a:not(.bouton){
    text-decoration: underline;
}
@media (hover: hover) {
    a.bouton:hover {
        background:var(--blanc);
        color:var(--bleu-fonce);
    } 
}

.fond_vert {
    background:var(--bleu-clair);
}
.vert,
.bleu_clair {
    color:var(--bleu-clair);
}
/*Entete*/
.breadcrumb {
    display:none;
}
#entete {
    padding-top:160px;
    margin-bottom:0;
}

#entete video {
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
    z-index:0;
    -o-object-fit:cover;
       object-fit:cover;

}
#entete.avec_video {
    text-shadow: 1px 1px 2px black;
  }


@media(max-width:979px) {
    #entete {
        padding-top:120px;
    }
    #entete.avec_video:before {
        content:"";
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.6);
        z-index:1;
    }

}
#entete .container {
    position:relative;
    z-index:1;
} 
/* @media(min-width:980px) {
    #entete:not(.avec_video) .partie_image {
        position: absolute;
        top: 0;
        left: 50%;
      }
    #entete:not(.avec_video) .partie_texte {
        padding: 88px 0 0 0;
    }  
} */
/*Sections édito*/
#entete .partie_texte,
main section {
    padding-bottom:calc(0px + calc(calc(140 / 1920) * 100vw));
}



.page-id-179 #entete .partie_image {
  padding-bottom: calc(calc(140 / 1920) * 100vw);
}
main section#entete {
    padding-bottom:0;
}
main section:not(.entete) {
    padding-top:88px;
}
section.fond_bleu {
    background:var(--bleu)
}
#entete + section.fond_bleu:before,
.section.trame + section.fond_bleu:before  {
    display:block;
    content:'';
    position:absolute;
    bottom:calc(100% - 2px);
    left:0;
    width:100%;
    height:calc(calc(140 / 1920) * 100vw);
    background:url('../images/custom/vague_bleu_top.png') no-repeat bottom left;
    background-size:100%;
}
section.fond_bleu + section.fond_trame {
    padding-top:calc(44px + calc(calc(140 / 1920) * 100vw))!important;
}
section.fond_bleu + section.fond_trame:before {
    display:block;
    content:'';
    position:absolute;
    top:-2px;
    left:0;
    width:100%;
    height:calc(calc(140 / 1920) * 100vw);
    background:url('../images/custom/vague_bleu_bottom.png') no-repeat bottom left;
    background-size:100%;
}

section.fond_bleu + section.fond_bleu {
    padding-top:0!important;
}

.partie_image img {
    border-radius: var(--border-radius);
}

@media(min-width:980px) {
    .partie_image img {
        width:auto;
        max-height:70vh;
        max-width:85%;
    }
    .droite {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .gauche .partie_image .item {
        -webkit-box-align:end;
            -ms-flex-align:end;
                align-items:flex-end;
    }
    .droite .partie_image .item {
        -webkit-box-align:start;
            -ms-flex-align:start;
                align-items:flex-start;
    }
    .section_texte_2_colonnes .colonne_2 {
        margin-top:270px;
    }
}



/* section texte simple */



/* section texte et image */



.bloc-texte-image-inte {
    position:relative;
    z-index:1;
}

/* formulaire */

#page .gform_confirmation_message {
	background: white;
  	color: var(--bleu);
  	border-radius: var(--box-radius);
  	padding: 3rem;
  	text-align: center;
}
#page .gform_required_legend {
    margin-bottom:1em;
    font-size:var(--fs-s);
    display:none;
}
#page .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height:1;
    min-height:0;
}
#page .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 6%;
    
}
@media(min-width:980px) {
    #page .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 47px;
    }
}
#page input,
#page textarea,
#page label {
    font-family:var(--font-family-text);
    font-size:var(--fs-m);
}

#page ::-moz-placeholder {
    opacity:1!important;
}

#page ::placeholder,
#page ::-moz-placeholder,
#page ::-webkit-input-placeholder {
    opacity:1!important;
}
#page  select,
#page  textarea,
#page  input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid var(--blanc) !important;
    border-radius: var(--border-radius);
    padding:0.8em;
    background:none!important;
    color:var(--blanc)!important;
}
#page  select {
    line-height: 30px;
}
#page input[type="checkbox"] + label {
    margin-left: 2em;
}
#page input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}
#page input[type="checkbox"] + label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    content: "";
    border-radius: 50%;
    border: 2px solid var(--blanc);
    -webkit-transition:var(--ease);
    -o-transition:var(--ease);
    transition:var(--ease);
}
#page  input[type="checkbox"]:checked + label::before {
  background-color: var(--blanc);
}
#page input[type="checkbox"]  + label::after {
    position: absolute;
    top: 0.35em;
    left: 0.25em;
    width: .5em;
    height: .2em;
    content: "";
    border-left: 4px solid var(--bleu);
    border-bottom: 4px solid var(--bleu);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition:var(--ease);
    -o-transition:var(--ease);
    transition:var(--ease);
    opacity:0;
}
#page input[type="checkbox"]:checked  + label::after {
    opacity:1;
}

#page input[type="submit"] {
    border: 2px solid var(--blanc) !important;
    border-radius: 0;
    padding:1em 2em;
    background:none!important;
    color:var(--blanc);
    font-family:var(--font-family-head);
    font-size:var(--fs-p-home);
}
#page input[type="submit"]:hover {
    cursor: pointer;
    background:var(--blanc)!important;
    color:var(--bleu);
}
#page .gform_wrapper.gravity-theme .gfield_required {
    display: none;
}
.ginput_container_consent {
    position: relative;
}
#page .gform_footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
#page .gform_validation_errors {
    display: none;
}
#page .gfield_validation_message {
    border: 0px;
    background-color: transparent;
    padding: 0;
    margin-top: 0em;
}
#page .gfield_consent_description {
    border:none;
    padding:0;
    overflow-y: auto;
}

/*Pavés verts*/
main section.section_paves_verts  {
	padding-bottom:calc(0px + calc(calc(140 / 1920) * 100vw) - 2.5rem);
}
.un_pave_vert {
    background:var(--bleu-clair);
    color:var(--blanc);
    padding:2.5rem;
    margin-bottom:2.5rem;
}
@media(min-width:980px) {
    .un_pave_vert {
        width:31%;
    }
}

/*Equipes*/
.titre_section {
    text-align:center;
    margin-bottom:1.5em;
}
.titre_section:before {
    content:'';
    display:block;
    width:6px;
    height:1.75em;
    background:var(--bleu-clair);
    margin:1em auto;
}
.un_membre {
    padding-bottom:2rem;
    max-width:332px;
    margin-left:auto;
    margin-right:auto;
}
.membre_content .partie_texte {
    padding:1rem 0;
}
.metier_membre {
    font-size:var(--fs-p-home);
}
.membre_content .container_icone {
    overflow:hidden;
    border:1px solid #707070;
	width: 75%;
  	margin: 0 auto;
}
.membre_content .container_icone img {
    display:block;
    height:100%;
    width:100%;
    -o-object-fit:cover;
       object-fit:cover;
}
.member_opener a.bouton {
	border:1px solir white;
		font-size:12px;
}

@media(min-width:980px) {
    .un_membre {
        width:21%;
    }
}

.un_membre .member_details {
    display:none;
    padding:0 20px;
}
.un_membre.actif .member_opener {
    display:none;
}
.un_membre.actif .member_details {
    display:block;
    position:relative;
}
.close_member {
    background: url('../images/custom/close.png') no-repeat center;
    background-size: 100%;
    height: 42px;
    width: 42px;
    position: absolute;
    top: -20px;
    right: -14px;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: var(--ease);
    -o-transition: var(--ease);
    transition: var(--ease);
}

.close_member:hover {
    -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
            transform:rotate(90deg);
}
@media(min-width:640px) {
    .un_membre:not(.waiting) {
        display:none;
    }
    .un_membre.actif {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
            -ms-flex-direction:row;
                flex-direction:row;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
        -webkit-box-align:start;
            -ms-flex-align:start;
                align-items:flex-start;
        -webkit-box-pack:start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        width:100%;
        max-width:100%;
        padding:0 40px;
    }
    .un_membre.actif .membre_content {
        width:50%;
    }
    .un_membre.actif .member_details {
        width:100%;
    }
}
@media(min-width:980px) {
    .un_membre.actif .membre_content {
        width:25%;
    }
    .un_membre.actif .member_details {
        width: calc(75% - 40px);
        padding: 0 100px 0 40px;
        border-left: 2px solid var(--bleu-clair);
        margin-left: 40px;

    }
    .close_member {
        height:63px;
        width:63px;
    }
}

@media(min-width:980px) and (max-width:1199px) {
    .membre_content .partie_texte H4 {
        font-size:var(--fs-s);
    }

}
/*Partenaires*/
section.fond_blanc {
    background:var(--blanc);
    padding-bottom:88px!important;
}
section.fond_blanc {
    color:var(--bleu);
    padding-top:44px!important;
}
section.fond_blanc:before {
    display:block;
    content:'';
    position:absolute;
    bottom:calc(100% - 2px);
    left:0;
    width:100%;
    height:calc(calc(140 / 1920) * 100vw);
    background:url('../images/custom/vague_blanche_top.png') no-repeat bottom left;
    background-size:100%;
}
.bloc_partenaires img {
    display: inline-block;
    max-width: 528px;
    max-height: 166px;
    margin: 30px 20px;
}
@media(max-width:1799px) {
    .bloc_partenaires img {
        max-width: 396px;
        max-height: 125px;
    }
}
@media(max-width:979px) {
    .bloc_partenaires img {
        max-width: 264px;
        max-height: 83px;
    }
}

/*Specifications*/
.une_spec > div {
    padding:0.7rem;
    font-weight:700;
}
.une_spec > div.fond_vert {
    color:var(--noir);
}

@media(max-width:979px) {
    .une_spec {
        border:3px solid var(--blanc);
		font-size:var(--fs-s)
    }
}
@media(min-width:980px) {
    .une_spec {
        border-bottom:3px solid var(--blanc);
    }
    .une_spec:first-child {
        border-top:3px solid var(--blanc);
    }
    .une_spec:nth-child(2n + 1) {
        border-left:3px solid var(--blanc);
    }
    .une_spec:nth-child(2n),
    .une_spec:last-child {
        border-right:3px solid var(--blanc);
    }
    .une_spec:nth-child(2) {
        border-top:3px solid var(--blanc);
    }
}

/*Applications*/
@media(max-width:767px) {
    .application:nth-child(n + 2) {
        padding-top:8%;
    }
}
@media(min-width:768px) {
    .application {
        width:46%;
    }
    .application:nth-child(n + 3) {
        padding-top:4%;
    }
}
/*Assets*/
.section_assets h2.titre_section {
    margin-bottom:88px;
}
.section_assets h2.titre_section:before {
    display:none;
}

.un_asset .label {
    font-size:var(--fs-m);
    color:var(--noir);
    font-weight:600;

}
.un_asset .label span{
    font-size:var(--fs-m);
    font-size:var(--fs-p-home);
    font-weight:400;
}
.un_asset > div {
    border-top:1px solid var(--bleu);
    border-right:1px solid var(--bleu);
    padding:1rem;
}
.un_asset .valeur_1 p,
.un_asset .valeur_2 p{
    margin:0;
    line-height:150%;
    font-size:var(--fs-p-home);
    font-weight:600;
}
@media(max-width:767px) {
    
}
@media(min-width:768px) {
    .un_asset .label {
        width:16%
    }
    .un_asset .valeur_1 {
        width:27%
    }
    .un_asset .valeur_2 {
        width:57%
    }
}