/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* GENERAL */

html{
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.spip-admin-bloc, .spip-admin-float{
    z-index: 2000000;
}
body{
    font-size: 1.6em;
    font-family: 'Roboto', sans-serif;
    padding: 0;
}
header {
	/* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 1))), url(../../IMG/bg-header-2.jpg);
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1)), url(../../IMG/bg-header-2.jpg);
	background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1)), url(../../IMG/bg-header-2.jpg);
    background-size: cover; */
    background-position-y: 10%;
    color: #fff;
    background: none;
}

iframe{
    max-width: 100%;
}
p{
    margin-bottom: 1.2em;
}
.page{
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}
.arbo{
    font-size: 1em;
}
.main{
    max-width: 1160px;
    margin: 0 auto;
    width: 95%;
}
.cartouche h1, .cartouche h2{
    color: #216586;
}
a, .nav li a, a:active, a:visited{
    color: #000;
    background: none;
}
a:hover, a:active {
	color: #cc504b; 
}
.wrapper{
    width: 70%;
    margin-bottom: 75px;
    margin-top: 12px;
}
i{
    margin-right: 5px;
}
/*****************   HEADER   ******************/

.header .spip_logo_site{
	background: transparent;
	text-decoration: none;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
            justify-content: space-between;
    max-width:1160px;
    margin:0 auto;
    padding-top: 5px; 
}
.header .spip_logo_site a{
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.header .spip_logo_site a img{
    -webkit-transition: opacity 150ms ease-in;
    -o-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
}
.header{
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom:0;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.spip_logo_site p#slogan, #navigation ul li h2 a, h1, .pucer{
    font-family: "KoHo", sans-serif;
}
h1{
    font-weight: 600;
}
.spip_logo_site p#slogan {
	font-size: 26px;
	font-weight: 900;
	display: inline-block;
    width: 80%;
    color: #216586;
}

/***************** NAVIGATION ******************/


.nav li.nav-item {
    margin: 10px;
}
.nav-item{
    position: relative;
}
.nav h2{
    display: inline-block;
}
.nav .nav-sous-menu li a{
    color:#000
}
#navigation > ul{
    text-align:center;
    padding-bottom: 0;
    margin-bottom:0;
    padding-top: 20px;
}
#navigation ul li h2{
    margin-bottom: 15px;
    font-size: 20px;
    border-radius: 5px;
}
#navigation ul li h2 a, .formulaire_spip .boutons input{
    background-color: #216586;
    -webkit-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}
#navigation ul li h2:hover a, .formulaire_spip .boutons input:hover{
    background-color: #1d475c;
}
#navigation ul li h2:hover a,   #navigation ul li h2 a:focus{
    color:#fff;
}
.nav-sous-menu.three-columns {
    width: 90vh;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
}
.nav-sous-menu.one-column{
    width: 30vh;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
    padding: 10px 0;

}
.nav-sous-menu.one-column h3{
    margin: 0;
    padding: 10px 0 10px 0;
}

.nav-sous-menu.one-column ul li:not(:last-child) h3{
    border-bottom: 1px solid #e9e9e9
}
#navigation ul li:hover .nav-sous-menu.one-column {
	opacity: 1;
	visibility: visible;
        -webkit-transform: translate(-31%, 5%);
            -ms-transform: translate(-31%, 5%);
                transform: translate(-31%, 5%);
}
.nav-sous-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
    position: absolute;
    border-radius: 4px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;
    top: 100%;
    left: 0;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    margin-top: -2px;
    background-color: #fff;
    z-index: 99;
    -webkit-transform: translate3d(-42%,24px,0);
            transform: translate3d(-42%,24px,0);
            
}
#navigation ul li:hover .nav-sous-menu {
	opacity: 1;
	visibility: visible;
        -webkit-transform: translate(-26%, 5%);
            -ms-transform: translate(-26%, 5%);
                transform: translate(-26%, 5%);
}
#navigation ul li:hover .nav-sous-menu, #navigation ul li:hover ul {
    z-index: 200;
}
.nav-sous-menu-section {
	width: 33.33%;
	padding: 30px;
    border-right: 1px solid #e9e9e9;
    text-align:left;
}
.nav li.nav-item .nav-sous-menu-section li a{
    padding-bottom: 5px;
}
.nav-sous-menu-section ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.nav-sous-menu-headline h3 a{
    font-weight: bold;
    font-family: 'KoHo', sans-serif
}
.nav .nav-sous-menu li h3 a{
    color:#216586
}
.nav .nav-sous-menu li h3 a:hover{
    text-decoration: underline;
}
.nav>ul>li a{
    color: #fff; 
    margin: 0;
}
.nav li a:focus, .nav li a:active, .nav li a:hover {
	background-color: #216586;
}
.nav-sous-menu li a:hover{
    background:none;
    color:  #cc504b;
    text-decoration: underline
}
.top-pub{
    text-align:center;
    margin: 20px auto;
}
.aside-pub a{
        text-decoration: none;
        color: #000;
        font-weight: 700;
        font-size: 20px;
}
.dropdown-button{
    display:none;
}
.heading-puce{
    width: 30px;
    vertical-align:baseline;
}
.nav-back{
    font-size: 40px;
    position: fixed;
    bottom: 10px;
    right: -100px;
    display: none;
    z-index: 100000000;
    color:#216586;
}
.nav-back:hover{
    color: #1a4154;
}

.nav{background-color: rgba(33, 101, 134, 0.4) !important;}


/******************* SOMMAIRE **********************/

.pucer {
	background: url('../../IMG/Favicon-Jurishop.png') no-repeat;
	padding-left: 35px;
	font-size: 22px;
    background-size: 30px;
    font-weight: 500;
    height:30px;
}
#articles_recents{
    width: 45%;
    float: right;
}
#articles_recents .puce{
    vertical-align: 15%;
}
#articles_recents a{
    font-size: 16px;
}
#articles_recents div a, #articles_recents div {
    -webkit-transition: 100ms ease-in;
    -o-transition: 100ms ease-in;
    transition: 100ms ease-in 
}
#articles_recents div:hover {
    -webkit-transform:scale(1.025);
        -ms-transform:scale(1.025);
            transform:scale(1.025);
}
#articles_recents div:hover a{
    color:  #cc504b
}
#articles_recents div{
    margin-bottom: 15px;
}
#annuaire{
    width: 45%;
    float:left;
}
#annuaire,  #articles-recents{
    font-size: 18px;
}
#annuaire span{
    margin-left:5px;
}
#annuaire .annuaire-item>li:hover .annuaire-item-title{
    color: #fff;
}
#annuaire span, #annuaire a{
font-size: 16px;
}
#annuaire a{
    font-weight: 400;
}
.annuaire-item-title {
	position: relative;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    text-align:left;
    padding-left: 5px;
}
#annuaire ul.annuaire-item li ul li{
    margin-left:15px;
    margin-bottom:5px;
    list-style: none;
    border: none;
}
#annuaire ul li ul li::before{
    content:'\00bb';
    -webkit-transition: ease-in 200ms;
    -o-transition: ease-in 200ms;
    transition: ease-in 200ms;
    font-size: 18px;
}
#annuaire ul li:hover ul li::before{
    color: #fff;
}
#annuaire .blocs_destination a , #annuaire a{
    text-decoration: none;
}
#annuaire ul.annuaire-item li{
        border: 1px solid;
        margin: 10px 0;
        border-radius: 5px;
        -webkit-transition: 200ms ease-in;
        -o-transition: 200ms ease-in;
        transition: 200ms ease-in;
        text-decoration:none;
}
#annuaire ul.annuaire-item li:hover{

    background-color: #216586
}
#annuaire ul.annuaire-item li ul li:hover{
    background-color: transparent;
}
#annuaire ul li:hover a {
    color:#fff;
}
#annuaire .annuaire-item ul li a:hover{

    text-decoration: underline;
}
.menu{
    clear:none;
}

/* debut CAROUSEL  */
.carousel-prestataires{
    clear: both;
    padding: 0%;
}
.slick-slide div div{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
            justify-content: center!important;
}
.carousel-prestataires .spip-logo, .carousel-prestataires .spip_logos{
    margin:0;    
}
.slick-prev::before, .slick-next::before {
	font-family: 'slick';
	font-size: 40px;
	line-height: 1;
	opacity: .75;
	color: #cc504b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev:before{
    position:relative;
    right:50px;
}
.slick-next:before{
    position:relative;
    left:50px;
}
.slick-next{
    right:20px;
}
.slick-prev, .slick-next {
	top: 30%;
}
.image_carousel a {
	background-color: white;
	padding: 5px;
	margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
	float: left;
	width: 120px;
	height: 90px;
	text-align: center;
}
.image_carousel {
	padding: 0 70px 0 50px;
	position: relative;
	height: 125px;
	margin-top: 1em;
}

.image_carousel2 a {
	background-color: white;
	padding: 5px;
	margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
	float: left;
	width: 90px;
	height: 90px;
	text-align: center;
}
.image_carousel2 {
	padding: 0 30px 0 20px;
	position: relative;
	height: 120px;
	margin-top: 1em;
}

/* fin CAROUSEL  */



.blocs_destination{
    padding: 10px 0 0 0;
}
.blocs_destination ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#annuaire .spip_logos{
    float:left;
    margin:0;
    border-radius: 5px;
}

.div100{width: 100%; float: left;}

.div50{width: 50%;float: left;}
.div33{width: 33%;float: left;}

@media (max-width: 500px) {
    .div50{width: 100%;}
    .div33{width: 100%;}

}







/******************** ASIDE ************************/

aside{
    min-width: 300px;
    float: right;
    width: 300px;
}
#formulaire_recherche {
	margin-bottom: 2em;
	height: 160px;
	/* background: url('../img/fondrecherche.png') center no-repeat; */
      background-color: #216586;
    padding: 0 20px;
    border-radius:  5px;
}
.formulaire_recherche input.text {
    padding-left: 30px;
    background-size: 25px;
}
#formulaire_recherche input {
	position: relative;
    top: 20px;
    height: 40px;
    font-size:14px;
}
#formulaire_recherche label{
color: #fff;
position: relative;
top: 4%;
left: 25%;
font-size: 20px;
font-weight: bold;
}
aside #formulaire_recherche label{
    width: 50%;
}
aside{
    margin-bottom: 50px;
}
aside h2{
    text-align: justify;
    border-bottom: 2px solid;
}
aside .menu ul.main-list>li{
    background-position-y: 30%;
    margin-bottom: 10px;
    font-size: 18px;
}
aside .menu ul.main-list>li>a{
    padding-left:10px;
    background: url(../../IMG/puce.gif) no-repeat;
}
/************************RUBRIQUE*****************************/

#content .menu_rubriques ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 20px; 
    

}
#content .menu_rubriques ul li {
	height: 160px;
	width: 160px;
    margin-bottom: 25px;
    margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	text-align: left;
	-webkit-transition: 200ms ease-in;
	-o-transition: 200ms ease-in;
	transition: 200ms ease-in;
	position: relative;
}
.menu_rubriques h3 {
	z-index: 100;
    margin-bottom: 0;
    font-weight: 600;
    overflow-wrap: anywhere;

}
.rubrique_bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 1000ms cubic-bezier(.19,1,.22,1);
    -o-transition: 1000ms cubic-bezier(.19,1,.22,1);
    transition: 1000ms cubic-bezier(.19,1,.22,1);
}



.rubrique_bg img{
        /* filter: brightness(55%);
        -webkit-filter: brightness(55%); */

       filter: sepia(100%) saturate(400%)
        hue-rotate(185deg)
        brightness(55%);

        position: relative;

        height: 100%;
        width: 100%;
        -webkit-transition: 100ms ease-in;
        -o-transition: 100ms ease-in;
        transition: 100ms ease-in;
}

    .rubrique_bg img::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background-color: #216586;
    opacity: 0.45; /* équivalent visuel à brightness(55%) */
    /* pointer-events: none; */
    }


#content .menu_rubriques ul li:hover .rubrique_bg img{
        /* -webkit-filter: brightness(25%);
        filter: brightness(25%); */
        filter: sepia(100%) saturate(400%)
        hue-rotate(185deg)
        brightness(25%);

        position: relative;
}
    #content .menu_rubriques ul li:hover .rubrique_bg img::after{
            content: "";
            position: absolute;
            inset: 0;
            background-color: #216586;
            opacity: 0.95; /* équivalent visuel à brightness(55%) */
    /* pointer-events: none; */
    }







.rubrique_content {
	padding: 10px;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.rubrique_content p{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7)
}
#content .menu_rubriques ul li:hover .rubrique_bg{
    -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
            transform: scale(1.12);
}
#content .menu_rubriques ul li a{
    width: 100%;   
    color:#fff;
    text-decoration: none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    height:100%;

}
.rubrique_content h3.mini{
    font-size: 16px
}
.cartouche-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cartouche-block div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.cartouche-block img{
    width: 50px;
    height: auto;
    vertical-align:baseline;
}
.article-texte .cartouche-block img:not(.heading-puce){
    width: auto;
    max-width: 220px!important;
    margin-right: 60px;
}
.cartouche-block .spip_logo, .cartouche-block .spip_logos{
    margin: 0;
    margin-right: 10px;
}
/**********************ARTICLE*****************************/

hr{
    border-width:3px 0 0;
    border-color: #216586;
}
.hyperlien {
	padding: 10px 0 5px 30px;
	background: #EEE url(img/def.png) no-repeat 5px 20px;
	width: 80%;
    font-size: 16px;
}
#article .article-texte{
    font-size: 18px;
}
#article .other-articles{
    margin-top: 50px;
}
.date-modif{
	text-align:right;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
#article .spip li a, #article .spip li{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#article .spip li:hover {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
.menu li a{
    text-decoration: none;
}
.menu_articles ul li, #recherche .menu li{
    border-bottom: 1px solid #cc504b;
    padding-bottom:10px;
    margin-bottom: 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
}
.menu_articles img{
    float:none;
}
.menu_articles .article_content {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
    padding-left: 20px;
    text-align:justify;
}
.menu_articles .article_content a{
    -webkit-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
    color: #cc504b; 
}
.menu_articles .article_content a:hover{
    color: #db1200;
}
.menu_articles button{
    float: left;
    background-color: #cc504b;
    padding:8px;
    border-radius: 5px;
    border: none;
    margin-top: 10px;
    -webkit-transition: 100ms ease-in background-color;
    -o-transition: 100ms ease-in background-color;
    transition: 100ms ease-in background-color;
}
.article-texte h3{
    font-size: 26px;
}
.article-texte p:not(.hyperlien){
    text-align:justify ;
}
.menu_articles button:hover{
    background-color: #db1200;
}

.menu_articles .article_content button a, .menu_articles .article_content button a:hover{
    color:#fff;
    font-weight: bold;
}
.menu_articles .menu-article-logo{
    min-width:150px;
    text-align:center;
}
.menu-article-logo .spip_logo, .menu-article-logo .spip_logos{
    margin:0;
    padding: 0;
}
#content .other-articles .menu_rubriques ul{
    margin-left: 50px;
}
/***********************FOOTER*****************************/
.footer{
    background-color: #216586;
    min-height: 250px;
    text-align:center;
    font-size: 18px;
    border-top: ridge 10px lightgrey; 

}
.footer h2{
    margin-bottom: 0;
}
.footer , .footer a, footer a:visited, footer a:hover .footer .colophon a{
    color: #fff;
    
}
.footer .colophon a{
    margin: 0 10px;
    text-decoration: underline;
}
.footer .colophon {
	height: 100%;
    margin: 0;
    float: none;
    width: 100%;
    padding-top: 20px;
}
.footer span{
    font-size: 12px;
}
/*********************RECHERCHE**********************/

#recherche .soustitre{
	font-size: 1.4em;
	background-color: #cc504b;
	color: #fff;
	padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
}
.pagination .on, .pagination a:hover, .pagination a:focus, .pagination a:active {
	font-weight: bold;
	background: #cc504b;
	color: #fff;
}
.pagination a{
    font-weight: bold;
    -webkit-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
}
#recherche .menu{
    margin-bottom: 80px;
}
 #recherche #formulaire_recherche{
     background: none;
     padding:0;
}
 #recherche .search-page-form.search-filled .formulaire_recherche {
	margin-top: 0;
}
 #recherche #formulaire_recherche label{
     display: none;
 }
#recherche #formulaire_recherche input{
    border: 2px solid #cc504b;
    height: 70px;

}
#recherche #formulaire_recherche input.text{
    border-radius: 5px 0 0 5px;
    font-size: 20px;
}
 #recherche  #formulaire_recherche input.submit{
    background-color: #cc504b;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
    font-size: 20px;
 }
 .page_recherche .description-page{
    font-size: 18px;
    margin-top: 20px;
    text-align:justify;
 }
 /*******************FORMULAIRES**************************/


 /***GENERAL***/
 .editer{
        border-radius: 5px;
 }
 .editer, .formulaire_spip .boutons{
    padding: 5px;
 }
 .formulaire_spip .boutons{
    padding-left: 0;
}
 .rgpd p{
     text-align: justify;
     font-size: 16px;
 }
 /*****CONTACT*****/

.content  #contact_form label{
    color: rgba(0, 0, 0, 0.65)
}
 .content input.text:not(#recherche input.text), .content textarea{
    -webkit-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
    border-radius: 5px;
    padding: 5px 10px;
    outline: 0;
    font-size: 16px;
}
 .content #contact_form input.text{
    width: 100%;
    margin: 5px 0 10px 0;
}
.content input.text:focus, .content textarea:focus {
	border: 1px solid #216586;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.content input.submit{
    padding: 10px 30px;
    background-color: #216586;
    color: #fff;
    border-radius: 5px;
    border: none;
}
#page-description{
    font-size: 18px;
}
/*****INSCRIPTION PRESTATAIRES & CONTACT FICHE*****/

/*NOTES: La construction des formulaires formidables étant assez difficile à mettre en page, ci dessous la correspondante de chaque formulaire et input utilisé/modifié

#formulaire_formidable-4 = Formulaire d'inscription pour un nouveau prestataire
#formulaire_formidable-5 = Formulaire de contact présent sur chaque fiche prestataire dans l'annuaire permettant à un visiteur de contacter le prestataire en question

---FORMULAIRE 4---

input_1 = Nom et Prénom
input_2= Téléphone

---FORMULAIRE 5---
input_1 = Nom
input_2 = Prénom
input_3 = Profession
input_4 = Téléphone

Si besoin, consulter l'aide mémoire sur le backend des formulaires

*/

#formulaire_formidable-4{
    text-align: justify;
}
.content #formulaire_formidable-4 input.text, #formulaire_formidable-5 input.text{
    width: 100%;
    margin-top: 5px;
}
#formulaire_formidable-4 .editer, #formulaire_formidable-5 .editer{
    margin-bottom: 10px;
}
#formulaire_formidable-4 label, #formulaire_formidable-5 label{
    font-size: 14px;
    font-weight: 500;
}
#formulaire_formidable-5 .editer_input_3{
    clear:both;
}
#formulaire_formidable-4 fieldset, 
#formulaire_formidable-5 fieldset, 
#formulaire_formidable-3 fieldset,
.formulaire_article_spec fieldset{
    border: 1px solid #000;
    border-radius: 5px;
    padding: 15px;
}
#formulaire_formidable-4 legend, #formulaire_formidable-3 legend{
    padding: 10px;
}
#formulaire_formidable-5 legend{
    padding: 5px;
}
#formulaire_formidable-4 .explication{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
}
#formulaire_formidable-4 .editer_input_2, #formulaire_formidable-5 .editer_input_1, #formulaire_formidable-5 .editer_email_1{
    float:left;
}

#formulaire_formidable-4 .editer_email_1, #formulaire_formidable-5 .editer_input_2, #formulaire_formidable-5 .editer_input_4{
    float:right
}
#formulaire_formidable-4 .editer_input_2, 
#formulaire_formidable-4 .editer_email_1, 
#formulaire_formidable-5 .editer_input_1, 
#formulaire_formidable-5 .editer_email_1, 
#formulaire_formidable-5 .editer_input_2, 
#formulaire_formidable-5 .editer_input_4{
    width: 45%;
    display: inline-block;
}
#formulaire_formidable-4 textarea, #formulaire_formidable-5 textarea{
    font-size: 14px;

}
#formulaire_formidable-4 .choix label{
    width: 95%;
    font-weight: 400;
}
#formulaire_formidable-4 .choix{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#formulaire_formidable-4 .choix input{
    margin-right: 15px;
}
#formulaire_formidable-4 .commande-checkbox label{
    font-weight: bold;
}
em.attention{
    background-color: #fff6bf;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
    display: block;
    margin-bottom: 5px;
}

.saisie_case>label {
    margin-bottom: 10px;
}
#formulaire_formidable-4 #champ_case_1{
    margin-right: 20px;
}

#formulaire_formidable-4 .editer_case_1 label{
    font-size: 16px;
}

#champ_selection_multiple_1, label[for=champ_selection_multiple_1]{
    display: none;
}

.hidden-form{
    display: none;
}

.formulaire_article_spec select{
    width:100%;
    padding:5px;
}
#oubli_form{
    margin-bottom: 30px;
}
/************************PLAN DU SITE********************************/


.page_plan .first-parent-list-plan{
    padding-bottom: 15px;
}
.page_plan .first-parent-list-plan:not(:last-child){
    border-bottom: 2px #cc504b solid
}
.page_plan .first-parent-list-plan>li{
    margin-bottom: 10px;
}
.page_plan .cs_blocs ul{
    list-style: none;
    margin-left: 50px;
}
.page_plan .cs_blocs {
    font-weight: 500;
}
.page_plan li li ul.spip{
    list-style-type: square;
}
.page_plan ul.spip li{
    margin-bottom: 10px;
}
.page_plan .cs_blocs li ul.spip li{
    margin-bottom: 5px;
}
.page_plan a{
    -webkit-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
    overflow-wrap: anywhere;
}

/***********VALIDATION_MAIL**************/


.mail_validation{
    height: 80px;
    background-color: #216586;
    color: #fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    border-radius: 5px;
    border: 3px solid #0a374d
    

}
.mail_validation p{
    margin-bottom: 0;
}

.mail_validation i{
    font-size:36px;
}
.return_message p{
    width: 100%;
    margin-top: 30px;
    text-align:center;
    font-size: 20px;
}
/****************FORMAT INTERM2DIAIRE ******************/

@media screen and (max-width: 1052px){
    .wrapper{
        width: 65%;
    }
}

/****************FORMAT TABLETTE******************/

@media screen and (max-width: 961px){
    .wrapper{
        width: 100%;
        padding: 0 2.5%;
        float:none;
    }
    aside {
        min-width: 300px;
        float:none;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 50px;
    }
    #formulaire_recherche {
        width: 300px;
    }
    #plan_site li{
        margin-bottom: 20px;
    }
    .search-page-form #formulaire_recherche{
        width: 100%;
    }
    .footer{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer .colophon a{
        margin: 5px 0;
        font-size: 16px;
    }
    .footer .colophon{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #navigation ul li:hover .nav-sous-menu {
        -webkit-transform: translate(-10%, 5%);
            -ms-transform: translate(-10%, 5%);
                transform: translate(-10%, 5%);
    }
    .nav-sous-menu{
        display: none;
    }
    .spip p#slogan{
        font-size: 20px;
    }
    #formulaire_formidable-4 .editer_input_2, #formulaire_formidable-5 .editer_input_1, 
    #formulaire_formidable-5 .editer_email_1, #formulaire_formidable-4 .editer_email_1, 
    #formulaire_formidable-5 .editer_input_2, #formulaire_formidable-5 .editer_input_4{
        float: none;
    
    }
    #formulaire_formidable-4 .editer_input_2, 
    #formulaire_formidable-4 .editer_email_1, 
    #formulaire_formidable-5 .editer_input_1, 
    #formulaire_formidable-5 .editer_email_1, 
    #formulaire_formidable-5 .editer_input_2, 
    #formulaire_formidable-5 .editer_input_4{
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 560px){

    .header .spip_logo_site {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .wrapper{
        padding: 0 1%
   }
    #annuaire, #articles_recents{
        width:100%;
        float: none;
        margin-bottom: 50px;
    }
    #content .menu_rubriques ul{
        -ms-flex-pack:distribute;
            justify-content:space-around;
    }
    .menu_rubriques h3 {
        font-size: 16px;
    }
    #content .menu_rubriques ul li {
        height: 150px;
        width: 150px;
        /* margin: 0 15px 20px 15px */
    }
    #content .other-articles .menu_rubriques ul {
        margin-left: 0;
    }
    #content .menu_rubriques ul {

        margin-left: 0;
    }
   
    /* debut CAROUSEL mobile */
.carousel-prestataires{
    clear: both;
    padding: 0%;
}
.slick-slide div div{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
            justify-content: center!important;
}
.carousel-prestataires .spip-logo, .carousel-prestataires .spip_logos{
    margin:0;    
}
.slick-prev::before, .slick-next::before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #cc504b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev:before{
    position:relative;
    right:25px;
}
.slick-next:before{
    position:relative;
    left:25px;
}
.slick-next{
    right:20px;
}
.slick-prev, .slick-next {
	top: 30%;
}
.image_carousel a {
	background-color: white;
	padding: 5px;
	margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
	float: left;
	width: 120px;
	height: 90px;
	text-align: center;
}
.image_carousel {
	padding: 0 8px 0 15px;
	position: relative;
	height: 125px;
	margin-top: 1em;
}

.image_carousel2 a {
	background-color: white;
	padding: 5px;
	margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
	float: left;
	width: 90px;
	height: 90px;
	text-align: center;
}
.image_carousel2 {
	padding: 0 30px 0 20px;
	position: relative;
	height: 120px;
	margin-top: 1em;
}

/* fin CAROUSEL mobile  */









    #navigation ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
    }

    .search-page-form input.submit{
        background-color: #216586;
        color: #fff;
        border-radius: 5px;
        border: none;
        width: 17%;
        padding: 0;
    }
    #recherche #formulaire_recherche input.text{
        font-size: 16px;
    }

    .menu_articles ul li, #recherche .menu li{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }

    .dropdown-button i{
        font-size: 30px;
        background-color: #216586;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer; 
        margin-right: 20px;
    }

    .dropdown-button{
        margin: 20px 0;
        text-align:center;
        display: block;
    }

    #navigation{
        display: none;
        position: absolute;
        width: 100%;
        -webkit-animation-duration: 0.7s;
                animation-duration: 0.7s;
        height:100%;
        top: 100%;
        left: 0;
    }

    #navigation ul {
        background-color: #216586;
    }
    .block{
        display: block!important;
    }
    header{
        background-image: none;
    }
    .header{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: row;
            position: fixed;
            top: 0;
            z-index: 10000;
            background-image: none;
            background-color: #fff;
            height: 115px;
            border-bottom: 2px solid #216586;
            width: 100%;
    }
    .header .spip_logo_site{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #navigation li.nav-item:first-of-type{
        margin-top: 15px;
    }
    #navigation li.nav-item{
        margin:0;
    }
    .spip_logo_site img{
        width: 225px;
    }
    .spip_logo_site p#slogan{
        font-size: 16px;
        margin-left: 10px;
        text-align:left;
    }
    .top-pub{
        margin-top: 150px;
    }
    .cartouche h1{
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
    .article-texte h3{
        font-size: 22px;
    }
    .menu_articles strong, #article .article-texte p{
        font-size: 16px;
    }
    .cartouche-block img{
        width: 30px;
    }
    .menu_articles .menu-article-logo{
        width: 90px;
        min-width:0;
    }
    .menu_articles .article_content{
        padding-left: 0;
    }
    .article-texte .cartouche-block img:not(.heading-puce){
        width: auto;
        max-width: 75px!important;
    }
    .hyperlien{
        width: 100%;
    }
    .date-modif{
        margin-top: 15px;
    }
    .nav-back{
        display: block;
    }
    .nav-back i{
        margin:0;
    }
    .page_recherche .description-page{
        font-size: 16px;
     }
     #formulaire_formidable-4 legend, #formulaire_formidable-3 legend {
        padding: 5px;
        font-size: 16px;
    }
    .rubriques_navigation h2{
        line-height: 1.3;
    }
}
