/*
Theme Name: URPS
Version: 1.0
Theme URI: http://www.bonbay.fr/
Author: Bonbay
Author URI: http://www.bonbay.fr/
Text Domain:
*/

/*	Copyright: (c) 2013 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html*/


/*RESET*/
/*---------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:flex}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}


/*  Base awesome
================================================== */
.fa { width: 1em; text-align: center; }


/*  Base formulaire
================================================== */
input, textarea, 
button, select, 
label { font-family: inherit; }
input,
textarea,
button,
select,
label { font-size: 1rem; }
input::-moz-focus-inner,
button::-moz-focus-inner{ border: 0; padding: 0; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="tel"],
select,
textarea { margin: 0; border-radius: 0; width:100%;}
input,
textarea,
select,
button { 
    -moz-appearance: none; 
    -webkit-appearance: none;
    appearance: none;
    transition: all .2s ease; 
}
input[type="checkbox"]{ -moz-appearance: checkbox; -webkit-appearance: checkbox; appearance: checkbox; }
input[type="radio"]{ -moz-appearance: radio; -webkit-appearance: radio; appearance: radio; }
label{ }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    background: #fff;
    border: 1px solid #333;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: calc( 90% - 2px );
    outline: none;
    padding: 0.5rem 5%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus { border-color: #666;  }
label .required { color: #8d001a; }
input[type="submit"],
button[type="submit"] {
    background: #8d001a;
    color: #fff;
    padding: .5rem 1rem;
    font-weight: 600;
    display: flex;
    border: none;
    cursor: pointer;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}
input[type="submit"]:hover,
button[type="submit"]:hover { background: #000; }

/*WPCF7*/
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
    border: 1px solid red;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{ border-color: red; color:red; }
.wpcf7 form .wpcf7-response-output{ border: 1px solid grey; }

/*SWIPER*/
.swiper-slide{  }
.swiper-pagination{  }
.swiper-pagination-bullet{  }
.swiper-pagination-bullet-active{  }
.swiper-button-next, .swiper-button-prev{  }
.swiper-button-prev{  }
.swiper-button-next{  }



/** GRID ***/
.row{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.row.nowrap{ flex-flow: row nowrap; }
.row.flow-row{ flex-flow: row wrap; }

.flex{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.space-b{ justify-content: space-between; }
.space-a{ justify-content: space-around; }
.space-e{ justify-content: space-evenly; }
.middle{ align-items: center; }
.flex-end{ align-items: flex-end; justify-content: flex-end; }

@media (max-width: 767px){
      /*.row{ flex-flow: column wrap; }
      .row.nowrap{ flex-flow: column nowrap; }*/
}

/* 24 colonnes */
.spannomargin-1, .spannomargin-2, .spannomargin-3,
.spannomargin-4, .spannomargin-5, .spannomargin-6,
.spannomargin-7, .spannomargin-8, .spannomargin-9,
.spannomargin-10, .spannomargin-11, .spannomargin-12,
.spannomargin-13, .spannomargin-14, .spannomargin-15,
.spannomargin-16, .spannomargin-17, .spannomargin-18,
.spannomargin-19, .spannomargin-20, .spannomargin-21,
.spannomargin-22, .spannomargin-23, .spannomargin-24{ width: 100%; }

/*16 colonnes*/
.span-1, .span-2, .span-3, 
.span-4, .span-5, .span-6, 
.span-7, .span-8, .span-9, 
.span-10, .span-11, .span-12, 
.span-13, .span-14, .span-15, .span-16{ width: 100%; }


/* tablette portrait */
@media (min-width: 768px){

    /* 24 colonnes */
    .spannomargin-1{ width: 4.16666667%; }
    .spannomargin-2{ width: 8.33333333%; }
    .spannomargin-3{ width: 12.5%; }
    .spannomargin-4{ width: 16.666666666667%; }
    .spannomargin-5{ width: 20.833333333333%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 29.16666667%; }
    .spannomargin-8{ width: 33.333%; }
    .spannomargin-9{ width: 37.5%; }
    .spannomargin-10{ width: 41.66%; }
    .spannomargin-11{ width: 45.833333333333%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 54.166666666667%; }
    .spannomargin-14{ width: 58.3333333%; }
    .spannomargin-15{ width: 62.5%; }
    .spannomargin-16{ width: 66.666%; }
    .spannomargin-17{ width: 70.8266666%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 79.16%; }
    .spannomargin-20{ width: 83.32%; }
    .spannomargin-21{ width: 87.4866666%; }
    .spannomargin-22{ width: 91.6533333%; }
    .spannomargin-23{ width: 95.82%; }
    .spannomargin-24{ width: 100%; }

    /*16 colonnes*/
    .span-1{ width: 6.25%; }
    .span-2{ width: 12.5%; }
    .span-3{ width: 18.75%; }
    .span-4{ width: 25%; }
    .span-5{ width: 31.25%; }
    .span-6{ width: 37.5%; }
    .span-7{ width: 43.75%; }
    .span-8{ width: 50%; }
    .span-9{ width: 56.25%; }
    .span-10{ width: 62.25%; }
    .span-11{ width: 68.75%; }
    .span-12{ width: 75%; }
    .span-13{ width: 81.25%; }
    .span-14{ width: 87.5%; }
    .span-15{ width: 93.75%; }
    .span-16{ width: 100%; }

}
/* tablette paysage */
@media (min-width: 1024px){

    /*24 colonnes*/
    .spannomargin-1{ width: 4.16666667%; }
    .spannomargin-2{ width: 8.33333333%; }
    .spannomargin-3{ width: 12.5%; }
    .spannomargin-4{ width: 16.666666666667%; }
    .spannomargin-5{ width: 20.833333333333%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 29.16666667%; }
    .spannomargin-8{ width: 33.333%; }
    .spannomargin-9{ width: 37.5%; }
    .spannomargin-10{ width: 41.66%; }
    .spannomargin-11{ width: 45.833333333333%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 54.166666666667%; }
    .spannomargin-14{ width: 58.3333333%; }
    .spannomargin-15{ width: 62.5%; }
    .spannomargin-16{ width: 66.666%; }
    .spannomargin-17{ width: 70.8266666%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 79.16%; }
    .spannomargin-20{ width: 83.32%; }
    .spannomargin-21{ width: 87.4866666%; }
    .spannomargin-22{ width: 91.6533333%; }
    .spannomargin-23{ width: 95.82%; }
    .spannomargin-24{ width: 100%; }
    .mille{ max-width: 960px; width: 100%; }

    /*16 colonnes*/
    .span-1{ width: 6.25%; }
    .span-2{ width: 12.5%; }
    .span-3{ width: 18.75%; }
    .span-4{ width: 25%; }
    .span-5{ width: 31.25%; }
    .span-6{ width: 37.5%; }
    .span-7{ width: 43.75%; }
    .span-8{ width: 50%; }
    .span-9{ width: 56.25%; }
    .span-10{ width: 62.25%; }
    .span-11{ width: 68.75%; }
    .span-12{ width: 75%; }
    .span-13{ width: 81.25%; }
    .span-14{ width: 87.5%; }
    .span-15{ width: 93.75%; }
    .span-16{ width: 100%; }

}
@media (min-width: 1280px){
    .mille{ max-width: 1080px; }
}
@media (min-width: 1480px){
    .mille{ max-width: 1440px; }
}

.nomobile{ display: none; }
@media (min-width: 1024px){ .nomobile{ display: flex; } }
.onlymobile{ display: flex; }
@media (min-width: 1024px){ .onlymobile{ display: none; } }

/*****************************************/
/*FONTS*/

@font-face {
    font-family: 'DM Serif Display';
    src: url('fonts/DMSerifDisplay-Italic.woff2') format('woff2'),
        url('fonts/DMSerifDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('fonts/DMSerifDisplay-Regular.woff2') format('woff2'),
        url('fonts/DMSerifDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Black.woff2') format('woff2'),
        url('fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Italic.woff2') format('woff2'),
        url('fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Thin.woff2') format('woff2'),
        url('fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

.thin{ font-weight: 100; }
.light{ font-weight: 300; }
.regular{ font-weight: 400; }
.medium{ font-weight: 500; }
.semibold{ font-weight: 600; }
.bold{ font-weight: 700; }
.ultrabold{ font-weight: 900; }

.dmserif{ font-family: 'DM Serif Display'; }
.poppins{ font-family: 'Poppins'; }


/**/

img, iframe, video{ max-width: 100%; max-height:fit-content; }
h1{ font-size: 32px; }
h2{ font-size: 28px; }
h3{ font-size: 24px; }
h4{ font-size: 20px; }
.italique, i, em{ font-style: italic; }
.lowercase{ text-transform: lowercase; }
.uppercase{ text-transform: uppercase; }
.black, a.black{ color:#000; }
.white, a.white{ color: #fff; }
.grey, a.grey{ color: #959393; }
.blue, a.blue{ color: #243f66; }
.lightblue, a.lightblue{ color: #0e92c2; }
.mediumblue, a.mediumblue{ color:#0c7fa9; }
.yellow, a.yellow{ color:#e8af45; }

strong, b{ font-weight: 700; }
.align-left, .alignleft{ text-align: left; justify-content: flex-start; }
.align-right, .alignright{ text-align: right; justify-content: flex-end; }
.align-center, .aligncenter{ text-align: center; justify-content: center; }

img.alignleft, img.align-left{ float: left; margin: 0 1em 1em 0 }
img.alignright, img.align-right{ float: right; margin: 0 0 1em 1em }
img.aligncenter, img.align-center{ float: none; margin: 0 auto 1em auto; display: block; }

.justify{ text-align: justify; }

.button{
    display: block;
    width: auto;
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
    transition: ease-in-out all 0.1s;
    cursor: pointer;
    background: white;
    text-decoration: none;
}
.button:hover{
    background: black!important;
    text-decoration: none;
}

a{ color: #243f66; text-decoration: none; cursor: pointer; }
a:hover{ color: #0e92c2; text-decoration: underline; }
p{ margin: 10px 0; }
article ul{ margin: 1em 0; }
article ul li{ list-style-type: disc; margin-left: 2em; }

.gallery {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-flow: row wrap;
}
.gallery-item{ margin: 0 1rem 1rem 0; }

.left{ float: left; }
.right{ float: right; }
.center{ margin: 0 auto; }

.relative{ position: relative; }
.absolute{ position: absolute; }

.error{ color: red; font-weight: bold; }

/*****/
/* base */

body{
    background: #fff;
    margin: 0;
    padding: 0;
    color:#243f66;
    font-family: 'Poppins'; 
    font-weight: 400;
    font-size: 18px;
}
.conteneur{ max-width: 1920px; margin: 0 auto; }

header,  main, footer, .home_contenu{ width: 100%; }
header, header > .mille > .row{ height: 160px; }
a#logo{
    display: block;
    background: transparent url('gfx/logo.png') no-repeat center top / 100%;
    width: 100%;
    max-width: 238px;
    min-height: 108px;
    margin: 0 auto;
}
.menu-toggle{ display: none; }
.nav-menu{ display: flex; }
nav{
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: auto;
}
.menu-menu-principal-container{
    display: flex;
    width: 100%;
    position: relative;
}
nav ul{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-top: 20px;
}
nav ul li{
    position: relative;
    list-style-type: none;
    display: inline-flex;
    background: transparent;
    transition: ease-in-out all 0.1s;
}
nav ul li a{
    font-size: 17px;
    font-weight: 500;
    display: flex;
    color: #243f66;
    text-decoration: none;
    line-height: 60px;
    padding: 10px;
    margin: 0 0px;
    width: auto;
    background: transparent;
    border: 0;
    transition: ease-in-out all .2s;
}
nav > div > ul > li:last-child > a{ font-weight: 700; }
nav > div > ul > li::before{
    content: " ";
    display: block;
    width: 48px;
    height: 26px;
    background: transparent url('gfx/menu-hover.png') no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: ease-in-out all .2s;
    transform: translateY(-2px);
    opacity: 0;
}
nav > div > ul > li:hover::before, 
nav > div > ul > li.current-menu-item::before{ opacity: 1; transform: translateY(0); transition: ease-in-out all .2s;}
nav ul li a:hover, 
nav ul li.current-menu-item a{
    text-decoration: none;
    color: #0c7fa9;
    transition: ease-in-out all .2s;
}
nav ul li ul{
    position: absolute;
    top: 70px;
    left: 8px;
    z-index: 5001;
    margin: 0;
    padding: 0;
    background: white;
    border: 1px solid #243f66;
    display: none;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 8px;
    min-width: 100%;
    width: max-content;
    max-width: 260%;
    overflow: hidden;
}
nav > div > ul > li:first-child ul{ width: 100%; }
nav > div > ul > li:nth-child(3) ul{ width: 200%; }
nav > div > ul > li:nth-child(4) ul{ width: 250%; }
nav ul li:hover ul{ display: flex; }
nav ul li ul li{
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
nav ul li ul li a{
    margin: 0;
    line-height: 50px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc( 100% - 52px - 26px );
    padding: 0  52px 0 26px;
    position: relative;
    background-color: white;
    color:#243f66;
    transition: ease-in-out all .2s;
}
nav ul li ul li a::after{
    content: " ";
    display: none;
    width: 16px;
    height: 14px;
    background: transparent url('gfx/sous-menu-hover.png') no-repeat center;
    position: absolute;
    right: 20px;
    bottom: calc(25px - 7px);
}
nav ul li ul li:first-child a{ padding-top: 8px; }
nav ul li ul li a:hover{
    color: black;
    text-decoration: none;
    color: white;
    background-color:#243f66;
    transition: ease-in-out all .1s;
}
nav ul li ul li a:hover::after{ display: block; }
.btnrond{
    display: flex;
    width: 46px;
    height: 46px;
    overflow: hidden;
    text-indent: -3000px;
    border: 1px solid #243f66;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 5px 5px 0 rgba(0,0,0,.125);
    transition: ease-in-out all .1s;
}
.btnrond:hover{ border-color:#27addd; transition: ease-in-out all .1s; }
#triggersearch.btnrond{
    background: white url('gfx/recherche.png') no-repeat center;
}
#triggeraccess.btnrond{
    background: #243f66 url('gfx/accessibilite.png') no-repeat center;
}
#triggeraccess.btnrond:hover{ background-color:#27addd; }
.btnacces{
    display: flex;
    width: min-content;
    text-align: left;
    height: 50px;
    border: 1px solid #e8af45;
    border-radius: 32px;
    cursor: pointer;
    box-shadow: 5px 5px 0 rgba(0,0,0,.125);
    transition: ease-in-out all .1s;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 14px 28px 0 66px;
    background: white url('gfx/acces-kine.png') no-repeat 14px center;
}
.btnacces:hover{
    text-decoration: none;
    border-color:#27addd; 
    color:#27addd; 
    background: white url('gfx/acces-kine-bleu.png') no-repeat 14px center;
    transition: ease-in-out all .1s; 
}
/**/
footer{ 
    background: #0c7fa9 url('gfx/deco-footer3.png') no-repeat 55% bottom;
    padding: 140px 0 0 0;
    position: relative;
}
footer::before{
    content:" ";
    display: block;
    width: 66px;
    height: 108px;
    background: transparent url('gfx/deco-footer1.png') no-repeat center;
    position: absolute;
    left: 22%;
    top: -50px;
    z-index: 2;
}
footer::after{
    content:" ";
    display: block;
    width: 100px;
    height: 38px;
    background: transparent url('gfx/deco-footer2.png') no-repeat center;
    position: absolute;
    right: 7.5%;
    top: 60%;
    z-index: 2;
}
.menu-footer-container{ display: flex; width: 100%; }
.footer-menu{ 
    display: flex; 
    flex-flow: column wrap; 
    justify-content: flex-start; 
    margin-top: 30px;
}
.footer-menu li a{ color: white; font-size: 12px; font-weight: 500; }
.footer-menu li{ line-height: 18px; }
.btnacces.nobrd{ border-color: transparent; }
.copy, .copy a{ color:#90daf5; }
.copy{ font-size: 12px; margin: 70px 0 20px 0; }
.btncontact{
    display: flex;
    width: max-content;
    text-align: left;
    height: 64px;
    border: 1px solid #fff;
    color: white;
    border-radius: 32px;
    cursor: pointer;
    transition: ease-in-out all .1s;
    font-size: 16px;
    line-height: 64px;
    font-weight: 600;
    padding: 0 28px 0 52px;
    background: #0c7fa9 url(gfx/bouton-blanc-mini.png) no-repeat 14px center;
}
.btncontact:hover{
    background-color:#243f66;
    border-color:#243f66;
    color: white;
    text-decoration: none;
}
footer .adresse{ font-size: 14px; }
footer .telephone{ font-size: 16px; }
footer .telephone:hover{ color: white; }
footer .footer-texte{ font-size: 14px; line-height: 18px; margin: 50px 0 1.5rem 0; }
footer .sociaux a img{ margin: 0 0 0 1rem; }
footer .btncontact{ margin-top: 50px; }
.footer-newsletter{ padding: 92px 0 130px 0; background: white; }
.footer-newsletter h2{
    font-size: 48px;
    padding-left: 174px;
    position: relative;
}
.footer-newsletter h2::before{
    content: " ";
    width: 156px;
    height: 60px;
    background: transparent url('gfx/titre-newsletter.png') no-repeat 0 0 / 100%;
    position: absolute;
    left: -36px;
    top: 0;
}
.footer-newsletter p{
    padding-left: 174px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.5rem;
}
.footer-newsletter .wpcf7 form{
    border: 1px solid #243f66;
    height: 74px;
    border-radius: 37px;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}
.footer-newsletter .wpcf7 form span.wpcf7-form-control-wrap{ width: 55%; height: 74px; }
.footer-newsletter .wpcf7 form input[type="email"]{
    width: 90%;
    height: 74px;
    border: 0px;
    padding: 0 0 0 10%;
    background: transparent;
}
.footer-newsletter .wpcf7 form input[type="submit"]{
    background:#243f66;
    text-align: center;
    padding: 0;
    width: 45%;
    height: 74px;
    line-height: 74px;
    border-radius: 37px;
    font-size: 18px;
    margin-left: 1px;
}
.footer-newsletter .wpcf7 form input[type="submit"]:hover{ background-color:#27addd; }
.footer-newsletter .wpcf7 form .wpcf7-spinner{
    position: absolute;
    left: 50%;
    top: 24px;
    margin: 0;
}
.footer-newsletter .wpcf7 form.invalid .wpcf7-response-output, 
.footer-newsletter .wpcf7 form.unaccepted .wpcf7-response-output, 
.footer-newsletter .wpcf7 form.payment-required .wpcf7-response-output, 
.footer-newsletter .wpcf7-not-valid-tip{ text-align: center; font-size: 14px; }
.footer-newsletter .wpcf7-turnstile{ position: absolute; bottom: -74px; left: 0; }

/*HOMEPAGE*/
.in-slide{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.in-slide > .row.middle{ align-items: stretch; }
.in-slide > .row.middle > div{ margin-top: 7vw; }
.swiperhome1 img{ display: flex; }
.in-slide h1{ font-size: 40px; font-weight: 400; letter-spacing: .1rem; }
.in-slide h1 span{ text-transform: uppercase; font-family: 'poppins', sans-serif; font-size: 24px; color: #dda63f; }
.ligneslide::after{
    content: " ";
    width: 146px;
    height: 232px;
    background: transparent url('gfx/projets.png') no-repeat center / 100%;
    position: absolute;
    left: 17%;
    bottom: -120px;
    z-index: 11;
}
.actu-home{ background:white; overflow: hidden; border-top-left-radius: 100px; }
.actu-home img{ border-top-left-radius: 100px; }
.actu-home h4{ margin: 0 0; font-style: italic; font-size: 24px; }
.actu-home h3{ margin: .75rem 0 1.25rem 0; font-size: 28px; line-height: 32px; }
.actu-home p{ font-size: 14px; line-height: 22px; margin: 0 0 1rem 0; }
.actu-home a.suite{ 
    text-transform: uppercase; 
    font-size: 12px; 
    font-weight: 500; 
    padding: 0 0 0 30px;
    background: transparent url('gfx/bouton-mini.png') no-repeat left center;
}
.actu-home .pdg{ padding: 2rem 0; }
.swiper-pagination-home.swiper-pagination-bullets.swiper-pagination-horizontal{ width: 62.5%; bottom: 30px; }
.swiper-pagination-home.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: white;
    border: 2px solid #e8af45;
    opacity: 1;
}
.swiper-pagination-home.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#e8af45; }
.swiper-button-prev.swiper-button-prev-home, 
.swiper-button-next.swiper-button-next-home{
    background: transparent url('gfx/fleche-jaune.png') no-repeat center;
    height: 26px;
    width: 26px;
    top: 55%;
}
.swiper-button-prev.swiper-button-prev-home{ left: 5%; }
.swiper-button-next.swiper-button-next-home{ right: 42.5%; }
.swiper-button-prev.swiper-button-prev-home::after, 
.swiper-button-next.swiper-button-next-home::after{ display: none; }
.swiper-button-next.swiper-button-next-home{ transform: rotate(180deg); }
.actu-home a:hover{ text-decoration: none; }
.in-slide .row.middle > div.mrgneg{ margin-top: 0; }
/****/
.btn{
    display: flex;
    width: max-content;
    text-align: left;
    height: 60px;
    color: white;
    border-radius: 32px;
    cursor: pointer;
    transition: ease-in-out all .1s;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    padding: 0 28px 0 52px;
    background: #243f66 url(gfx/bouton-blanc-mini.png) no-repeat 18px center;
}
.btn:hover{
    background-color:#27addd;
    color: white;
    text-decoration: none;
}
.btn.bleuclair{ background-color:#27addd; }
.btn.bleufonce{ background-color:#1c3964; }
.btn.bleuclair:hover{ background-color: #e8af45; }
.btn.bleufonce:hover{ background-color:#27addd; }
/****/
.in-slide div.mrgneg .btn{ margin-left: 69.5%; }
h2.titreprojets{ font-size: 48px; margin: 70px 0 50px 0; }
.projet-home img{ border-top-right-radius: 130px; display: flex; }
.projets-home{ align-items: stretch; margin-bottom: 64px; }
.projet-home .encart-blanc{ 
    background: white;
    min-height: 180px;
    padding: 66px 38px;;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: -44px 0 0 0;
    position: relative;
    z-index: 2;
    border-top-left-radius: 60px;
}
.projet-home h3{ font-size: 22px; line-height: 28px; }
.projet-home p{ font-size: 14px; line-height: 20px; }
.projet-home a.suite{
    position: absolute;
    color:#27addd;
    bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 0 0 18px 40px;
    background: transparent url(gfx/bouton-medium.png) no-repeat left center;
}
.projet-home a.suite:hover{ text-decoration: none; color: #e8af45; }
.projet-home a:hover{ text-decoration: none; }
.chiffres{ 
    background-color: #e8af45; 
    padding: 90px 0 160px 0; 
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    margin: 72px 0 52px 0;
    position: relative;
}
.chiffres h2{ font-size: 34px; font-weight: 700; line-height: 46px; margin-bottom: 80px; }
.chiffres h2 span{ font-weight: 400; font-family: 'DM Serif Display'; }
.chiffres h3{ 
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 60px; 
    line-height: 60px; 
}
.chiffres h3 span{ 
    font-size: 18px; 
    line-height: 22px; 
    display: inline-block; 
    width: 100%; 
    margin: .5rem auto;
}
.chiffres::after{
    content: " ";
    width: 208px;
    height: 180px;
    background: transparent url('gfx/3accents.png') no-repeat center / 100%;
    position: absolute;
    left: calc(50% - 104px);
    bottom: -70px;
    z-index: 5;
}
.chiffres .spannomargin-4.aligncenter.relative.deco1::after{
    content: " ";
    width: 110px;
    height: 84px;
    background: transparent url('gfx/accent-blanc-top.png') no-repeat center / 100%;
    display: block;
    z-index: 2;
    position: absolute;
    left: -40px;
    top: -80px;
}
.chiffres .spannomargin-4.aligncenter.relative.deco2::after{
    content: " ";
    width: 50px;
    height: 126px;
    background: transparent url('gfx/accent-blanc-right.png') no-repeat center / 100%;
    display: block;
    z-index: 2;
    position: absolute;
    right: -80px;
    top: -20px;
}
.boite-outils{
    background: white url('gfx/boite-outils.jpg') no-repeat right top;
    padding: 90px 0 140px 0;
}
.boite-outils::before{
    content: " ";
    width: 220px;
    height: 310px;
    background: transparent url('gfx/deco-jaune.png') no-repeat center / 100%;
    display: block;
    z-index: 2;
    position: absolute;
    left: 3%;
    bottom: 0px;
}
.boite-outils h2.dmserif.mediumblue{ font-size: 48px; }
.boite-outils h3.poppins{ font-size: 20px; }
.boite-outils p{ font-size: 16px; line-height: 24px; margin-bottom: 2rem; }
.btn-lien{
    display: flex;
    width: max-content;
    text-align: left;
    height: 50px;
    border: 1px solid #0c7fa9;
    border-radius: 32px;
    transition: ease-in-out all .1s;
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    padding: 0 26px;
    background: white;
    margin: 0 8px 8px 0;
}
.btn-lien:hover{
    text-decoration: none;
}
.boite-outils h3.dmserif{
    font-size: 30px;
    margin: 120px 0 2rem 0;
}
.boite-outils ul li{
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    padding-left: 34px;
    background: transparent url('gfx/sous-menu-hover.png') no-repeat left center;
}
.boite-outils ul{ margin: 0 0 3rem 0; }
.btnacces.lightblue{ 
    color:#0c7fa9; 
    border-color:#0e92c2; 
    background-image: url('gfx/acces-kine-bleu.png'); 
    box-shadow: none; 
}
.btncreer{
    display: flex;
    width: max-content;
    text-align: left;
    height: 50px;
    border: 1px solid #0c7fa9;
    border-radius: 32px;
    cursor: pointer;
    transition: ease-in-out all .1s;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 14px 56px 0 66px;
    color: white;
    background: #0c7fa9 url(gfx/bouton-blanc-medium.png) no-repeat 14px center;
}
.boite-outils .btncreer{ margin-left: 5px; font-size: 18px; line-height: 24px; height: 60px; border-radius: 40px; }
.boite-outils .btnacces.lightblue{ font-size: 18px; line-height: 24px; height: 60px; border-radius: 40px; }
.btnacces.lightblue:hover{
    background-image: url('gfx/acces-kine.png');
    color: #243f66;
    border-color:#243f66;
}
.btncreer:hover{ text-decoration: none; background-color:#e8af45; color: white; border-color: #e8af45; }
/*SINGLE*/
.btn-tl{
    display: flex;
    width: max-content;
    text-align: left;
    height: 60px;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    transition: ease-in-out all .1s;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    padding: 0 28px 0 52px;
    background: #243f66 url(gfx/telecharger.png) no-repeat 20px center;
    margin: 5px 5px 5px 0;
}
.btn-tl:hover{
    background-color: #0c7fa9;
    text-decoration: none;
    color: white;
}
.liste-documents{ margin: 2rem 0; }
.zone-texte h2{ 
    font-family: 'DM Serif Display'; 
    font-size: 34px; 
    padding: 0 0 24px 0; 
    position: relative; 
    margin: 2rem 0; 
}
.zone-texte h2::before{
    content: " ";
    background: transparent url('gfx/h2.png') no-repeat center / 100%;
    width: 73px;
    height: 48px;
    position: absolute;
    left: -30px;
    bottom: 0;
}
.zone-texte h3{ font-family: 'DM Serif Display'; font-size: 28px; color:#1fafdf; margin: 1.5rem 0;  }
.zone-texte h4{ font-family: 'DM Serif Display'; font-size: 22px; color:#e8af45; margin: 1rem 0;  }
.zone-texte p, .zone-texte ul li{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 1.5rem 0;
}
.zone-texte a:not(.btn-tl), .contact .zone-texte a{
    display: inline-block;
    background: white url('gfx/fleche-bleue.png') no-repeat 95% center;
    width: max-content;
    max-width: 80%;
    border: 1px solid #1fafdf;
    padding: 24px 100px 24px 40px;
    margin: 1rem auto;
    border-radius: 24px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.zone-texte a:not(.btn-tl):hover, .contact .zone-texte a:hover{ text-decoration: none; color:#1fafdf; }
.zone-texte h2.documentations{ margin-top: 4rem; }
.bandeau{ margin: 0 0 50px 0; }
.bandeau > div{ position: relative; z-index: 3; }
.bandeau::before{
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 30px;
    right: 25%;
    background:#e8af45;
    border-top-left-radius: 120px;
}
.bandeau img{ margin-top: 30px; border-top-left-radius: 120px; }
.bandeau .bread{ margin: 70px 0 10px 0; font-size: 12px; text-transform: uppercase;}
.bandeau::after{
    content: " ";
    background: transparent url('gfx/deco-bandeau.png') no-repeat center / 100%;
    width: 74px;
    height: 118px;
    position: absolute;
    left: 2.5%;
    bottom: -20px;
    z-index: 2;
}
.bandeau h1{
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}
.bandeau p.intro, .bandeau .intro p{ font-size: 18px; line-height: 24px; margin: 1rem 0 80px 0; }
.bandeau div.intro{ margin-bottom: 80px; }

/*CONTACT*/
.contact .zone-texte h2::before{ display: none; }
.contact .zone-texte h3, .contact .zone-texte h2{ font-family: 'poppins', sans-serif; font-weight: 600; color:#1c3964; }
.contact .zone-texte > *{ position: relative; z-index: 3; }
.contact .zone-texte{ padding: 80px 0 120px 0; margin: 40px 0 80px 0; }
.contact .zone-texte::before{
    content: " ";
    position: absolute;
    z-index: 1;
    left:1rem;
    top:0;
    right:1rem;
    bottom:0;
    background: white;
    box-shadow: 5px 5px 40px rgba(0,0,0,.15);
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
}
.contact .zone-texte::after{
    content: " ";
    position: absolute;
    z-index: 2;
    left: calc(50% - 45px);
    bottom:-4rem;
    background: transparent url('gfx/projets.png') no-repeat 0 0 / contain;
    transform: rotate(90deg);
    width: 90px;
    height: 124px;
}
.contact .wpcf7{ margin-top: 40px; }
input[type="text"], input[type="email"], input[type="tel"], 
input[type="number"], input[type="password"], textarea{
    background-color:#f8edd9;
    border: 0px;
    line-height: 54px;
    border-radius: 27px;
    padding: 0 1rem;
    width: calc(100% - 2rem);
    margin: 0 0 10px 0;
    color:#1c3964;
    font-size: 16px;
}
textarea{ line-height: 24px; padding: 1rem; }
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, 
input[type="number"]::placeholder, textarea::placeholder{
    color:#1c3964;
}
.wpcf7 label{ font-style: italic; font-size: 14px; line-height: 18px; }
.wpcf7 label span{ display: block; float: left; width: 85%  }
.wpcf7 label input[type="checkbox"]{ float:left; margin-right: 1rem; }
input[type="submit"]{
    display: flex;
    width: max-content;
    text-align: left;
    height: 60px;
    border: 0px;
    color: white;
    border-radius: 32px;
    cursor: pointer;
    transition: ease-in-out all .1s;
    font-size: 22px;
    line-height: 60px;
    font-weight: 600;
    padding: 0 40px 0 80px;
    background: #1c3964 url(gfx/bouton-blanc-mini.png) no-repeat 34px;
    margin: 0 auto;
}
input[type="submit"]:hover{
    background: #27addd url(gfx/bouton-blanc-mini.png) no-repeat 34px;
}
.wpcf7-not-valid-tip{ font-size: .75rem; color: red; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{ font-size: .9rem; }
/*actualites*/
.nav-links{ display: flex; flex-flow: row wrap; align-items: center; justify-content: center; margin: 2rem auto; }
.nav-links .page-numbers{
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 40px;
    border-radius: 100%;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    background: white;
    color:#0c7fa9;
}
.nav-links .page-numbers.current{
    background-color:#1c3964;
    color: white;
}
.nav-links a.page-numbers:hover{ text-decoration: none; color:#dda63f; }
.nav-links .page-numbers.next, 
.nav-links .page-numbers.prev{
    overflow: hidden;
    text-indent: -3000px;
    background: white url('gfx/suivant.png') no-repeat 0 0;
    margin: 0 0 0 70px;
}
.nav-links .page-numbers.prev{ transform: rotate(180deg); margin: 0 70px 0 0; }
.actualites .actu-home{ 
    margin-top: 80px; 
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    position: relative;
    overflow: unset;
}
.actualites .actu-home > div.spannomargin-9{ position: relative; z-index: 3; }
.actualites .bandeau img{ margin-top: 0; border-top-left-radius: 0px; border-top-right-radius: 120px; }
.actualites .bandeau::before{ max-height: 300px; }
.actualites .bandeau .actu-home a.suite{ margin-top: 2rem; display: inline-block; }
.actualites .bandeau{ margin-bottom: 140px; }
.actualites .bandeau::after{ bottom: 130px; }
.actualites .actu-home::before{ 
    content: " ";
    box-shadow: 30px 30px 20px rgba(0,0,0,.15); 
    height: 100%; 
    position: absolute;
    left:0;
    bottom:0;
    right: 50%;
    top: 0;
    z-index: 2;
}
/*projet*/
.page .zone-texte a{
    display: inline-block;
    background: #1c3964 url('gfx/telecharger.png') no-repeat 10% center;
    color: white;
    width: max-content;
    max-width: 80%;
    border: 1px solid #1c3964;
    padding: 0 24px 0 60px;
    margin: .5rem 1rem;
    border-radius: 30px;
    text-align: left;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    transition: ease-in-out all .1s;
}
.page .zone-texte a:hover{ 
    text-decoration: none; 
    color:#1c3964; 
    background-color: white; 
    transition: ease-in-out all .1s; 
}
.fdjaune{ background-color:#faefdc; margin: 180px 0 120px 0; padding: 0 0 120px 0; position: relative; }
.fdjaune::after{
    content: " ";
    display: block;
    position: absolute;
    background: transparent url('gfx/2accents.png') no-repeat 0 0 / 100%;
    width: 208px;
    height: 131px;
    left: calc( 50% - 104px );
    bottom: -60px;
}
.fdjaune .mille.center{ margin-top: -120px; }
.row.even{ align-items: stretch; }
.equipe .membre{
    margin: 44px 40px;
    width:auto;
    border-top-right-radius: 50px;
    overflow: hidden;
}
.equipe .membre .cartouche{
    background-color: white;
    width: 90%;
    padding: 20px 5% 30px 5%;
    text-align: center;
    border-bottom-left-radius: 50px;
    position: relative;
}
.equipe .membre .cartouche h3{
    font-size: 15px;
    font-weight: 700;
}
.equipe .membre .cartouche h4{
    font-size: 12px;
    color:#cfab6e;
    letter-spacing: .025rem;
    text-transform: uppercase;
    margin: 5px auto;
}
.equipe .membre .cartouche p{
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color:#faefdc;
    text-align: center;
    min-width: 45%;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 5% 0 5%;
    color:#e8af45;
    border-top-left-radius: 24px;
}
/*recherche*/
#popsearch{ 
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    background-color: rgba(0,0,0,.4);
    transition: ease-in-out all .2s;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
#popsearch.show{
    top: 0;
    opacity: 1;
    transition: ease-in-out all .2s;
}
.in-popsearch{
    display: none;
    width: 50%;
    background: white;
    padding: 2rem 0;
    border-radius: 40px;
}
#popsearch.show .in-popsearch{ display: block; }
.in-popsearch input[type="submit"]{ margin: 0; padding: 0; width: 100%; text-align: center;}
.in-popsearch input[type="text"]{ margin: 0; line-height: 60px; }
#closesearch{
    position: absolute;
    right: -1rem;
    top: -1rem;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    width: 3rem;
    border-radius: 100%;
    background: #27addc;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
#closesearch:hover{ background: #e8af45; }
.searchpage .btn-tl{
    background-image: url('gfx/bouton-blanc-medium.png');
    padding: 0 28px 0 72px;
}
.searchpage article{ margin-bottom: 3rem; }
/* ressources */
.pages-ressources li{
    list-style-type: none;
    font-size: 24px;
    font-weight: 600;
    color:#aeafaf;
    margin: 1rem 0;
}
.pages-ressources li a{
    color:#aeafaf;
    transition: ease-in-out all .1s;
}
.pages-ressources li span{ 
    font-size: 18px;
    font-family: 'DM Serif Display';
    transition: ease-in-out all .1s;
}
.pages-ressources li a:hover{
    text-decoration: none;
    color:#1c3964;
    transition: ease-in-out all .1s;
}
.pages-ressources li a:hover span{
    color:#0e92c2;
    transition: ease-in-out all .1s;
}
.liste-ressources .ressource{
    min-height: 130px;
    overflow: hidden;
    margin: 0 0 10px 0;
    background: white;
    border-top-right-radius: 80px;
    box-shadow: 4px -4px 14px rgba(0,0,0,.125);
    transition: ease-in-out all .2s;
}
.liste-ressources .ressource h3{
    line-height: 30px;
    margin-top: 50px;
    padding: 0 6rem 0 2rem;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.liste-ressources .ressource h3::after{
    content:" ";
    display: block;
    background: transparent url('gfx/h3.png') no-repeat 0 0;
    width: 33px;
    height: 29px;
    position: absolute;
    right: 3rem; 
    top: 0;
    transition: ease-in-out all .2s;
}
.liste-ressources .ressource.show h3::after{
    transform: rotate(-45deg);
    transition: ease-in-out all .1s;
}
.liste-ressources .ressource.show{
    height: auto;
    background-color: #e3f5fb;
    transition: ease-in-out all .3s;
}
.liste-ressources .ressource .contenu{ 
    display: none; 
    padding: 1rem 6rem 1rem 2rem;
}
.liste-ressources .ressource.show .contenu{ 
    display: block; 
}
/*membre connexion*/
.lwa{ margin-bottom: 0; }
.bloc-connexion{
    background:#0c7fa9;
    padding: 40px 15%;
    margin: 0px auto 120px auto;
    border-radius: 40px;
    position: relative;
}
.bloc-connexion::after{
    content: " ";
    display: block;
    position: absolute;
    left: calc(50% - 54px);
    bottom: -10px;
    width: 108px;
    height: 40px;
    background: transparent url('gfx/deco-jaune2.png') no-repeat center;
}
.lwa-form td{ text-align: right; color: white; }
.lwa-form td.lwa-username-label{ width: 40%; }
.lwa-form a.lwa-links-remember{ color: white; text-decoration: underline;}
.lwa-form a.lwa-links-register{
    margin-top: 2rem;
    font-weight: bold;
    display: inline-block;
    color:#dda63f;
    padding-left: 30px;
    background: transparent url('gfx/projets.png') no-repeat left center / 16px;
}
.pagen104 header p{ 
    display: inline;
    padding-left: 64px;
    background: transparent url('gfx/acces-kine-bleu.png') no-repeat left center;
}
.espacemembre header{ position:relative; }
.espacemembre header::after{
    content: " ";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 2;
    background: transparent url('gfx/ombre.png') no-repeat center top / 100%;
}
.espacemembre nav > div > ul > li:last-child > a{ font-weight: 500; }
.espacemembre nav ul{ margin-top: 4px; }
.btn-rapports{ 
    color:#7e7f7f;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #7e7f7f;
    font-size: 14px;
    padding: 0 28px 0 48px;
    width: max-content;
    line-height: 36px;
    border-radius: 18px;
    background: white url('gfx/rapports.png') no-repeat 14px center;
    margin: 0 0 0 10px;
}
.btn-contact-pro{ 
    color:#7e7f7f;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #7e7f7f;
    font-size: 14px;
    padding: 0 28px 0 48px;
    width: max-content;
    line-height: 36px;
    border-radius: 18px;
    background: white url('gfx/contact-pro.png') no-repeat 18px center;
    margin: 0 0 0 10px;
}
.btn-rapports:hover, .btn-contact-pro:hover{
    text-decoration: none;
    color:#1c3964;
    border-color:#1c3964;
}
.espacemembre p.bienvenue{
    font-size: 16px;
    line-height: 20px;
    margin:0 0 24px 94px;
}
.btn-compte{ 
    color:#0e92c2;
    display: inline-block;
    font-size: 14px;
    padding: 0 0px 0 32px;
    width: max-content;
    line-height: 36px;
    background: white url('gfx/moncompte.png') no-repeat 0px center;
    margin: 0 20px 0 0px;
}
.btn-deconnexion{ 
    color:#0e92c2;
    display: inline-block;
    font-size: 14px;
    padding: 0 0px 0 32px;
    width: max-content;
    line-height: 36px;
    background: white url('gfx/deco.png') no-repeat 0px center;
    margin: 0 0px 0 0px;
}
.compteimg{
    width: 34px;
    margin: 0 34px 0 24px;
}
.espacemembre header .padd{ padding: 0 0 22px 0; }
.espacemembre .fd-bleu-clair{
    background-color:#0e92c2;
    color: white;
    min-height: 200px;
}
.espacemembre .fd-bleu-clair::after{
    content: " ";
    background: transparent url('gfx/deco-jaune2.png') no-repeat center;
    width: 108px;
    height: 40px;
    position: absolute;
    bottom: -10px;
    left: calc( 50% - 54px );
    z-index: 2;
}
.espacemembre .fd-bleu-clair::before{
    content: " ";
    background: transparent url('gfx/projets.png') no-repeat center / contain;
    width: 50px;
    height: 80px;
    position: absolute;
    top: -10%;
    left: 30%;
    z-index: 3;
}
.exercice-pro{ margin: 3rem auto; padding: 74px 0; }
.petites-annonces{ margin: 3rem auto; }
.tutoriels{ margin: 3rem auto; }
.boite{ margin: 3rem auto;  padding: 74px 0 140px 0;  }
.petites-annonces h2, 
.boite h2{ margin-bottom: 70px; }

.exercice-pro > *, .boite > *{ position: relative; z-index: 3; }
.exercice-pro::after{
    content: " ";
    border: 1px solid #1c3964;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7vw;
    right: 7vw;
    z-index: 1;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
}
.boite::after{
    content: " ";
    background-color:#dda63f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7vw;
    right: 7vw;
    z-index: 1;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
}
.pagen218 h2{ font-size: 48px; letter-spacing: .1rem;}
.lencart{
    min-height: 428px;
    border-top-right-radius: 74px;
    overflow: hidden;
    background: white;
    box-shadow: 12px -6px 12px rgba(0,0,0,.125);
    justify-content: flex-end;
    position: relative;
}
.lencart h3{
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    padding: 0 42px;
    margin: 80px 0 10px 0;
}
.lencart p{ 
    padding: 0 42px;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 80px 0;
}
.row.column{ flex-flow: column wrap; }
.lencart.encart-blanc::before{
    content: ' ';
    display: block;
    background: transparent url('gfx/lire_bleu.png') no-repeat center / 100%;
    width: 38px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 55%;
    transform: none; 
    transition: ease-in-out all .1s;
}
.lencart.encart-bleu{ background-color:#1c3964; }
.lencart.encart-vert{ background-color:#3c8685; }
.lencart.encart-orange{ background-color:#cd5821; }
.lencart.encart-orange h3, .lencart.encart-bleu h3, .lencart.encart-vert h3{ color: white; }
.lencart.encart-orange::before, 
.lencart.encart-bleu::before, 
.lencart.encart-vert::before{
    content: ' ';
    display: block;
    background: transparent url('gfx/lire_blanc.png') no-repeat center / 100%;
    width: 38px;
    height: 30px;
    position: absolute;
    right: calc(50% - 19px);
    top: 50%;
    transform: none; 
    transition: ease-in-out all .1s;
}

.exercice-pro .lencart.encart-blanc::before{
    background: transparent url('gfx/lire_bleuclair.png') no-repeat center / 100%;
}
.swiper-tutoriel, 
.swiper-exercice{
    padding: 0 64px;
}
.swiper-tutoriel .swiper-wrapper, 
.swiper-exercice .swiper-wrapper{
    padding: 64px 0;
}
.petites-annonces .lencart h3{
   margin: 60px 0 120px 0; 
}
.tutoriels .lencart h3{
    margin: 80px 0;
}
.petites-annonces .btn.bleufonce{ margin: 70px 0 0 0; }
.tutoriels .lencart h3{
    font-size: 24px;
    line-height: 28px;
}
span.taxname{
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
    background:#0e92c2;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-right-radius: 24px;
}
.lencart:hover{
    text-decoration: none;
    transition: ease-in-out all .1s;
}
.lencart:hover::before{ transform: rotate(45deg); transition: ease-in-out all .1s; }
.swiper-button-prev-exerc,
.swiper-button-next-exerc{
    width: 42px;
    height: 42px;
    overflow: hidden;
    background: transparent url('gfx/next_bleu.png') no-repeat center / 100%;
    text-indent: -3000px;
}
.swiper-button-prev-exerc{ transform: rotate(180deg); left: -3rem; }
.swiper-button-next-exerc{ right: -3rem; }
.swiper-button-next-tutoriel, .next-tutoriel2,  
.swiper-button-prev-tutoriel, .prev-tutoriel2{
    width: 42px;
    height: 42px;
    overflow: hidden;
    background: transparent url('gfx/next_bleuclair.png') no-repeat center / 100%;
    text-indent: -3000px;
}
.swiper-button-prev-tutoriel, .prev-tutoriel2{ transform: rotate(180deg); left: -3rem; }
.swiper-button-next-tutoriel{ right: -3rem; }
.btn.bleuclairbrd{
    background: white url('gfx/btn-bleuc.png') no-repeat 18px center;
    border: 1px solid #0e8fbe;
    color:#0e8fbe;
}
.btn.bleuclairbrd:hover{
    background: #243f66 url(gfx/bouton-blanc-mini.png) no-repeat 18px center;
    color: white;
    border-color: #243f66;
}
#category .espacemembre .in-article{
    border-bottom: 1px solid #0e8fbe;
    padding: 20px 0;
}
#category .espacemembre .in-article img{
    border-top-right-radius: 54px;
}
#category .espacemembre .in-article h3{ font-size: 24px; }
#category .espacemembre .in-article p{ font-size: 18px; }
#searchdpt{ display: flex; flex-flow: row wrap; align-items: center; justify-content: center; }
p.filtrerpar{
    margin: 0 20px 0 0;
    padding: 0 0 0 60px;
    font-size: 16px;
    color:#adadad;
    line-height: 46px;
    background: white url('gfx/filtrer.png') no-repeat left center;
}
#searchdpt select{ 
    width: max-content;
    line-height: 44px;
    padding: 0 3rem 0 2rem;
    border: 1px solid #1c3964;
    color:#1c3964;
    border-radius: 22px;
    background: white url('gfx/select.png') no-repeat 95% center;
}
.taxo-recherche{ margin-bottom: 24px; }
.taxo-recherche .btn.bleufonce{ margin: 0 auto; }
.bandeau .btn.retour{
    background-image:url('gfx/bouton-blanc-mini-retour.png');
    position: absolute;
    bottom: -30px;
    right: 5%;
}
.espacemembre .projet-home{ margin: 3rem 0; }
nav > div.menu-menu-membres-container > ul > li ul{ width: 150%; }
nav > div.menu-menu-membres-container > ul > li:first-child ul{ width: 250%; }
nav > div.menu-menu-membres-container > ul > li:nth-child(3) ul{ width: 180%; }

.associations .in-article{
    border-bottom: 1px solid #0e8fbe;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
.associations .in-article img{
    box-shadow: 6px -6px 10px rgba(0, 0, 0, .1);
    border-top-right-radius: 48px;
}
.associations .in-article h3{ font-size: 24px; }
.associations .in-article p{ margin: 0; font-size: 19px; }
.associations .in-article p.dmserif{ font-size: 16px; }
.associations .ligne-ajout-asso{ margin-bottom: 80px; margin-top: 20px;  }
.associations .ligne-ajout-asso p{ margin: 0 2rem 0 0; }
.maskpop{ 
    position: fixed;
    top: 0;
    left: -100%;
    right: 100%;
    bottom: 0;
    z-index: 999999;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4);
}
.maskpop.hidden{ 
    left: -100%;
    right: 100%;
}
.maskpop.show{ 
    left: 0;
    right: 0;
}
.in-pop{ 
    padding: 60px 110px;
    background:#1c3964;
    border: 1px solid #1d96c4;
    max-width: 480px;
    overflow-y: auto;
    margin: 10vh auto;
    position: relative;
    box-shadow: 12px 12px 20px rgba(0, 0, 0, .3);
}
.maskpop.hidden .in-pop{ opacity: 0; transition: ease-in-out opacity .2s; }
.maskpop.show .in-pop{ opacity: 1; transition: ease-in-out opacity .2s; }

.in-pop h2{ 
    color: white; 
    font-size: 24px; 
    font-weight: 500;
    margin-bottom: 3rem; 
    padding: 0 0 0 60px;
    background: transparent url('gfx/bouton-blanc-medium.png') no-repeat left center;

}
#closeasso{
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: transparent url('gfx/croix.svg') no-repeat center / 100%;
    transition: ease-in-out all .2s;
}
#closeasso:hover{
    transform:rotate(90deg);
    transition: ease-in-out all .2s;
}
.in-pop input[type="text"],.in-pop input[type="email"], 
.in-pop input[type="tel"], .in-pop input[type="number"], 
.in-pop input[type="password"], .in-pop textarea{ background: white; }
.in-pop label{
    color: white;
    display: flex;
    width: 100%;
    flex-flow: column wrap;
    font-size: 16px;
    text-align: center; 
}
.in-pop input[type="submit"]{
    background: #27addd url(gfx/bouton-blanc-mini.png) no-repeat 34px;
    margin-top: 3rem;
}
.in-pop input[type="submit"]:hover{
    background-color: #e8af45;
}
.in-pop .wpcf7 input[type="file"]{
    border: 0px;
    line-height: 54px;
    border-radius: 27px;
    padding: 0 1rem;
    width: calc(100% - 2rem);
    margin: 10px 0;
    color: #1c3964;
    font-size: 16px;
    background-color: #27addd;
}
.in-pop .wpcf7 label span{ width: 100%; }
.in-pop .wpcf7 .wpcf7-form-control.wpcf7-acceptance label{ 
    width: auto; 
    flex-flow: row wrap; 
    justify-content: flex-start; 
    text-align: left;
    align-items: flex-start;
}
.in-pop .wpcf7 .wpcf7-form-control.wpcf7-acceptance label span{ width: auto; max-width: 85%; }
.in-pop .wpcf7 .wpcf7-response-output{ background-color: white; border-radius: 10px; }
.in-pop .wpcf7 .wpcf7-not-valid-tip{ 
    background-color: rgba(255, 255, 255, .75);
    border-radius: 10px; 
    display: inline-block;
    padding: 2px 6px;;
}
/*FAQ*/
.pagefaq .in-article img{ border-top-right-radius: 54px; }
.pagefaq .in-article h3{ margin-left: 1rem; font-size: 20px; }
.pagefaq .in-article p{ margin-left: 1rem; font-size: 16px; }
.pagefaq .in-article{ border-bottom: 1px solid #0e8fbe; padding: 20px 0; }
.pages-ressources li a.blue{ color: #243f66; }



/**/
@media (min-width: 2px) and (max-width: 1023px){
    header, header > .mille > .row{ height: auto; padding-bottom: 10px; }
    .mille{ width: 100%; }
    .conteneur{ width: 100%; overflow-x: hidden; }
    header > .mille > .row .spannomargin-4{ width: 60%; }
    header > .mille > .row .spannomargin-14{ width: 40%; }
    header > .mille > .row .spannomargin-4.flex-end{ width: 70%; justify-content: center; }
    header > .mille > .row .spannomargin-2{ width: 30%; }
    .btnacces{ 
        height: 34px;
        border-radius: 32px;
        font-size: 12px;
        line-height: 14px;
        padding: 10px 18px 0 66px;
    }
    a#logo{
        background-size: 80%;
        background-position: center;
    }
    .in-popsearch{
        width: 80%; padding: 2rem 5%;
    }
    .menu-toggle{
        width: 100%;
        padding: 0;
        background: #fff;
        color: #dda63f;
        border:0;
        display: block;
        font-size: 4rem;
        line-height: 4rem;
        text-align: center;
    }
   .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover{
        text-decoration: none;
    }
    .nav-menu{ 
        display: none; 
        padding: 1rem 0; 
        margin:0; 
        z-index: 10001; 
        width: 250%;
        position: absolute;
        background-color: white;
        right: 0;
        top: 1rem;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, .15);
     }
    .nav-menu.toggled-on{ display: flex; }
    nav ul{
        flex-direction: column;
    }
    nav ul li{
        list-style-type: none;
        display: flex;
        flex-flow: column wrap;
        text-align: left;
        transition: ease-in-out all 0.1s;
        width: 100%;
    }
    nav > div > ul > li::before{ display: none; }
    nav ul li a{
        font-size: 20px;
        display: block;
        color: #243f66;
        background: white;
        text-decoration: none;
        width: 80%;
        padding: 0;
        margin: 0 10%;
        border-bottom: 1px solid #27addd;
    }
    nav ul li.menu-item-has-children > a::after{
        content: " ";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10%;
        top: 20px;
        background: white url('gfx/fleche-bleue.png') no-repeat 100% center / 20px;
    }
    nav ul li a:hover{ }
    nav ul li.menu-item-has-children:hover > a::after{
        transform: rotate(90deg);
    }
    nav ul li ul, 
    nav > div > ul > li:first-child ul, 
    nav > div > ul > li:nth-child(3) ul, 
    nav > div > ul > li:nth-child(4) ul, 
    nav > div.menu-menu-membres-container > ul > li:first-child ul, 
    nav > div.menu-menu-membres-container > ul > li ul, 
    nav > div.menu-menu-membres-container > ul > li:nth-child(3) ul{
        margin:0 10%;
        padding: 1rem 0;
        position: relative;
        left: auto;
        top: auto;
        border: 0px;
        min-width: 80%;
        width: 80%;
        border-bottom: 1px solid #27addd;
        border-radius: 0px;
    }
    nav ul li ul li{
        display: list-item;
    }
    nav ul li ul li a, nav ul li.menu-item-has-children ul li a{
        color: #0e92c2;
        font-size: 17px;
        width: 80%;
        padding: 0 10%;
        line-height: 40px;
        background: white;
        border: 0px;
    }
    nav > div > ul > li:last-child > a{ border: 0px; }
    .in-slide h1{ font-size: 26px; margin: 3rem 15%; }
    .in-slide h1 span{ font-size: 16px; }
    .in-slide > .row.middle > div{ margin: 0; }
    .swiperhome1{ padding-bottom: 650px; }
    .actu-home{
        width: 80%; 
        margin: 0 10%; 
        border-top-left-radius: 0;
        border-top-right-radius: 60px;
    }
    .actu-home .pdg{ padding: 2rem 10%; }
    .actu-home h4{ font-size: 16px; }
    .actu-home h3{ font-size: 18px; line-height: 24px; }
    .actu-home p{ font-size: 12px; line-height: 20px; min-height: 110px; }
    .swiper-button-next.swiper-button-next-home{ right: 5%; }
    .actu-home img{ border-bottom-left-radius: 60px; border-top-left-radius: 0; }
    .in-slide div.mrgneg .btn{ margin: 3rem auto 0 auto; }
    .swiper-pagination-home.swiper-pagination-bullets.swiper-pagination-horizontal{ width: 100%; bottom: -30px; }
    h2.titreprojets{ margin: 3rem 10% 3rem 10%; font-size: 30px; text-align: center; }
    .ligneslide::after{
        height: 130px;
        background-size: 100%;
        width: 80px;
        left: -20px;
    }
    .projets-home{
        width: 80%;
        padding: 0 10%;
    }
    .projet-home{
        width: 100%;
        padding: 0;
    }
    .projet-home h3{
        font-size: 20px;
        line-height: 26px;
    }
    .projet-home .encart-blanc{
        margin-bottom: 2rem;
    }
    .chiffres{
        padding: 90px 10% 120px 10%;
        width: 80%;
        justify-content: center;
    }
    .chiffres h2 {
        font-size: 26px;
        text-align: left;
        line-height: 40px;
    }
    .chiffres .spannomargin-4, .chiffres .spannomargin-2{ width: 0; }
    .chiffres .spannomargin-4.aligncenter{ width: 50%; }
    .chiffres h3{ font-size: 44px; line-height: 44px; }
    .chiffres h3 span{ font-size: 16px; line-height: 20px; }
    .chiffres .spannomargin-4.aligncenter.relative.deco1::after{ width: 60px; left: -30px; top: -50px; }
    .chiffres .spannomargin-4.aligncenter.relative.deco2::after{
        width: 30px;
        right: -80px;
        top: -200px;
    }
    .chiffres .spannomargin-4.aligncenter.relative.deco2{ margin-top: 1rem; }
    .chiffres::after{ width: 140px; left: calc(50% - 70px); }
    .boite-outils{ 
        background-position: 10% bottom;
        background-size: 190%;
        width: 80%;
        padding: 50px 10% 40px 10%;
    }
    .boite-outils::before{ display: none; }
    .boite-outils h3.dmserif{ font-size: 28px; margin: 3rem 0 2rem 0; }
    .boite-outils h2.dmserif.mediumblue { font-size: 38px; }
    .boite-outils h3.poppins { font-size: 18px; }
    .boite-outils .btnacces.lightblue{ font-size: 14px; line-height: 20px; height: 50px; }
    .boite-outils .btncreer{ font-size: 14px; line-height: 20px; height: 50px; padding-top: 10px; }
    .boite-outils ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .footer-newsletter{ width: 80%; padding: 4rem 10% 6rem 10%; }
    .footer-newsletter h2{ font-size: 30px; padding: 50px 0 0 0; text-align: center; }
    .footer-newsletter h2::before{ width: 106px; left: 2rem; }
    .footer-newsletter p{ 
        padding: 0;
        font-size: 14px;
        line-height: 22px; 
    }
    .footer-newsletter p br{ display: none; }
    .footer-newsletter .wpcf7 form input[type="submit"] {
        width: 65%;
        height: 54px;
        line-height: 54px;
        border-radius: 37px;
        font-size: 12px;
    }
    .footer-newsletter .wpcf7 form input[type="email"]{ height: 54px; line-height: 54px; }
    .footer-newsletter .wpcf7 form{ height: 54px; }
    .footer-newsletter .spannomargin-12 .wpcf7{ width: 100%; margin: 0; }
    footer{
        width: 80%;
        padding: 70px 10% 0 10%;
        background:#0c7fa9;
    }
    footer .menu-pied-de-page-container{ display: none; }
    footer::before{ left: 5%; width: 56px; background-size: 100%; }
    footer .spannomargin-6.aligncenter img{ width: 70%; }
    footer .adresse{ text-align: center; }
    footer p.alignleft{ text-align: center; }
    footer .btnacces{
        height: 50px;
        line-height: 18px;
    }
    footer .btncontact{ margin-top: 30px; }
    footer p.footer-texte{ display: none; }
    footer p.sociaux{ text-align: center; margin: 3rem 0 1rem 0; }
    footer::after{ top: auto; bottom: 15%; }
    .copy{ text-align: center; }

    .swiper-button-prev-tutoriel, .prev-tutoriel2{ left: 0; }
    .swiper-button-next-tutoriel, .next-tutoriel2{ right: 0; }
    .swiper-tutoriel, .swiper-exercice{ padding: 0; }
    .swiper-tutoriel .swiper-wrapper, 
    .swiper-exercice .swiper-wrapper{ padding: 1rem 0; }

    .bandeau::before{ right: 0; border-top-left-radius: 60px; }
    .bandeau{ width: 80%; padding: 0 10%; }
    .bandeau .bread { margin: 30px 0 10px 0; }
    .bandeau h1 { font-size: 26px; line-height: 30px; }
    .bandeau img{ border-top-left-radius: 60px; margin: 2rem -5% 0 -5%; max-width: 110%; }
    .bandeau::after{ display: none; }
    #page .zone-texte, #single .zone-texte{ width: 80%; padding: 0 10%; }
    .zone-texte p, .zone-texte ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .page .zone-texte a{ font-size: 14px; }
    .actualites .actu-home{ 
        width: 100%; 
        margin: 2rem 0 0 0; 
        border-top-left-radius: 0px;
        border-top-right-radius: 60px;
    }
    .actualites .actu-home::before{ display: none; }
    .actualites .bandeau img{ max-width: 100%; margin: 0; border-top-right-radius: 0px; }
    .actualites .bandeau{ margin-bottom: 2rem; }
    .actualites .projet-home{ margin-bottom: 2rem;  }
    .actualites .projet-home img { border-top-right-radius: 60px; }
    .zone-texte h2{ font-size: 28px; }
    .zone-texte h3{ font-size: 24px; }
    .zone-texte a:not(.btn-tl), 
    .contact .zone-texte a{
        max-width: calc(100% - 92px) ;
        font-size: 14px;
        padding: 24px 60px 24px 30px;
        background-position: 95% center;
    }
    img.alignright, img.align-right, 
    img.alignleft, img.align-left{ float: none; margin: 1rem auto; }
    .pages-ressources{ width: 80%; padding: 0 10%; }
    .pages-ressources li{ font-size: 20px; }
    .liste-ressources .ressource h3 {
        line-height: 24px;
        margin-top: 40px;
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .associations .ligne-ajout-asso{ width: 80%; padding: 0 10%; margin: 2rem 0; }
    .associations .ligne-ajout-asso p{ text-align: center; margin: 0 0 1rem 0; }
    .in-pop{
        padding: 3rem 10%;
        max-width: 80%;
        margin: 2vh auto;
    }
    .associations .in-article h3{ font-size: 20px; margin: 2rem 0 1rem 0; }
    .associations .in-article p { font-size: 16px; }
    .associations .in-article p.dmserif{ font-size: 14px; margin-bottom: 2rem; }
    .associations .in-article { text-align: center; }
    .associations .in-article .btn, .associations .in-article img{ margin: 0 auto; }
    .contact .zone-texte::before{
        border-top-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    .contact .zone-texte::after{ bottom: -7rem; }
    .contact .wpcf7{ width: 90%; margin: 2rem 5%; }
    .page .zone-texte a{ line-height: 32px; }
    #triggeraccess.btnrond{ display: none; }

    /*MEMBRES*/
    .lwa, .lwa form, .lwa form div{ display: flex; width: 100%; }
    .lwa table{ max-width: 100%; }
    .bloc-connexion{ width: 90%; padding: 2rem 5%; }
    .lwa-form td.lwa-username-label{ width: 30%; }
    .lwa-submit-button input[type="submit"]{
        height: 46px;
        font-size: 14px;
        line-height: 46px;
        padding: 0 20px 0 40px;
        background-position: 10px center;
    }
    .lwa-form label{ font-size: 14px; }
    .lwa-form a.lwa-links-remember{ font-size: 16px; }
    .lwa-form a.lwa-links-register{ margin: 2rem 0; font-size: 20px; }
    .menu-menu-membres-container, .menu-menu-membres-mobile-container{ 
        display: flex;
        width: 100%;
        position: relative;
    }
    .btn-rapports, .btn-contact-pro{ display: none; } 
    .btn-compte, .btn-deconnexion{
        width: 46px;
        height: 46px;
        overflow: hidden;
        text-indent: -3000px;
        padding: 0;
        margin: 0;
    }
    .btn-compte{ background: white url(gfx/moncompte-mobile.png) no-repeat center; }
    .btn-deconnexion{ background: white url(gfx/deco-mobile.png) no-repeat center; }
    header > .mille > .row .spannomargin-14 > .row.alignright{ 
        justify-content: space-evenly; 
        padding: 10px 0 0 0; 
    }
    header > .mille > .row .spannomargin-6.flex-end .row:not(.padd){ width: 60%; }
    .compteimg{ margin: 0; display: none; }
    header > .mille > .row .spannomargin-6.flex-end{ align-items: center; }
    header > .mille > .row .spannomargin-6.flex-end .row.padd{ 
        align-items: center;
        justify-content: space-evenly;
        width: 40%;
        padding-bottom: 0px;
    }
    .espacemembre .fd-bleu-clair::before{ display: none; }
    .espacemembre p.bienvenue{ font-size: 14px; line-height: 18px; margin: 0 0 0 10%; }
    .pagen218 h2{ font-size: 30px; text-align: center; width: 100%; margin: 1rem 0 2rem 0; }
    .exercice-pro::after{ 
        left: 1vw; 
        right: 1vw; 
        border-top-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    .exercice-pro{ padding: 2rem 0 4rem 0; }
    .exercice-pro .row.relative { width: 80%; padding: 0 10%; }
    .swiper-button-next-exerc{ right: 0; }
    .swiper-button-prev-exerc{ left: 0; }
    .exercice-pro .lencart{ width: 90%; margin: 0 5%; min-height: 380px; }
    .lencart h3 {
        font-size: 20px;
        line-height: 24px;
        padding: 0 32px;
        margin: 60px 0 20px 0;
    }
    .lencart p {
        padding: 0 32px;
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0 80px 0;
    }
    .exercice-pro .lencart.encart-blanc::before{ display:none; }
    .petites-annonces{ margin: 2rem 0; }
    
    .btn {
        height: 50px;
        font-size: 14px;
        line-height: 50px;
    }
    .petites-annonces .btn.bleufonce{ margin-top: 3rem; }
    .boite{ padding: 2rem 0 3rem 0; }
    .boite::after{ 
        left: 0; 
        right: 0; 
        border-top-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    .boite .row.relative{ width: 80%; padding: 0 10%; }
    .boite .lencart{  width: 90%; margin: 0 5%; min-height: 380px;  }
    .lencart.encart-blanc::before{ display: none; }
    .tutoriels{ margin: 1rem 0 3rem 0; }
    .tutoriels .row.relative{ width: 80%; padding: 0 10%;  }
    .tutoriels .lencart{
        min-height: 380px;
        align-items: flex-end;
        flex-flow: row wrap;
        position: relative;
        justify-content: flex-start;
        border-top-right-radius: 64px;
        margin: 0 5% 10px 5%;
        width: 90%;
    }
    .tutoriels .lencart h3{ font-size: 20px; line-height: 22px; margin: 4rem 0; }
    span.taxname { font-size: 12px; line-height: 34px; }
    .bandeau p.intro, .bandeau .intro p{ font-size: 14px; line-height: 18px; margin: 4px 0 10px 0; }
    .bandeau div.intro{ margin-bottom: 0; }
    .taxo-recherche .btn.bleufonce{ margin: 1rem auto 0 auto; }
    #category .espacemembre .actu .in-article img{ display: none;   }
    #category .espacemembre .actu .in-article{
        width: 90%;
        padding: 0 5% 22px 5%;
    }
    #category .espacemembre .actu{ margin-bottom: 20px; }
    #category .espacemembre .in-article h3 { font-size: 16px; }
    #category .espacemembre .in-article p{ font-size: 12px; margin: 4px 0; }
    .espacemembre .btn.bleuclairbrd{
        height: 36px;
        width: 36px;
        overflow: hidden;
        text-indent: -3000px;
        padding: 0;
        background-position: center;
        margin: 0 auto;
    }
    #category .espacemembre .in-article .spannomargin-15{ width: 85%; }
    #category .espacemembre .in-article .spannomargin-4{ width: 15%; text-align: center; }
    .taxo-recherche{ margin-bottom: 3rem; }
    .espacemembre .projet-home{ margin: 0 0 1rem 0; }
    .bandeau .btn.retour{ font-size: 12px; height: 40px; line-height: 40px; bottom: -20px; }
    #clicasso{ margin: 0 auto 1rem auto; }


    /*FAQ*/
    .pagefaq .in-article img{ display:none }
    .pagefaq .in-article h3{ margin-left: 0; font-size: 16px; }
    .pagefaq .in-article p{ margin-left: 0; font-size: 12px; }
    .pagefaq .in-article{ 
        width: 90%;
        padding: 0 5% 22px 5%;
    }
    .pagefaq .in-article .spannomargin-15{ width: 85%; }
    .pagefaq .in-article .spannomargin-4 {
        width: 15%;
        text-align: center;
    }
    .pagefaq .in-article .btn.bleuclairbrd{
        height: 36px;
        width: 36px;
        overflow: hidden;
        text-indent: -3000px;
        padding: 0;
        background-position: center;
        margin: 0 auto;
    }
    .pages-ressources li{ margin-top: 0; margin-bottom: .5rem }
    .pages-ressources{ margin-bottom: 2rem; }


}
/**/
@media (max-width: 767px){
    .petites-annonces .lencart{
        min-height:auto;
        height: 128px;
        flex-flow: row wrap;
        position: relative;
        justify-content: flex-start;
        border-top-right-radius: 64px;
        margin: 0 5% 10px 5%;
        width: 90%;
    }
    .petites-annonces .lencart img{ height: 128px; }
    .petites-annonces .lencart h3{
        margin: 0;
        position: absolute;
        left: 42.5%;
        width: 40%;
        top: 0;
        padding: 0;
        font-size: 16px;
        height: 128px;
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        justify-content: center;
    }
    .lencart.encart-orange::before, 
    .lencart.encart-bleu::before, 
    .lencart.encart-vert::before{
        right: 2.5%;
        top: auto;
        bottom: 5%;
    }



}

/**/
@media (min-width: 768px) and (max-width: 1023px){
    .menu-menu-membres-container .nav-menu{ right: auto; left: -50%; }
    .menu-menu-principal-container .nav-menu{ right: -50%; }
    .projet-home{ width: 25%; }
    .projets-home{ width: 100%; padding: 0; }
    .actu-home{ width: 100%; margin: 0; }
    .actu-home .pdg{ padding: 2rem 0; }
    .actu-home p{ font-size: 10px; line-height: 14px; min-height: auto; }
    .in-slide h1 { font-size: 22px; margin: 0 0; }
    .actu-home h3{ font-size: 14px; line-height: 18px; }
    .swiper-button-prev.swiper-button-prev-home{ left: 2.5%; }
    .menu-menu-principal-container{ width: 50%; }
    a#logo { background-size: 90%; }
    header > .mille > .row .spannomargin-2{ width: 60%; justify-content: flex-end; }
    header > .mille > .row .spannomargin-4.flex-end{ width: 40%; }
    .bandeau::before{ bottom: 10px; }
    .swiperhome1 { padding-bottom: 10rem; }
    .projet-home img{ border-top-right-radius: 60px; }
    .projet-home .encart-blanc{ padding: 46px 14px; }
    .projet-home h3 { font-size: 16px; line-height: 22px; }
    .projet-home p { font-size: 12px; line-height: 16px; }
    .boite-outils{ width: 100%; padding: 50px 0 40px 0; background-size: 120%; }
    .btn-lien{ font-size: 14px; }
    .boite-outils h3.dmserif { font-size: 26px; }
    .boite-outils h2.dmserif.mediumblue { font-size: 34px; }
    .footer-newsletter { width: 100%; padding: 3rem 0% 4rem 0%; }
    footer p.sociaux{ font-size: 14px; }
    footer { width: 90%; padding: 70px 5% 0 5%; }
    .bandeau { width: 100%; padding: 0; margin-bottom: 2rem; }
    .bandeau img{ max-width: 100%; margin: 2rem 0 0 0; }
    img.alignright, img.align-right{ float: right; margin: 0 0 1em 1em; }
    img.alignleft, img.align-left{ float: left; margin: 0 1em 1em 0; }
    .equipe .membre{ margin: 34px 5px; }
    .equipe .membre .cartouche h3 { font-size: 14px; }
    .equipe .membre .cartouche h4 { font-size: 10px; }
    .fdjaune::after{ width: 104px; left: calc(50% - 52px); height: 91px; }
    .fdjaune{ margin-bottom: 60px; }
    .fdjaune .row.even{ justify-content: center; }
    #page .zone-texte.spannomargin-12, #single .zone-texte.spannomargin-12{ width: 50%; padding: 0;  }
    .zone-texte a:not(.btn-tl), .contact .zone-texte a{ width: auto; }
    .btn-rapports, .btn-contact-pro{ 
        display: flex;
        width: 40px;
        height: 40px;
        padding: 0;
        overflow: hidden;
        text-indent: -3000px;
        margin: 0;
        background-position: center;
        border-radius: 100%;
     }
    .espacemembre header > .mille > .row .spannomargin-4 { width: 40%; }
    .espacemembre header > .mille > .row .spannomargin-14{ width: 30%; }
    .btn-compte, .btn-deconnexion { width: 36px; height: 36px; }
    .exercice-pro .lencart {
        width: 100%;
        margin: 0 0;
        min-height: 380px;
    }
    .lencart p{ margin-bottom: 3rem; }
    .petites-annonces .lencart{
        min-height: 248px;
        flex-flow: row wrap;
        position: relative;
        justify-content: flex-start;
        align-items: flex-end;
        border-top-right-radius: 64px;
    }
    .petites-annonces .lencart h3{ 
        margin: 60px 0 60px 0;
        padding: 0 12px;
        font-size: 16px;
    }
    .boite .row.relative{ width: 100%; padding: 0; }
    .tutoriels .lencart h3{ font-size: 16px; line-height: 20px; padding: 0 12px; }
    .tutoriels .lencart { min-height: 300px; }
    .taxo-recherche .spannomargin-8{ width: 40%; }
    .taxo-recherche .spannomargin-8:first-of-type{ width: 10%; }
    p.filtrerpar {
        margin: 0 10px 0 0;
        padding: 0 0 0 40px;
        font-size: 14px;
    }
    .taxo-recherche .btn.bleufonce{ margin-top: 0; }
    #category .espacemembre .in-article h3 { font-size: 20px; }
    #category .espacemembre .in-article p { font-size: 16px; }
    .associations .ligne-ajout-asso{
        width: 100%;
        padding: 0;
    }
    .associations .ligne-ajout-asso .spannomargin-10{ width: 25%; }
    .associations .ligne-ajout-asso p{ width: 100%; }
    .associations .in-article{ text-align: left; }
    .boite .lencart {
        width: 100%;
        margin: 0 ;
    }



}
/**/
@media (min-width: 1024px) and (max-width: 1279px) {
    header, header > .mille > .row{ height: 120px; }
    a#logo{ min-height: 74px; }
    nav ul { margin-top: 14px; }
    nav ul li a{ font-size: 12px; padding: 10px 2px; }
    .btnrond { width: 32px; height: 32px; background-size: 18px!important; }
    .btnacces, .btnacces:hover{
        font-size: 8px;
        line-height: 12px;
        height: 32px;
        background-size: 28px;
        padding: 14px 18px 0 46px;
        background-position: 10px center;
    }
    nav > div > ul > li::before{ background-size: 100%; width: 38px; }
    nav ul li ul li a{ 
        line-height: 40px; 
        padding: 0 32px 0 16px; 
        width: calc(100% - 32px - 16px);
    }
    nav ul li ul{ max-width: 300%; }
    nav > div > ul > li:first-child ul { width: 110%; }
    nav > div > ul > li:nth-child(3) ul { width: 220%; }
    nav > div > ul > li:nth-child(4) ul { width: 280%; }
    nav ul li ul li a::after {
        right: 10px;
        bottom: calc(20px - 7px);
    }
    .btncontact{
        font-size: 8px;
        height: 48px;
        line-height: 48px;
        background-size: 18px;
        padding: 0px 18px 0 40px;
        background-position: 10px center;
    }
    footer::before{ width: 46px; left: 12%; background-size: 100%; }
    footer{ padding: 80px 0 0 0; background-size: 100px; }
    .footer-menu li a{ font-size: 10px; }
    .footer-menu li { line-height: 14px; }
    footer .adresse{font-size: 12px;  }
    footer .telephone { font-size: 14px; }
    footer .footer-texte{font-size: 10px; line-height: 16px; }
    footer .sociaux{ font-size: 12px; }
    footer .sociaux a img{ margin:0 0 0 .5rem; max-width: 18px; max-height: 20px; }
    footer::after{ background-size: 100%; width: 70px; right: 0;}
    .copy {
        font-size: 8px;
        margin: 40px 0 10px 0;
    }
    .footer-newsletter h2 { font-size: 34px; }
    .footer-newsletter p { font-size: 10px; line-height: 14px; }
    .footer-newsletter h2::before{ width: 126px; }
    .footer-newsletter .wpcf7 form input[type="email"]{ font-size: 12px; height: 54px; line-height: 54px; }
    .footer-newsletter .wpcf7 form input[type="submit"]{ font-size: 14px; height: 54px; line-height: 54px; }
    .footer-newsletter .wpcf7 form{ height: 54px; }
    .footer-newsletter { padding: 62px 0 90px 0; }

    .in-slide h1{ font-size: 22px; }
    .in-slide h1 span{ font-size: 14px; }
    .in-slide > .row.middle > div { margin-top: 6vw; }
    .actu-home{ border-top-left-radius: 60px; }
    .actu-home img{ border-top-left-radius: 60px; }
    .actu-home h4{ font-size: 12px; }
    .actu-home h3 { font-size: 14px; line-height: 18px; margin: .5rem 0 .75rem 0;}
    .actu-home p { font-size: 9px; line-height: 12px; margin-bottom: .5rem; }
    .actu-home .pdg { padding: 1rem 0; }
    .actu-home a.suite{ font-size: 8px; background-size: 12px; padding-left: 20px; line-height: 12px;}
    .swiper-pagination-home.swiper-pagination-bullets.swiper-pagination-horizontal{ bottom: 0; }
    .btn{
        font-size: 8px;
        height: 48px;
        line-height: 48px;
        background-size: 18px;
        padding: 0px 18px 0 40px;
        background-position: 10px center;
    }
    .ligneslide::after{ width: 80px; }
    h2.titreprojets{ font-size: 28px; margin: 30px 0 30px 10%; }
    .projet-home h3 { font-size: 14px; line-height: 20px; }
    .projet-home .encart-blanc{ padding: 36px 18px; border-top-left-radius: 40px; min-height: 140px; }
    .projet-home img { border-top-right-radius: 80px; }
    .projet-home p { font-size: 10px; line-height: 16px; }
    .projet-home a.suite{ font-size: 8px; background-size: 20px; padding: 0 0 10px 26px; line-height: 12px; }
    .projets-home{ margin-bottom: 34px; }
    .chiffres {
        padding: 40px 0 80px 0;
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px;
        margin: 42px 0 22px 0;
    }
    .chiffres h2 { font-size: 20px; line-height: 26px; margin-bottom: 40px; }
    .chiffres h3{ font-size: 30px; line-height: 30px; }
    .chiffres h3 span { font-size: 10px; line-height: 12px; }
    .chiffres::after{ width: 108px; left: calc( 50% - 54px ); }
    .boite-outils{ padding: 50px 0 60px 0; background-size: 65%; }
    .boite-outils h2.dmserif.mediumblue{ font-size: 28px; }
    .boite-outils h3.poppins { font-size: 12px; }
    .boite-outils p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 1rem;
    }
    .btn-lien {
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        padding: 0 18px;
    }
    .boite-outils h3.dmserif { font-size: 16px; margin: 80px 0 1rem 0; }
    .boite-outils ul li { font-size: 12px; line-height: 26px; }
    .boite-outils ul { margin: 0 0 2rem 0; }
    .boite-outils .btnacces.lightblue{ font-size: 12px; line-height: 16px; height: 46px; }
    .boite-outils .btncreer{
        font-size: 12px;
        line-height: 16px;
        height: 46px;
        background-size: 28px;
        padding: 14px 18px 0 46px;
        background-position: 10px center;
    }
    .boite-outils::before{ width: 100px; left: 0; height: 150px; }

    .bandeau h1 { font-size: 20px; line-height: 24px; }
    .bandeau .bread { margin: 50px 0 10px 0; font-size: 8px; }
    .bandeau::after { width: 44px; }
    .zone-texte h2{ 
        font-size: 26px; 
        padding: 0 0 24px 0; 
        margin: 1.5rem 0; 
    }
    .zone-texte h3{ font-size: 22px; margin: 1rem 0;  }
    .zone-texte h4{ font-size: 18px; margin: .75rem 0;  }
    .zone-texte p, .zone-texte ul li{
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 1rem 0;
    }
    .zone-texte a:not(.btn-tl) { font-size: 12px; padding: 16px 70px 16px 30px; }
    .zone-texte h2.documentations { margin-top: 2rem; }
    .btn-tl{ height: 50px; font-size: 12px; line-height: 50px; }
    .bandeau p.intro, .bandeau .intro p{ font-size: 12px; line-height: 16px; margin: .5rem 0; }

    .contact .zone-texte {
        padding: 40px 0 60px 0;
        margin: 20px 0 40px 0;
    }
    .contact .zone-texte::after{ height: 84px; }
    .contact .wpcf7 { margin-top: 20px; }
    input[type="text"], input[type="email"], 
    input[type="tel"], input[type="number"], input[type="password"]{
        line-height: 44px;
        border-radius: 22px;
        font-size: 12px;
    }
    textarea{ line-height: 18px; font-size: 12px; }
    .wpcf7 label { font-size: 10px; line-height: 14px; }
    input[type="submit"] {
        height: 50px;
        border-radius: 25px;
        font-size: 16px;
        line-height: 50px;
    }

    .equipe .membre { margin: 24px 20px; }
    .equipe .membre .cartouche h3 { font-size: 10px; }
    .equipe .membre .cartouche h4 { font-size: 9px; }
    .equipe .membre .cartouche p {
        font-size: 8px;
        line-height: 10px;
        padding: 8px 5% 0 5%;
    }
    .fdjaune::after{ width: 124px; height: 80px; left: calc(50% - 60px); bottom: -40px; }
    .fdjaune { margin: 120px 0 80px 0; padding: 0 0 60px 0; }
    .fdjaune .mille.center { margin-top: -80px; }
    .actualites .bandeau { margin-bottom: 100px; }
    .actualites .actu-home { margin-top: 40px; }
    .actualites .bandeau::before { max-height: 190px; }
    .actualites .bandeau::after { bottom: 70px; }

    .in-popsearch input[type="text"] { line-height: 50px; }
    .in-popsearch input[type="submit"]{ font-size: 14px; background-position: 5px center; }

    .pages-ressources li { font-size: 14px; }
    .pages-ressources li span { font-size: 12px; }
    .liste-ressources .ressource h3 { font-size: 12px; margin-top: 30px; }
    .liste-ressources .ressource { height: 80px; border-top-right-radius: 60px; }

    .bloc-connexion{ padding: 30px 5%; }
    .lwa-form a.lwa-links-remember{ font-size: 15px; }
    .lwa-form a.lwa-links-register{ font-size: 15px; }
    .pagen104 header p{ font-size: 15px; }

    .btn-rapports, .btn-contact-pro{ font-size: 10px; line-height: 30px; }
    .espacemembre p.bienvenue{ font-size: 12px; line-height: 16px; }
    .btn-compte{ font-size: 10px; margin: 0 14px 0 0; padding-left: 26px; }
    .btn-deconnexion{ font-size: 10px; margin: 0; padding-left: 26px; }
    .compteimg{  margin: 8px 6px 0 0; width: 20px;}
    .menu-menu-membres-container{ width: 100%; display: flex; flex-flow: row wrap;  }
    .espacemembre .fd-bleu-clair{ min-height: 140px; }
    .espacemembre .fd-bleu-clair::before{ left: 20%; }
    .pagen218 h2 { font-size: 28px; margin-left: 2rem; }
    .exercice-pro::after, .boite::after{ 
        left: 1vw; 
        right: 1vw; 
        border-top-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    .exercice-pro{ padding: 34px 0; }
    .swiper-tutoriel .swiper-wrapper, 
    .swiper-exercice .swiper-wrapper {
        padding: 34px 0;
    }
    .lencart h3 {
        font-size: 18px;
        line-height: 24px;
        padding: 0 22px;
        margin: 40px 0 10px 0;
    }
    .lencart { min-height: 308px; }
    .lencart p {
        padding: 0 22px;
        font-size: 10px;
        line-height: 16px;
        margin: 10px 0 40px 0;
    }
    .petites-annonces .lencart h3 { margin: 30px 0 60px 0; }
    .lencart.encart-blanc::before,
    .lencart.encart-orange::before, 
    .lencart.encart-bleu::before, 
    .lencart.encart-vert::before{
        width: 24px;
    }
    .lencart.encart-blanc::before{ top: 60%; }
    .lencart.encart-orange::before, 
    .lencart.encart-bleu::before, 
    .lencart.encart-vert::before{ top: 55%; }
    .boite{ padding: 44px 0 100px 0; }
    .tutoriels .lencart h3 {
        font-size: 16px;
        line-height: 22px;
        margin: 40px 0;
    }
    span.taxname {
        font-size: 10px;
        line-height: 30px;
        padding: 0 20px;
    }
    .swiper-button-next-exerc, 
    .swiper-button-next-tutoriel{ right: 0; }
    .swiper-button-prev-exerc, 
    .swiper-button-prev-tutoriel{ left: 0; }

    #category .espacemembre .in-article p{ font-size: 12px; }
    #category .espacemembre .in-article img{ max-width: 90%; }
    #category .espacemembre .in-article h3 { font-size: 16px; }

    nav > div.menu-menu-membres-container > ul > li:first-child ul { width: 280%; }

    .associations .ligne-ajout-asso p{ font-size: 14px; }
    .associations .in-article h3 { font-size: 18px; }
    .associations .in-article p{ font-size: 16px; }
    .associations .in-article p.dmserif{ font-size: 14px; }






}
/**/
@media (min-width: 1280px) and (max-width: 1479px){
    header, header > .mille > .row{ height: 120px; }
    a#logo{ min-height: 84px; }
    nav ul { margin-top: 14px; }
    nav ul li a{ font-size: 13px; padding: 10px 6px; }
    .btnrond { width: 32px; height: 32px; background-size: 18px!important; }
    .btnacces, .btnacces:hover{
        font-size: 10px;
        line-height: 14px;
        height: 38px;
        background-size: 28px;
        padding: 14px 18px 0 46px;
        background-position: 10px center;
    }
    nav > div > ul > li::before{ background-size: 100%; width: 38px; }
    nav ul li ul li a{ 
        line-height: 40px; 
        padding: 0 32px 0 16px; 
        width: calc(100% - 32px - 16px);
    }
    nav ul li ul{ max-width: 300%; }
    nav > div > ul > li:first-child ul { width: 110%; }
    nav > div > ul > li:nth-child(3) ul { width: 220%; }
    nav > div > ul > li:nth-child(4) ul { width: 280%; }
    nav ul li ul li a::after {
        right: 10px;
        bottom: calc(20px - 7px);
    }
    .btncontact{
        font-size: 10px;
        height: 48px;
        line-height: 48px;
        background-size: 18px;
        padding: 0px 18px 0 40px;
        background-position: 10px center;
    }
    footer::before{ width: 46px; left: 18%; background-size: 100%; }
    footer{ padding: 80px 0 0 0; background-size: 100px; }
    .footer-menu li a{ font-size: 10px; }
    .footer-menu li { line-height: 14px; }
    footer .adresse{font-size: 12px;  }
    footer .telephone { font-size: 14px; }
    footer .footer-texte{font-size: 12px; line-height: 18px; margin: 30px 0 1.5rem 0; }
    footer .sociaux{ font-size: 12px; }
    footer .sociaux a img{ margin:0 0 0 .5rem; max-width: 18px; max-height: 20px; }
    footer::after{ background-size: 100%; width: 70px; right: 5%;}
    .copy {
        font-size: 10px;
        margin: 40px 0 10px 0;
    }
    .footer-newsletter h2 { font-size: 38px; }
    .footer-newsletter p { font-size: 12px; line-height: 16px; }
    .footer-newsletter h2::before{ width: 126px; }
    .footer-newsletter .wpcf7 form input[type="email"]{ font-size: 12px; height: 54px; line-height: 54px; }
    .footer-newsletter .wpcf7 form input[type="submit"]{ font-size: 14px; height: 54px; line-height: 54px; }
    .footer-newsletter .wpcf7 form{ height: 54px; }
    .footer-newsletter { padding: 62px 0 90px 0; }

    .in-slide h1{ font-size: 28px; }
    .in-slide h1 span{ font-size: 18px; }
    .in-slide > .row.middle > div { margin-top: 6vw; }
    .actu-home{ border-top-left-radius: 60px; }
    .actu-home img{ border-top-left-radius: 60px; }
    .actu-home h4{ font-size: 14px; }
    .actu-home h3 { font-size: 16px; line-height: 20px; margin: .5rem 0 .75rem 0;}
    .actu-home p { font-size: 10px; line-height: 14px; margin-bottom: .5rem; }
    .actu-home .pdg { padding: 1rem 0; }
    .actu-home a.suite{ font-size: 10px; background-size: 16px; padding-left: 20px; line-height: 12px;}
    .swiper-pagination-home.swiper-pagination-bullets.swiper-pagination-horizontal{ bottom: 0; }
    .btn{
        font-size: 12px;
        height: 48px;
        line-height: 48px;
        background-size: 18px;
        padding: 0px 18px 0 40px;
        background-position: 10px center;
    }
    .ligneslide::after{ width: 80px; }
    h2.titreprojets{ font-size: 32px; margin: 30px 0 30px 0; }
    .projet-home h3 { font-size: 16px; line-height: 22px; }
    .projet-home .encart-blanc{ padding: 46px 24px; border-top-left-radius: 40px; min-height: 140px; }
    .projet-home img { border-top-right-radius: 80px; }
    .projet-home p { font-size: 12px; line-height: 18px; }
    .projet-home a.suite{ font-size: 9px; background-size: 20px; padding: 0 0 10px 26px; line-height: 12px; }
    .projets-home{ margin-bottom: 34px; }
    .chiffres {
        padding: 60px 0 90px 0;
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px;
        margin: 42px 0 22px 0;
    }
    .chiffres h2 { font-size: 26px; line-height: 32px; margin-bottom: 40px; }
    .chiffres h3{ font-size: 38px; line-height: 38px; }
    .chiffres h3 span { font-size: 14px; line-height: 14px; }
    .chiffres::after{ width: 108px; left: calc( 50% - 54px ); }
    .boite-outils{ padding: 60px 0 70px 0; background-size: 60%; }
    .boite-outils h2.dmserif.mediumblue{ font-size: 36px; }
    .boite-outils h3.poppins { font-size: 16px; }
    .boite-outils p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 1rem;
    }
    .btn-lien {
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        padding: 0 18px;
    }
    .boite-outils h3.dmserif { font-size: 18px; margin: 80px 0 1rem 0; }
    .boite-outils ul li { font-size: 14px; line-height: 28px; }
    .boite-outils ul { margin: 0 0 2rem 0; }
    .boite-outils .btnacces.lightblue{ font-size: 12px; line-height: 16px; height: 46px; }
    .boite-outils .btncreer{
        font-size: 12px;
        line-height: 16px;
        height: 46px;
        background-size: 28px;
        padding: 14px 18px 0 46px;
        background-position: 10px center;
    }
    .boite-outils::before{ width: 140px; left: 0; height: 210px; }

    .bandeau h1 { font-size: 26px; line-height: 30px; }
    .bandeau .bread { margin: 60px 0 10px 0; font-size: 10px; }
    .bandeau::after { width: 54px; }
    .zone-texte h2{ 
        font-size: 30px; 
        padding: 0 0 24px 0; 
        margin: 1.5rem 0; 
    }
    .zone-texte h3{ font-size: 26px; margin: 1rem 0;  }
    .zone-texte h4{ font-size: 20px; margin: .75rem 0;  }
    .zone-texte p, .zone-texte ul li{
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 1rem 0;
    }
    .zone-texte a:not(.btn-tl) { font-size: 14px; padding: 16px 80px 16px 30px; }
    .zone-texte h2.documentations { margin-top: 2rem; }
    .btn-tl{ height: 50px; font-size: 14px; line-height: 50px; }
    .bandeau p.intro, .bandeau .intro p{ font-size: 14px; line-height: 20px; margin-top: .5rem; }

    .contact .zone-texte {
        padding: 40px 0 60px 0;
        margin: 20px 0 40px 0;
    }
    .contact .zone-texte::after{ height: 84px; }
    .contact .wpcf7 { margin-top: 20px; }
    input[type="text"], input[type="email"], 
    input[type="tel"], input[type="number"], input[type="password"]{
        line-height: 44px;
        border-radius: 22px;
        font-size: 14px;
    }
    textarea{ line-height: 20px; font-size: 14px; }
    .wpcf7 label { font-size: 10px; line-height: 14px; }
    input[type="submit"] {
        height: 50px;
        border-radius: 25px;
        font-size: 16px;
        line-height: 50px;
    }

    .equipe .membre { margin: 34px 30px; }
    .equipe .membre .cartouche h3 { font-size: 11px; }
    .equipe .membre .cartouche h4 { font-size: 10px; }
    .equipe .membre .cartouche p {
        font-size: 9px;
        line-height: 10px;
        padding: 8px 5% 0 5%;
    }
    .fdjaune::after{ width: 124px; height: 80px; left: calc(50% - 60px); bottom: -40px; }
    .fdjaune { margin: 120px 0 80px 0; padding: 0 0 60px 0; }
    .fdjaune .mille.center { margin-top: -80px; }
    .actualites .bandeau { margin-bottom: 100px; }
    .actualites .actu-home { margin-top: 50px; }
    .actualites .bandeau::before { max-height: 210px; }
    .actualites .bandeau::after { bottom: 70px; }

    .in-popsearch input[type="text"] { line-height: 50px; }
    .in-popsearch input[type="submit"]{ font-size: 16px; background-position: 10px center; }

    .pages-ressources li { font-size: 16px; }
    .pages-ressources li span { font-size: 12px; }
    .liste-ressources .ressource h3 { font-size: 14px; margin-top: 40px; }
    .liste-ressources .ressource { height: 100px; border-top-right-radius: 60px; }

    .bloc-connexion{ padding: 30px 10%; }
    .lwa-form a.lwa-links-remember{ font-size: 16px; }
    .lwa-form a.lwa-links-register{ font-size: 16px; }
    .pagen104 header p{ font-size: 16px; }

  .btn-rapports, .btn-contact-pro{ font-size: 10px; line-height: 30px; }
    .espacemembre p.bienvenue{ font-size: 12px; line-height: 16px; }
    .btn-compte{ font-size: 10px; margin: 0 14px 0 0; padding-left: 26px; }
    .btn-deconnexion{ font-size: 10px; margin: 0; padding-left: 26px; }
    .compteimg{  margin: 8px 6px 0 0; width: 20px;}
    .menu-menu-membres-container{ width: 100%; display: flex; flex-flow: row wrap;  }
    .espacemembre .fd-bleu-clair{ min-height: 140px; }
    .espacemembre .fd-bleu-clair::before{ left: 20%; }
    .pagen218 h2 { font-size: 28px; margin-left: 2rem; }
    .exercice-pro::after, .boite::after{ 
        left: 1vw; 
        right: 1vw; 
        border-top-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    .exercice-pro{ padding: 54px 0; }
    .swiper-tutoriel .swiper-wrapper, 
    .swiper-exercice .swiper-wrapper {
        padding: 54px 0;
    }
    .lencart h3 {
        font-size: 22px;
        line-height: 26px;
        padding: 0 32px;
        margin: 40px 0 10px 0;
    }
    .lencart { min-height: 348px; }
    .lencart p {
        padding: 0 32px;
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0 40px 0;
    }
    .petites-annonces .lencart h3 { margin: 40px 0 80px 0; }
    .lencart.encart-blanc::before,
    .lencart.encart-orange::before, 
    .lencart.encart-bleu::before, 
    .lencart.encart-vert::before{
        width: 24px;
    }
    .lencart.encart-blanc::before{ top: 60%; }
    .lencart.encart-orange::before, 
    .lencart.encart-bleu::before, 
    .lencart.encart-vert::before{ top: 55%; }
    .boite{ padding: 44px 0 100px 0; }
    .tutoriels .lencart h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 40px 0;
    }
    span.taxname {
        font-size: 10px;
        line-height: 30px;
        padding: 0 20px;
    }
    .swiper-button-next-exerc, 
    .swiper-button-next-tutoriel{ right: 0; }
    .swiper-button-prev-exerc, 
    .swiper-button-prev-tutoriel{ left: 0; }

    #category .espacemembre .in-article p{ font-size: 14px; }
    #category .espacemembre .in-article img{ max-width: 90%; }
    #category .espacemembre .in-article h3 { font-size: 18px; }

    .associations .ligne-ajout-asso p{ font-size: 15px; }
    .associations .in-article h3 { font-size: 20px; }
    .associations .in-article p{ font-size: 18px; }
    .associations .in-article p.dmserif{ font-size: 16px; }



}
/**/
@media (min-width: 1480px) and (max-width: 1599px){
        footer::after{ right: 0;}
        .in-slide h1 { font-size: 34px; }
        .in-slide h1 span{ font-size: 22px; }
        .actu-home h3 { font-size: 24px; line-height: 28px; }
        .actu-home p { font-size: 12px; line-height: 18px; }
        .actu-home h4{ font-size: 20px; }
        .actu-home .pdg { padding: 1.5rem 0; }
        .swiper-pagination-home.swiper-pagination-bullets.swiper-pagination-horizontal{ bottom: 5px; }
        .ligneslide::after{ left: 10%; }
        .boite-outils::before{ left: 0; width: 160px; height: 230px; }
        .in-popsearch input[type="submit"]{ background-position: 16px center; }
        .exercice-pro::after, .boite::after{ left: 1rem; right: 1rem; }
        .pagen218 h2{ margin-left: 2rem; }
        .swiper-button-prev-exerc, .swiper-button-prev-tutoriel{ left: 0; }
        .swiper-button-next-exerc, .swiper-button-next-tutoriel{ right: 0; }


}
/**/
@media (min-width: 1600px) and (max-width: 1799px){
        footer::after{ right: 5%;}
        .in-slide h1 { font-size: 36px; }
        .in-slide h1 span{ font-size: 22px; }
        .actu-home h3 { font-size: 24px; line-height: 28px; }
        .actu-home p { font-size: 12px; line-height: 18px; }
        .actu-home h4{ font-size: 20px; }
        .ligneslide::after{ left: 12%; }
        .boite-outils::before{ left: 0; width: 180px; height: 270px; }
        .exercice-pro::after, .boite::after{ left: 3vw; right: 3vw; }



}
/**/
@media (min-width: 1800px){

}
/**/
@media (min-width: 1900px){

}
/**/