@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), 
       local('Roboto-Regular'), 
       url(http://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff) 
       format('woff');
}

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
}
body {
  margin: 0;
  font-family: Roboto, verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: var(--bodycolor); }
.ofm {
	width:120px;
	height: auto;
}
#article {
	margin-top:30px;
	font-size:14px;
}
#article table td {
	vertical-align: top;
	font-size:14px;
	padding:10px;
}
#article h2 {
	font-size:19px;
}
#article p {
	font-size:14px;
}
#article h5 {
	font-size:16px;
}
#article ul.chronologie {
	color: #A51916;
	margin-top:20px;
}
#article ul ul {
	list-style-type: '- ';
}
#article .decale {
	text-indent : 30px;	
}
#article sup a {
	color:red;
	font-weight:bold;	
}
.imggauche {
	text-align:center;
	float:left;
	padding:5px 0 0 5px;
}	
.imggauche img {
	width:100px;
	height:auto;	
	-webkit-box-shadow: 5px 5px 12px -3px rgba(0,0,0,0.81);
	box-shadow: 5px 5px 12px -3px rgba(0,0,0,0.81);
}

.imgdroite {
	text-align:center;
	float:right;
	padding:5px 0 0 5px;
}	
.imgdroite img {
	width:100px;
	height:auto;	
	-webkit-box-shadow: 5px 5px 12px -3px rgba(0,0,0,0.81);
	box-shadow: 5px 5px 12px -3px rgba(0,0,0,0.81);
}
.clear {
	clear: both;
}
#page {
	margin:auto;
	width:var(--largeur);
	border:8px solid var(--bordercontenu);
}
/* PERSONNES */
.lettreactive {
		font-weight:bold;
    color:#FFFFFF;
    background-color: #A51916;
    padding:0 5px 0 5px;
}
.blocs {
	display: flex;
	flex-direction: row;
	width:100%;
	flex-wrap: nowrap; /* nowrap, wrap, wrap-reverse */
	justify-content: space-between; /* flex-start, flex-end, center, space-between, space-around */
	align-items: center;   /* si height dans conteneur : stretch, flex-start, flex-end, center, baseline */
	align-content: stretch; /* stretch, flex-start, flex-end, center, space-between, space-around */
	padding:0;
	margin:0;
}
.bloc_l {
	width:33%;	
  background-color:#357D7F;
  color:#ffffff;
  padding:0;
  padding:4px;
  text-align:center;
}
.bloc_g {
	width:33%;	
  background-color:#D9D9D9;
  margin:0;
  padding:2px;
}
.bloc_m {
	width:33%;	
  background-color:#F2F2F2;
  margin:0;
  padding:2px;
}
.bloc_d {
	width:33%;	
  background-color:#D9D9D9;
  margin:0;
  padding:2px;
}
.centre {
	margin-top:20px;
}
.petit {
	font-family:"Lucida Console";
	font-size:10px;
}
.generique {
	font-size:21px;
	text-align:left;
	color:#808000;
	padding:10px 0 10px 0;
	font-weight:bold
}
.complete {
		font-weight:bold;
}
.acte {
		font-size:10px;
		font-weight:bold;
		color:#800000;
}
.profession {
		font-style: italic;
		font-size:10px;
}
.soumettre td {
		font-size:15px;
		font-weight:bold;
}	
.tableau {
  border-collapse: collapse;
  width:100%;
}
caption {
	padding:5px;
}
.ancres {
	font-size: 13px;
	width:90%;
	padding:5px;
	margin:auto;
	text-align:center;
	margin:10px 0 10px 0;
}
.bouton{
 padding:0.1em 0.7em;
 text-decoration:none;
 color:#fff;
 background-color:#357D7F;
 text-align:center;
 transition: all 0.2s;
 font-size:15px;
}
.bouton:hover{
 color:#000000;
 background-color:#CBC21F;
}
.tableau th, .tableau td {
  border: 1px solid #BABABA;
  padding:5px;
}
.tableau tr:nth-child(odd){
  background-color:#F2F2F2;
}
.tableau tr:nth-child(even){
  background-color:#ffffff;
}
.tableau th {
  color:#ffffff;
  background-color:#357D7F;
}
/**** BLOCS FLEX ****/
.div_ligne {
	display: flex;
	flex-direction: row;
	width:100%;
	flex-wrap: nowrap; /* nowrap, wrap, wrap-reverse */
	justify-content: space-between; /* flex-start, flex-end, center, space-between, space-around */
	align-items: center;   /* si height dans conteneur : stretch, flex-start, flex-end, center, baseline */
	align-content: stretch; /* stretch, flex-start, flex-end, center, space-between, space-around */
	padding:0;
	margin:0;
	border-bottom:1px dotted #357D7F;
}
.div_entete {
	display: flex;
	flex-direction: row;
	width:100%;
	flex-wrap: nowrap; /* nowrap, wrap, wrap-reverse */
	justify-content: space-between; /* flex-start, flex-end, center, space-between, space-around */
	align-items: center;   /* si height dans conteneur : stretch, flex-start, flex-end, center, baseline */
	align-content: stretch; /* stretch, flex-start, flex-end, center, space-between, space-around */
	padding:0;
	margin:0;
  background-color:#357D7F;
  color:#ffffff;
}
.div_header {
  background-color:#ffffff;
  color:#357D7F;
  font-size:16px;
  padding:0;
  padding:4px;
  text-align:center;
}
.taille70 {width:70%;}
.taille20 {width:20%;text-align:right;}
.taille45 {width:45%;}
.taille50 {width:50%;}
.taille40 {width:40%;}
.div_debut {
	width:10%;	
  margin:0;
  padding:4px;
}
.div_milieu {
  margin:0;
  padding:4px;
}
.div_fin {
  margin:0;
  padding:4px;
}
.div_gauche {
	width:40%;	
  margin:0;
  padding:4px;
}
.div_droite {
	width:60%;	
  margin:0;
  padding:4px;
}
/*
.div_ligne:nth-child(odd){
 	background-color:#FFFFD9;
}
*/
.div_ligne:nth-child(even){
 	background-color:#F2F2F2;
}
/***** FIN BLOCS FLEX ****/
.linkentete {
	font-size:18px;
	color:var(--entete_lnk);
	text-decoration:none;
}
.linkpiedpage {
	font-size:18px;
	color:var(--piedpage_lnk);
	text-decoration:none;
}
.cacheP {visibility: visible;display:inline;}
.cacheG {visibility: hidden;display:none;}
.haut, .bas {
	display: flex;
	flex-direction: row;
	width:100%;
	flex-wrap: nowrap; /* nowrap, wrap, wrap-reverse */
	justify-content: space-between; /* flex-start, flex-end, center, space-between, space-around */
	align-items: stretch;   /* si height dans conteneur : stretch, flex-start, flex-end, center, baseline */
	align-content: stretch; /* stretch, flex-start, flex-end, center, space-between, space-around */
}
.Header {
	background-color:var(--entete_bck);
	display: flex;
	flex-direction: column; /* row, row-reverse, column, column-reverse */ 
	flex-wrap: nowrap; /* nowrap, wrap, wrap-reverse */
	justify-content: space-between; /* flex-start, flex-end, center, space-between, space-around */
	align-items: stretch;   /* si height dans conteneur : stretch, flex-start, flex-end, center, baseline */
	align-content: stretch; /* stretch, flex-start, flex-end, center, space-between, space-around */
	border-bottom:var(--entete_sze) solid var(--entete_bor);
	padding:10px;
	margin:0;
}
.hvr-entete{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;overflow:hidden}
.hvr-entete:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:var(--entete_lnk);height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.hvr-entete:active:before,.hvr-entete:focus:before,.hvr-entete:hover:before{right:0}
.hvr-piedpage{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;overflow:hidden}
.hvr-piedpage:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:var(--piedpage_lnk);height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.hvr-piedpage:active:before,.hvr-piedpage:focus:before,.hvr-piedpage:hover:before{right:0}

.Footer {
	/*
	background-image:url("../images/film.png");
	background-repeat: repeat-x;
	*/
	background-color:var(--piedpage_bck);
	border-top:var(--piedpage_sze) solid var(--piedpage_bor);
	padding:20px;
	display:flex;
	justify-content: space-between;
}
#contenu {
	/*font-size:15px;
	font-family:Arial;*/
	font-size:13px;
	padding:20px;	
	border-right:var(--contenu_sze) solid var(--contenu_bor);
	border-left:var(--contenu_sze) solid var(--contenu_bor);
	margin-top:20px;
	background-color:var(--contenu_bck);
	color:var(--contenu_car);
	min-height:400px;
}
#contenu ul {
	padding-left:30px;
}
#contenu h2 {
	font-size:16px;
	color:#A51916;	
}
#contenu table tr td {
	font-size:13px;
}
.reduite {
	width:60px;
	height:auto;
}
.petite {
	width:110px;
	height:auto;
}
.ajuste {
	width:60%;
	height:auto;
	/* max-height:180px; */
}
#contenu table tr td img, .ombre {
	-webkit-box-shadow: 5px 5px 12px -3px rgba(0,0,0,0.81);
	box-shadow: 5px 5px 12px -3px rgba(0,0,0,0.81);
	margin:0 20px 15px 0; border: none;
}
.cadre {
	border:4px inset #DDDDDD;
}
.titre {
	font-size:14px;
}
.slogan {
	color:var(--entete_car);
	font-size:24px;
	padding-top:20px;	
	width:60%;	
	text-align:center;
}
.editorial {
	margin-top:20px;
	padding:20px;
}
.boite {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width:100%;
}
.element {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
  padding: 10px 10px 1px 10px;
	width: 25%;
  overflow:hidden;
  font-size:13px;
  margin-bottom:5px;
}
.element:hover {
  box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
  filter: contrast(200%);
}


.element a, .element a:hover, .element a:focus, .element a:link:hover, .element a:link:focus {
  text-decoration:none;
}
.fixe {
  height:200px;
}
.galerie {
	background-size: cover;
	width: 100%;
	height: 150px;
	margin-bottom:2px;
	padding:0;
}
.recherche {
	background-image:url(../images/loupe.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:2px;
	border:none;
	height:40px;
	width:100%;
	line-height:40px;
	padding:2px;
	font-size:18px;
}
.langues {
	text-align:right;
	width:30%;
}
.newsletter {
	padding-top:30px;
}
.search {
	padding-top:20px;
	width:30%;
}
.langues ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}
.langues ul li {
  float: right;
  padding:2px;
}

/* Ace Responsive Menu
----------------------------------------*/
a {
    text-shadow: none;
    color: #0d638f;
}
ul {
    margin: 0px;
    padding: 0px;
}
.ace-responsive-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--fondmenu);
    float:left;
    width:100%;
    font-family: 'Roboto', sans-serif;
    /* border-bottom: 3px solid #FD5025; */
}
.ace-responsive-menu li{
    list-style: none;
}
.ace-responsive-menu li ul {
    display:none;
}
.ace-responsive-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: left;
}
.ace-responsive-menu li a {
	color:var(--caramenu);
}
.ace-responsive-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 18px 20px 18px 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.ace-responsive-menu li a i {
    padding-right: 5px;
    color: #FF5737;
}
.ace-responsive-menu > li > a i {
    font-size: 16px;
    text-shadow: none;
    color: #FF5737;
}
.ace-responsive-menu li ul.sub-menu li a i {
    padding-right: 10px;
}
.ace-responsive-menu li.menu-active > a {
    background: var(--survolmenu);
    color:#fff;
}
.ace-responsive-menu li .menu-active {
    position: relative;
}
.ace-responsive-menu > li > a > .arrow:before {  
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
		transform: rotate(90deg);
}
.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
}
.ace-responsive-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
    z-index: 999;
}
.ace-responsive-menu li ul.sub-menu {
    background: var(--fondsmenu);
}
.ace-responsive-menu li ul.sub-menu > li {
    width: 250px;
}
.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 12px 20px 12px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    background: none;
}
.ace-responsive-menu > li > ul.sub-menu > li {
    position: relative;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background: var(--fondmenu);
}
.menu-toggle h3 {
    float: left;
    color: #FFF;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}
.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #F5F5F5 !important;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 3px;
}
.menu-toggle .icon-bar:hover {
    background-color: #F5F5F5 !important;
}
.menu-toggle #menu-btn {
    float: right;
    background: var(--survolmenu);
    border: 1px solid #0C0C0C;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}
.hide-menu {
    display: none;
}

/* Responsive Menu Styles
----------------------------------------*/
/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/

@media screen and (max-width: 800px) {
	#contenu {
		padding:5px;	
		margin-top:10px;
	}
	.ancres {
		font-size: 13px;
		width:100%;
		padding:5px;
		margin:auto;
		text-align:center;
		margin:10px 0 10px 0;
	}
.bas {
	display: flex;
	flex-direction: column;
}
.editorial {
	margin-top:10px;
	padding:10px;
}

.element {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
  padding: 10px 10px 1px 10px;
	width: 33%;
  overflow:hidden;
  font-size:13px;
  margin-bottom:5px;
}
	
		#page {
			width:100%;
		}

		.cacheG {visibility: visible;display:inline;}
		.cacheP, .newsletter {visibility: hidden;display:none;}
		.ofm {
			max-width: 80%;
			height: auto;
			
		}
		.linkentete, .linkpiedpage {
			font-size:14px;
		}
	.slogan {
		color:var(--carabandeau);
		font-size:21px;
		line-height: 0.5;
		letter-spacing: 0.3em;
		padding-top:20px;
		width:100%;
	}
.search {
	padding-top:10px;
	width:100%;
}
    .ace-responsive-menu {
        float: left;
        width:100%;
    }
    .ace-responsive-menu > li {
        border-bottom: 1px solid #242424;
       float: none;
    }   
    .ace-responsive-menu li a:hover {
        background: #272727 !important;
    }
    .ace-responsive-menu > li:first-child {
        border-top: 2px solid #FD5025;
    }    
    .ace-responsive-menu > li > a i {
        padding-right: 10px;
        color: #FF5737;
    }
    .ace-responsive-menu > li > a > .arrow:before {
        float: right;
         content: " \276F";
		font-weight: 300;
		text-shadow: none;
		width: 10px;
		display: inline-block;
		transform: rotate(90deg);
    }
    li.menu-active > a > .arrow:before {
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
	transform: rotate(90deg);
    }
    .ace-responsive-menu li ul.sub-menu > li {
        width: 100%;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a
        {
        padding-left: 30px;
    }  
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a 
       {
        padding-left: 50px;
    }  
    .ace-responsive-menu > li > ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
          content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
	transform: rotate(90deg);
    }
} 

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

	.element {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
  	padding: 10px 10px 1px 10px;
		width: 50%;
  	overflow:hidden;
  	font-size:11px;
  	margin-bottom:5px;
	}
	.blocs {
		flex-direction: column;
	}	
	.centre .blocs:nth-child(odd){
  	background-color:#FFFFD9;
	}
	.centre .blocs:nth-child(even){
  	background-color:#F2F2F2;
	}
	.bloc_l {
		display:none;
	}
	.bloc_g, .bloc_m, .bloc_d  {
		width:100%;	
  	background-color:transparent;
  	margin:0;
  	padding:2px;
	}
	.slogan {
	color:var(--carabandeau);
	font-size:19px;
	line-height: 0.5;
	letter-spacing: 0.3em;
	padding-top:20px;
	width:100%;
	}
	.div_debut {display:none;}

}
