/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500&family=Montserrat:wght@400;600&display=swap');


*:focus {
	outline: none !important
}
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: 400;
    color: #000;
    background-color: #fff;
	text-align: center;
	overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
	vertical-align: bottom;
}
a {
    text-decoration: none;
	transition: .3s ease;
}

sup.typo_exposants {
	vertical-align: text-top;
	font-size: .8em;
}

ul.spip li {
	list-style: disc;
	margin: .5em 0 0 2em;
}

hr {
	display: block;
	clear: both;
	height: 2px;
	width: 100%;
	margin: 2em 0;
	padding: 0;
	color: #CD1719;
	background-color: #CD1719;
	border: none;
}

#top {
	position: fixed;
	bottom: 160px;
	right: 0;
    width: 50px;
    height: 50px;
	font-size: 40px;
	background-color: #A61641;
    color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	line-height: 50px;
	cursor: pointer;
	z-index: 1000;
}
#top:hover{
	background-color: #000;
}

.wow {
    animation-delay: .6s;
}

/* cache-cache ***************************************************/

nav.resp, .logo-resp, .resp-anim, .actus-resp, p.respp {
    display: none;
    visibility: hidden;
    opacity: 0;
}

/* vif du sujet camarade *****************************************/

.logo {
	position: fixed;
	top: 0px;
	left: 30px;
	display: block;
	width: 100px;
	background-color: #fff;
	padding: 10px;
	border-radius: 0 0 .3em .3em;
	z-index: 20;
    transition: .3s ease-in-out;
	animation-delay: 1s;
	animation-duration: 1.5s;
}
.logo a img {
    transition: .3s ease-in-out;
}
.logo a:hover img {
    opacity: .7;
}
.logo h4 {
	font: 600 1.2em 'Montserrat';
	color: #000;
	margin: 3px 0 0;
	line-height: 1.1;
}
.logo h4 small {
	font: 400 .7em 'Montserrat';
	color: #000;
	margin: 0;
}
.logo.scrolled {
    background-color: #E8F2AE;
    transition: .3s ease-in-out;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	background-color: #175215;
	border-bottom: 2px solid #fff;
	box-shadow: 0 4px 15px rgba(0,0,0,0.6);
	z-index: 2;
}

nav.normal {
	position: fixed;
	top: 27px;
	left: 180px;
	display: inline-block;
	font: 500 1.2em 'Barlow Condensed';
    text-align: left;
	z-index: 30;
    animation-delay: 1.5s;
    animation-duration: 2s;
}

#menu-blesmes, #menu-blesmes ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
#menu-blesmes li {
    display: inline-block;
	margin: 0 10px 0 0;
    position: relative;
}
#menu-blesmes ul li {
    display: inherit;
    border-radius: 0;
}
#menu-blesmes ul li:hover {
    border-radius: 0;
}
#menu-blesmes ul {
    position: absolute;
    z-index: 1000;
    max-height: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 220px;
    /*white-space: nowrap;*/
    transition: .4s ease-in-out;
}
#menu-blesmes li:hover ul {
    max-height: 400px;
}

/* les a href */
#menu-blesmes li.main a {
	padding: 5px 12px;
	display: block;
	color: #175215;
	background-color: #fff;
	border-radius: 6px 6px 0 0;
}
#menu-blesmes li ul li {
    position: relative;
}
#menu-blesmes li ul li.sub a {
	transition: .25s ease;
	color: #175215 !important;
	font-family: 'Montserrat';
	font-size: .8em;
	font-weight: 400;
	margin: 0;
    padding: 6px 10px;
    line-height: 1.2;
	border-radius: 0px !important;
}
#menu-blesmes li a:hover, #menu-blesmes li a.on {
    color: #000!important;
}
#menu-blesmes li ul li.sub a:hover, #menu-blesmes li ul li.sub a.on {
	color: #000!important;
	background-color: #E8F2AE;
}
#menu-blesmes li ul li.fin {
	display: inline-block;
	width: 210px;
	height: 12px;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
}
/* décrochage du menu déroulant à 912px ! */

.express {
    position: fixed;
	top: 62px;
	right: 0px;
    width: 200px;
    z-index: 10;
    animation-delay: 2s;
	animation-duration: 1.5s;
}
.demarches {
    display: block;
    width: auto;
	padding: 20px 30px 20px 0px;
	background-color: #175215;
	color: #fff;
	font-family: 'Barlow Condensed';
	text-align: right;
}
.demarches h3 {
	font-weight: 500;
	margin: 0 0 4px;
}
.demarches a h4 {
	margin: 6px 0 0;
	color: #E8F2AE;
    font-size: 1.1em;
	font-weight: 400;
	line-height: 1.2;
	transition: .3s ease;
}
.demarches a:hover h4, .demarches a.on h4 {
	color: #fff;
}

.clic {
    display: block;
    width: auto;
    padding: 8px 30px 20px 0px;
    background-color: #496d4d;
	color: #fff;
    font-family: Arial, Helvetica;
    font-size: 12px;
    text-align: right;
}
.clic h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 12px 0 5px;
}
.clic p {
    margin: 5px 0 0;
}
.clic a {
    color: #FFCC00;
    font: 400 14px Arial, Helvetica;
    transition: .25s ease;
}
.clic a:hover {
    color: #FFF;
}

main {
	position: relative;
	display: block;
	margin: 60px 0;
	width: auto;
    color: #000;
	flex: 1;
}

/* slider *************************/
.cycle-slideshow {
    display: block;
	width: 100%;
    max-width: 100%!important;
    height: auto;
	animation-delay: .5s;
	animation-duration: 2s;
}
.anim {
    display: inline-block;
    width: 100%!important;
    max-width: 100%!important;
}
.anim img {
	width: 100%!important;
	max-width: 100%!important;
	height: auto;
    object-fit: fill;
}
/* fin slider **********************/

.accueil {
	display: block;
	width: auto;
	margin: -50px 200px 0 180px;
	background-color: #E8F2AE;
	color: #000;
	padding: 20px 30px;
	font-weight: 400;
    font-size: .9em;
	text-align: justify;
	animation-delay: 2.5s;
	animation-duration: 3s;
}
.accueil h2.spip {
    font-family: 'Montserrat';
	color: #CB2F0D;
	margin: 0 0 10px;
	font-weight: 600;
	font-size: 1.2em;
}

.actus {
    display: block;
    width: auto;
    margin: 40px 200px 40px 180px;
    animation-delay: 2.5s;
	animation-duration: 3s;
}
.actus h2 {
    font: 500 1.5em 'Barlow Condensed';
    color: #175215;
    margin: 10px 0;
}
.item h4 {
    font: 400 1.2em 'Barlow Condensed';
    background-color: #496d4d;
    color: #E8F2AE;
    margin: 0;
    padding: 15px;
    transition: .3s ease;
}
.item h5 {
    font-size: .9em;
    font-weight: 400;
    background-color: #E8F2AE;
    color: #000;
    margin: 0;
    padding: 15px;
    text-align: left;
}
.item img {
    transition: .3s ease-in-out;
}
.item:hover h4 {
    color: #FFF;
}
.item:hover img {
    opacity: .7;
}

.plan {
    display: block;
    width: auto;
    margin: 60px 200px 40px 180px;
	animation-duration: 2s;
}

a .item-portfolio h6 {
	font: 400 12px Arial, Helvetica;
	color: #000;
	margin: 0px;
	transition: .25s ease;
}


footer {
	display: inline-block;
	width: 90%;
	padding: 20px 5% 40px;
	background-color: #E8F2AE;
	position: relative;
	margin: auto;
    z-index: 1;
    animation-duration: 2s;
}
footer .agglo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}
footer .agglo img {
    width: 140px;
    transition: .3s ease-in-out;
}
footer .agglo img:hover {
    opacity: .7;
}
footer .rappel {
    display: block;
    font: 400 1.2em 'Barlow Condensed';
}
footer .rappel a {
    color: #175215;
    padding: 4px 8px;
    background-color: transparent;
    transition: .25s ease;
}
footer .rappel a:hover, footer .rappel a.on {
    color: #000;
    background-color: #fff;
}
footer .base {
    display: block;
    font: 400 12px Verdana, Helvetica;
    color: #000;
    line-height: 1.3;
    margin-top: 20px;
}
footer .base img {
    width: 100px;
    margin-bottom: 10px;
}
footer .base a {
    color: #175215;
    transition: .25s ease;
}
footer .base a:hover {
    color: #000;
}
footer .base h4 {
    font: 500 1.5em 'Barlow Condensed';
    color: #000;
    margin: 0 0 .25em;
}
footer .base h4 small {
    font: 400 1em 'Barlow Condensed';
}


/*********** interieur ****************************************************************/
main.int {
	margin: 120px 0 60px;
}

.content {
    display: block;
    width: auto;
    margin: 40px 240px 0 180px;
}

.ariane {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.ariane strong {
    font-family: 'Barlow Condensed';
    font-size: 1.6em;
    color: #175215;
    font-weight: 500;
}
.ariane a {
    color: #175215;
    transition: .25s ease;
}
.ariane a:hover {
    color: #000;
}

a .item-int {
    background-color: #CC280A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 50px 20px;
    font: 400 1.4em 'Montserrat';
    color: #fff;
    height: 30%;
    transition: .3s ease-in-out;
}
a:hover .item-int {
    background-color: #175215;
}

.chapo {
    display: block;
    background-color: #E8F2AE;
    padding: 20px;
    margin: 0 0 30px;
    font-size: 1.2em;
    text-align: left;
}
.texte {
    text-align: justify;
}
.texte h2 {
    margin: 0 0 .5em;
    font-family: 'Barlow Condensed';
    font-size: 1.6em;
    color: #CD1719;
    font-weight: 500;
}
.texte p {
    margin: 0 0 1em;
}
.texte a {
    color: #CD1719;
    transition: .25s ease;
}
.texte a:hover {
    color: #175215;
}
.texte h3 {
    font-size: 1.1em;
    font-weight: 400;
    margin: 1em 0 .5em;
    color: #175215;
}
a .pdfs {
    background-color: #E8F2AE;
    color: #000;
    padding: 15px;
    border-radius: .25em;
    transition: .3s ease-in-out;
}
a:hover .pdfs {
    background-color: #ddd;
}
a .pdfs i {
    font-size: 32px;
    color: #175215;
    margin-bottom: 5px;
    transition: .3s ease;
}
a:hover .pdfs i {
    color: #CD1719;
}
.logo-article {
    float: right;
    margin: 0 0 20px 30px;
    width: 35%;
}

table.spip {
	display: block;
	width: auto;
	margin: 1em 0;
}
table.spip tr td, table.spip tr th {
	background-color: #E8F2AE;
	padding: 10px 20px;
}

/*********************************************************************** */

@media (max-width: 1052px) {
    
    .logo {
        width: 80px;
    }
    .logo h4 {
        font: 600 1em 'Montserrat';
    }
    
    nav.normal {
        left: 140px;
    }
    
    #menu-blesmes li {
        margin: 0 !important;
    }
    
    #menu-blesmes ul {
        width: 160px;
    }
    #menu-blesmes li ul li.fin {
    	width: 160px;
    }
    
    #menu-blesmes li ul li.sub a {
    	font-family: 'Barlow Condensed';
    }
    
    .accueil {
        margin: -50px 200px 0 30px;
    }
    
    .actus {
        margin: 40px 200px 40px 30px;
    }
    
    .plan {
        margin: 60px 200px 40px 30px;
    }
    
    .content {
        margin: 40px 240px 0 40px;
    }
    
}

@media (max-width: 840px) {
    
    footer {
        text-align: left;
        display: inline-block;
	    width: 95%;
	    padding: 20px 0 40px 5%;
    }
    
    footer .rappel {
        font: 400 1em 'Barlow Condensed';
    }
    
    footer .rappel a {
        padding: 4px 4px 4px 0;
    }
    footer .agglo img {
        width: 100px;
    }
}

@media (max-width: 762px) {
    
    .logo {
        left: 0px;
        border-radius: 0;
    }
    
    nav.normal {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    nav.resp {
        position: fixed;
        top: 10px;
        left: 120px;
        text-align: left;
        font: 400 1.1em 'Barlow Condensed';
        display: block;
        visibility: visible;
        opacity: 1;
        z-index: 30;
    }
    nav.resp a {
        color: #fff;
        margin: 0 5px;
        transition: .25s ease;
    }
    nav.resp a:hover {
        color: #E8F2AE;
    }
    
}

@media (max-width: 682px) {
    
    footer .rappel, p.normalp {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    footer .base {
        margin-top: 0px !important;
    }
    p.respp {
        display: inline-block;
        visibility: visible;
        opacity: 1;
    }
    
    a .item-int {
        margin-bottom: 20px;
    }
    
    .content {
        margin: 40px;
    }
    
}

@media (max-width: 600px) {
    
    .logo, .express, .demarches, .normal-anim, .rappel, .actus-normal {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    
    .resp-anim {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    
    .logo-resp {
        display: block;
        visibility: visible;
        opacity: 1;
        position: fixed;
        top: 15px;
        left: 35px;
        z-index: 30;
        font: 400 1.2em 'Montserrat';
        color: #E8F2AE;
    }
    .logo-resp strong {
        font-weight: 600;
        color: #fff;
    }
    
    header {
        height: 110px;
    }
    
    nav.resp {
        top: 45px;
        left: 30px;
        font-size: 1.1em;
    }
    
    .accueil {
        margin: 0px !important;
    }
    .actus, .plan {
        margin: 40px 30px;
    }
    
    .actus-resp {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .actus-resp .item {
        margin-bottom: 15px;
    }
    
    footer {
	    padding: 20px 0 60px 5%;
    }
    footer .agglo {
        bottom: 20px;
        right: 20px;
    }
    
}

