@charset "UTF-8";
/*
Theme Name: krea3-lobster-rouge-diapo
Theme URI: https://www.krea3.fr/
Description: Theme lobster diapo couleur rouge
Version: 1.0
Author: Krea3
Author URI: http://www.krea3.fr
Text Domain: krea3
Domain Path: /languages
*/

@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/************************html, body, main************************************************************/
html,body{width:100%}
html{scroll-behavior:smooth;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;font-size:100%;color:#666;background:#fff;}
main{width:100%;padding:0}

.largeur92{
    display:block;
    width:96%;
    padding:0;
    margin:0 auto 0 auto;
    max-width:1500px;
}

h1, h2, h3, h4, h5, h6{
	font-weight:700;
	 
	color:#222;
}

h1{font-family: 'Lato', sans-serif;}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #222222;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

a:hover {color:#960019;}

/**********************Couleurs templates******************************/
#wrapper-couleurs-template{
	display: block;
    background: rgba(255,255,255,0.5);
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    width: 47px;
	border-radius:15px 0 0 0;
}

.couleurs-template{
    display: block;
    position: relative;
    width: 47px;
    height: auto;
	padding:8px 0;
	margin:0;
}

.couleurs-template li {
    display: block;
    position: relative;
    width: 47px;
    height: auto;
	padding:2px 6px;
	margin:0;
}

.couleurs-template li a{
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
	border-radius:50%;
	margin:1px 0;
	color:#fff;
	text-align:center;
}

.couleurs-template li a svg{
    margin:10px auto;
	font-size:0.8em;
}

.couleurs-template li.template-vert a{background: #c0d185;}
.couleurs-template li.template-bleu a{background: #518cc4;}
.couleurs-template li.template-rouge a{background:#b24c4c;}
.couleurs-template li.template-orange a{background:#f9c0b1;}
/**********************fin Couleurs templates******************************/
/************************header**********************/
#liens-header{
    background:#192535;
	color:#fff;
	padding:8px 0 7px 0;
}

#liens-header ul{
    list-style-type:none;
	text-align:right;
	margin:0;
}

#liens-header li{
    height:auto;
	width:40px;
	text-align:center;
	display:inline-block;
}

#liens-header li a{
	text-align:center;
	color:#fff;
	font-size:1em;
}

#top-bandeau{
	position: relative;
    margin: 0;
	height:120px;
	z-index:500;
}

#top-bandeau #logo{
	display: block;
    position: absolute;
    top: 25px;
    left: 75px;
    margin: 0;
    padding: 0;
    width: 200px;
    height: auto;
    z-index: 200;
}

#top-bandeau #menu {
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 1em;
    padding: 20px 0 0 0;
    display: block;
    top: 0;
    left: 0;
	font-family: Lato,sans-serif;
}

#top-bandeau #menu #nav{
    padding: 0 50px 0 500px;
}

#top-bandeau #menu #nav > li > ul {
    top: 89px;
    z-index: 100;
	background: #fff;
    border-top: 5px solid #960019;
    width: 100%;
    max-width: 100%;
}

#top-bandeau #menu #nav > li > ul > li > a {
    border-right: 1px solid #b24c4c;
	border-bottom:3px solid rgba(249,192,177,0);
}
#top-bandeau #menu #nav > li > ul > li > a:hover{
	border-right: 1px solid #fff;
	border-bottom:3px solid rgba(178,76,76,0.5);
}

#top-bandeau #nav > li > ul > li > a {
    font-size: 1em;
}

#nav > li {
    padding: 10px 0 10px 0;
}

.menu-contact{
    text-decoration: none !important;
    border: 3px solid #b24c4c;
    border-radius: 50px;
    background: rgba(178,76,76,0.5);
    font-family: 'Lato', sans-serif;
    padding: 0 !important;
    height: 40px !important;
    margin: 29px 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-contact:hover{
    background: rgba(249,192,177,0);
}

.menu-contact a {
	padding: 5px 20px !important;
}

#nav > li > a {
	text-transform: uppercase; 
    border-right: none !important;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:1em !important;
}

@media screen and (min-width:1280px) and (max-width:1550px) {

}

/************************Fin header**********************/

#h1accueil{
    display:none !important;
}

#image-header-page {
    z-index: 0;
}

#main-accueil{
    position:relative;
	z-index:5;
}

/************************Ligne1**********************/

#ligne1{
    display:block !important;
	width:100% !important;
	margin:-90px auto 80px auto !important;
	background:linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50%);
}

#voir-toutes-les-actus{
    text-decoration:none !important;
	display:block;
	float:left;
	width:auto;
	color:#fff;
	border:4px solid #b24c4c;
	border-radius:50px;
	padding:8px 20px;
	background:rgba(178,76,76,0.5);
	margin:20px 55px 0 0;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#voir-toutes-les-actus:hover{
	background:rgba(178,76,76,0.8);
}

#titre-ligne1{
    text-decoration:none !important;
	display:block;
	float:left;
	background:#b24c4c;
	height:90px;
	padding:0 10px;
	color:#fff;
	font-family: 'Lobster', cursive;
	width:260px;
	text-align:center;
}

#titre-ligne1 h2{
    font-size:2em !important;
	margin: 22px 0 !important;
	padding:0 !important;
}

#les-actus-accueil{
    display: table;
    width: auto;
    background: #fff;
    min-height: 110px;
    padding: 20px 40px;
	color:#192535 !important;
}

.actu-content{
    width:50%;
	display:table-cell;
	vertical-align:top;
	padding:25px;
}

#les-actus-accueil a{
	text-decoration: none !important;
	color:#192535 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background:rgba(249,192,177,0);
}

#les-actus-accueil a:hover{
	background:rgba(178,76,76,0.5);
}

.titre-actu-accueil{
	display:block;
	font-family: 'Lobster', cursive;
	margin:0 0 30px 0;
	font-size:1.5em;
}

@media screen and (max-width:580px) {
#ligne1 {background: rgba(255, 255, 255, 0) !important;margin: -58px auto 0px auto !important;}
#voir-toutes-les-actus{margin: 10px 20px 0 0;}
#titre-ligne1{width: auto; height: auto; padding: 0 25px;}
#titre-ligne1 h2 {margin: 10px 0 !important;}
#les-actus-accueil{display: block; width: 100%; clear:both; padding: 20px 0px;background:#fff;}
.actu-content{display:block; width:100%;}

#ligne2 #titre-ligne2 {width: 100%; min-width: 100%;}
#ligne2::before {height: 146px !important;}
#ligne2 #titre-ligne2 h2 {margin: 40px 20px !important;}
#ligne2 #content-agenda {display:block; clear:both; width: 100%;}
#ligne2 .manif-accueil {display: block; width: 100%; margin: 10px auto; max-width: 350px;}


#carte-interactive {margin: 20px 0 0 0 !important;}
#carte-interactive #google-map, #carte-interactive #lien-carte {display: block !important; width: 100% !important;}
#carte-interactive #lien-carte {padding: 40px !important;}
#lien-carte img{max-width:60%;height:auto;}

#gauche-footer, #droite-footer {display: block !important; width: 100% !important; padding: 20px !important;}
#gauche-footer h2 {font-size: 1.6em !important;}
#content-footer {padding: 20px 0 0 0 !important;}
}

@media screen and (min-width:581px) and (max-width:890px) {
#ligne1 {background: rgba(255, 255, 255, 0) !important;margin: -58px auto 0px auto !important;}
#voir-toutes-les-actus{margin: 10px 20px 0 0;}
#titre-ligne1{width: auto; height: auto; padding: 0 25px;}
#titre-ligne1 h2 {margin: 10px 0 !important;}
#les-actus-accueil{display: block; width: 100%; clear:both; padding: 20px 0px;background:#fff;}

#ligne2 #titre-ligne2 {width: 100%; min-width: 100%;}
#ligne2::before {height: 146px !important;}
#ligne2 #titre-ligne2 h2 {margin: 40px 20px !important;}
#ligne2 #content-agenda {display:block; clear:both; width: 100%;}
#ligne2 .manif-accueil {display: block; width: 100%; margin: 10px auto; max-width: 350px;}

#carte-interactive {margin: 20px 0 0 0 !important;}
#carte-interactive #google-map, #carte-interactive #lien-carte {width:49% !important;}
#carte-interactive #lien-carte {padding: 40px !important;}
#lien-carte img{max-width:60%;height:auto;}

#contact-footer {display: inline-block !important;}
#gauche-footer {display: inline-block !important;width: auto !important;padding: 0 38px !important;}
#gauche-footer h2 {font-size: 1.6em !important;}
#droite-footer {display: block !important; width: 100% !important; padding: 20px !important;clear:both;}
#content-footer {padding: 20px 0 0 0 !important;}
}

@media screen and (min-width:1216px) and (max-width:1295px){
#top-bandeau #menu #nav {padding: 0 50px 0 400px;}
}

@media screen and (max-width:890px) {
.site-header{height: auto !important;}
#top-bandeau {height: 70px !important;padding:0 !important;}
#top-bandeau #logo {position: relative !important;top: 0 !important;left: 0 !important;width: 150px !important;padding:10px !important;}
#top-bandeau #menu #nav {height: auto; background: #fff;}
#top-bandeau #menu {z-index: 500;padding:0;}
#top-bandeau #menu #nav {padding: 20px; background: #fff; border-top: 5px solid #960019; margin: 70px 0 0 0; border-bottom: 1px solid #eee;}
#top-bandeau #nav > li {display: block !important; float: none !important; height: auto; border-bottom: 1px solid #b24c4c; width: auto; margin: 0 auto; padding: 5px 0;}
#top-bandeau .menu-contact {margin: 10px 0 !important; max-width: 130px;}

#top-bandeau .toggleMenu {background: url(assets/images/menu/icon_menu.png) #FFF no-repeat center 30px;height: 70px !important;width: 70px;padding: 10px 10px 5px 10px; position: absolute; right: 0; height: 70px !important; font-size: 0.9em;}
#top-bandeau .toggleMenu.active {background: url(assets/images/menu/icon_menu_close.png) #FFF no-repeat center 30px;}
#top-bandeau #menu #nav > li > ul {top: auto !important;width: 100% !important;padding: 20px !important;}
#nav > li.hover > ul {columns: 1 auto !important;position:relative !important;}
}

@media screen and (min-width:890px) and (max-width:1216px){
.site-header{height: auto !important;}
#top-bandeau {height: 90px !important;padding:0 !important;}
#top-bandeau #logo {position: relative !important;top: 0 !important;left: 0 !important;padding:10px !important;}
#top-bandeau #menu #nav {height: auto; background: #fff;}
#top-bandeau #menu {z-index: 500;padding:0;}
#top-bandeau #menu #nav {padding: 20px; background: #fff; border-top: 5px solid #960019; margin: 80px 0 0 0; border-bottom: 1px solid #eee;}
#top-bandeau #nav > li {display: block !important; float: none !important; height: auto; border-bottom: 1px solid #b24c4c; width: auto; margin: 0 auto; padding: 5px 0;}
#top-bandeau .menu-contact {margin: 10px 0 !important; max-width: 130px;}

#top-bandeau .toggleMenu {position: absolute; right: 0; font-size: 0.9em;height:80px !important;}
#top-bandeau .toggleMenu.active {}
#top-bandeau #menu #nav > li > ul {top: auto !important;width: 100% !important;padding: 20px !important;}
#nav > li.hover > ul {columns: 1 auto !important;position:relative !important;}
}

@media screen and (min-width:890px) and (max-width:1024px) {
#ligne1 {background: rgba(255, 255, 255, 0) !important;margin: -63px auto 0px auto !important;}
#voir-toutes-les-actus{margin: 10px 20px 0 0;}
#titre-ligne1{width: auto; height: auto; padding: 0 25px;}
#titre-ligne1 h2 {margin: 10px 0 !important;}
#les-actus-accueil{display: block; width: 100%; clear:both; padding: 20px 0px;background:#fff;}
#ligne1 {margin: -63px auto 0 auto !important;}
}

@media screen and (min-width:890px) and (max-width:1200px) {
#ligne2 #titre-ligne2 {width: 100%; min-width: 100%;}
#ligne2::before {height: 108px !important;}
#ligne2 #titre-ligne2 h2 {margin: 0 20px 40px 20px !important;}
#ligne2 #lien-agenda-complet {margin: 0 0 20px 0;}
#ligne2 #content-agenda {display:block; clear:both; width: 100%;}
#ligne2 .manif-accueil {width: 32%;}
	
#carte-interactive #google-map{width:55% !important;}
#carte-interactive #lien-carte {width:44% !important;}
}

@media screen and (min-width:1201px) and (max-width:1393px) {
#content-agenda {width: 73% !important;}
.manif-accueil {width: 32% !important;}
}

@media screen and (min-width:1394px) and (max-width:1460px) {
#content-agenda {width: 76% !important;}
}
/************************Fin Ligne1**********************/


/************************Ligne2**********************/

#ligne2{
    display:block !important;
	width:100% !important;
	background:#b24c4c;
	position:relative;
	z-index:0;
	padding:0 0 30px 0;
}

#ligne2::before{
    display:block;
	content:"";
	background:#fff;
	position:absolute;
	top:0;
	width:100%;
	height:177px;
	z-index:5;
}

#agenda-accueil{
    display:block !important;
	width:100% !important;
	position:relative;
	z-index:6;
}

#titre-ligne2{
	display:inline-block;
	height:auto;
	padding:0 40px;
	color:#192535;
	font-family: 'Lobster', cursive;
	width:20%;
	min-width:300px;
	vertical-align:top;
	text-align:left;
}

#titre-ligne2 h2{
    font-size:3em !important;
	margin: 40px 20px 80px 20px !important;
	display:block;
	position:relative;
	text-align:right;
	padding:10px 0;
	background:#fff;
}

#titre-ligne2 h2::after{
    display:block;
	content:"";
	background:#960019;
	position:absolute;
	bottom:0;
	right:0;
	width:83px;
	height:10px;
	z-index:5;
}

#lien-agenda-complet{
    text-decoration:none !important;
	display:block;
	float:right;
	width:auto;
	color:#fff;
	border:4px solid #fff;
	border-radius:50px;
	padding:8px 20px;
	margin:20px 0 0 0;
	font-family: 'Lato', sans-serif;
	background:rgba(255,255,255,0);
}

#lien-agenda-complet:hover{
    background:rgba(255,255,255,0.5);
}

#content-agenda{
    display:inline-block;
	width:78%;
	vertical-align:top;
}

.manif-accueil{
	display:inline-block;
	width:33%;
	font-family: 'Lato', sans-serif;
	text-decoration:none !important;
	padding:20px;
	vertical-align:top;
}

.date-manif{
	display:block;
	font-family: 'Lato', sans-serif;
	font-weight:900;
	margin:0 0 20px 0;
}

.jour_date{
	color:#960019;
	display:inline-block;
	font-size:1.9em;
	background: rgba(255,255,255,0.5);
}

.au_date{
	color:#192535;
	display:inline-block;
	font-size:1.9em;
	padding:0 10px;
	background: rgba(255,255,255,0.5);
}

.manif-accueil img{
	display:block;
	width:100%;
	max-width:350px;
	height:auto;
	margin:0 auto;
}

.titre-manif{
	display: inline-block;
    max-width: 80%;
    width: auto;
    height: auto;
    background: #960019;
    color: #fff;
    font-family: 'Lobster', cursive;
    padding: 10px 20px;
    font-size: 1.3em;
    margin: -20px 20px 20px 20px;
    position: relative;
    z-index: 5;
}

.resume-manif{
	display: block;
    color: #fff;
    padding: 10px 20px;
}


/************************Fin Ligne2**********************/

/************************Carte interactive**********************/

#carte-interactive{
	display: block;
    position:relative;
	width:100%;
	margin:100px 0 0 0;
	z-index:0;
}

#carte-interactive::before {
    display: block;
    content: "";
    background: #192535;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 117px;
    z-index: 5;
}

#carte-interactive .largeur92{
	width:92% !important;
    max-width: 1200px;
	position:relative;
	z-index:6;
	background:#960019;
	padding:0;
}

#carte-interactive #google-map{
	display: inline-block;
	width:60%;
	vertical-align:middle;
}

#carte-interactive #lien-carte{
	display: inline-block;
	width:39%;
	background:#960019;
	vertical-align:middle;
	padding:80px;
}

#carte-interactive span{
	color:#fff;
	font-family: 'Lobster', cursive;
	font-size:2.6em;
	text-decoration:none;
	display:block;
	position:relative;
	margin:25px 0 0 0;
}

#carte-interactive span::after {
    display: block;
    content: "";
    background: #b24c4c;
    position: absolute;
    top: 37px;
    left: 110px;
    width: 55px;
    height: 8px;
    z-index: 5;
}

#lien-carte a{
	text-decoration:none;
}

/************************Fin Carte interactive**********************/

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

#content-footer{
    background:#192535;
	color:#fff;
	padding:80px 0;
	font-family: 'Lato', sans-serif;
}

#content-footer .largeur92{
    display:table;
	width:92% !important;
    max-width: 1200px;
}

#gauche-footer{
    display:table-cell;
	width:35%;
	vertical-align:middle;
	padding:0 50px;
}

#contact-footer{
    display:table-cell;
	width:115px;
	text-align:center;
	vertical-align:middle;
}

#contact-footer img{
    display:block;
	border-radius:50%;
	width:75px;
	height:75px;
	background:#960019;
	margin:0 auto 20px auto;
}

#contact-footer span{
	display:block;
	position:relative;
	padding:0 0 15px 0;
	font-style:italic;
	font-weight:bold;
	font-size: 1.3em;
}

#contact-footer span::after {
    display: block;
    content: "";
    background: #b24c4c;
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 35px;
    height: 5px;
    z-index: 5;
}

#gauche-footer h2{
    font-family: 'Lobster', cursive;
	font-size:1.6em;
	margin:0 0 10px 0;
	padding:0;
	color: #fff;
}    

.tel-footer{
	font-style:italic;
	font-weight:bold;
	font-size: 1.3em;
}  

#droite-footer{
    display:table-cell;
	width:auto;
	vertical-align:middle;
}

#content-footer a {
    color: #fff !important;
	text-decoration:none !important;
	text-align:center;
}

ul#menu_footer li a {
    color: #fff !important;
	text-transform: uppercase; 
	font-family: 'Lato', sans-serif;
	font-weight:300;
}
/************************Fin FOOTER**********************/
.krea3_formulaire input[type="submit"]{
	    text-decoration: none !important;
    border: 3px solid #b24c4c;
    border-radius: 50px;
    background: #b24c4c;
    font-family: 'Lato', sans-serif;
    padding: 10px 20px !important;
    height: 60px !important;
    /* margin: 29px 0 0 0; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #222;
}
.krea3_formulaire input[type="submit"]:hover{
	background: #b24c4c;
}

/* Le plan du site
============================================================================================ */
#krea3_plan_site{margin:0;padding:0;}
#krea3_plan_site ul{margin:0 0 0 0;padding:0 5px 10px 0;}
/*niveau 1*/
#krea3_plan_site li{list-style-type:none;margin:10px 0 10px 0;padding:0 4% 0 4%;font-size:1.3em;font-weight:700;font-family: 'Lato', sans-serif;  }
#krea3_plan_site > li{padding:0 4%;}
#krea3_plan_site li a{text-decoration:none;text-transform:uppercase;color:#222222;font-weight:700;display:block;padding:10px 0 20px 0;margin:0;background:#fff;display:inline-block;}
#krea3_plan_site li a:hover{text-decoration:underline;color:#960019}
/*niveau 2*/
#krea3_plan_site ul li{border-bottom:1px solid rgba(0,0,0,0.1);padding:5px 30px;margin:2px 10px 2px 0;font-size:0.9em;text-transform: none;background-position: left top;background-size: 18px auto;}
#krea3_plan_site ul li a{font-weight:normal;color:#213257;text-transform:none;padding:0;border-bottom:none;margin:0;}
#krea3_plan_site ul li a:hover{color:#960019;}
/*niveau 3*/
#krea3_plan_site ul li ul li{border:none;font-size:0.9em;margin-left:20px;padding:0 0 0 0;background:#fff;}
#krea3_plan_site ul li ul li a{color:#960019;}
/*niveau 4*/
#krea3_plan_site ul li ul li ul li{padding:0 10px 0 10px;}

/* Le menu gauche
============================================================================================ */
.sidebar ul .pagenav {font-size: 1.2em;font-weight: 400;font-family: 'Lato', sans-serif;color: #333;text-transform: uppercase;}
.sidebar ul .pagenav ul {text-transform: none;text-align: left;font-size: 1em;}
/*Les pages (niveau3)*/
.sidebar ul#menu_pages a {color: #666;font-weight: 400;}
.sidebar ul#menu_annuaire a {color: #666;font-weight: 400;}
.sidebar ul#menu_pages li.current_page_ancestor a, 
.sidebar ul#menu_annuaire li.current_page_ancestor a,
.sidebar ul#menu_pages li.current_page_item a, 
.sidebar ul#menu_annuaire li.current_page_item a {font-weight: 400;color: #333;}
.sidebar ul#menu_pages li.current_page_item>a, 
.sidebar ul#menu_annuaire li.current_page_item>a, 
.sidebar ul#menu_pages li.active a{font-weight: 400;color: #960019;}

/* fil d'ariane
============================================================================================ */

/* scroll top
============================================================================================ */
#scroll{background:#960019;border-radius: 4px;bottom: 4%;color: #fff;cursor: pointer;font-size: 16px;line-height: 40px;position: fixed;right: 20px;text-align: center;transition: background-color 0.3s linear 0s;width: 40px;z-index: 2000;display: block;}
#scroll a{text-decoration:none; color:#000;}