@import url('font.css');

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}


div.error {
	margin-top:50px;
}

html
{
   width: 100%;
   box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

}


body
{
    background: #fff none repeat scroll 0 0;
 //   margin-left: auto;
//    margin-right: auto;
   width: 100%;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   font-size:0.813em;


}

.page
{
    margin-top:70px;
   width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;

}

main 
{
	width:100%;
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;

}
#page-title
{
	display:none;

}
.zone.zone-content.container-12
{
	width:100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;

}
.zone.zone-content.container-12 .grid-12 {
    width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;

}
sup {
    vertical-align: super;
    font-size: smaller;
}
.menu_accueil_container
{
    background-color: #fff;
    width:100%;
    padding-bottom: 10px;
    padding-top: 20px;
    top: 50px;
    z-index: 50;	
    position: fixed;
    text-align: center;
    margin-bottom: 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}


.menu_accueil
{
    margin-left: auto;
    margin-right: auto;
    font-size:1.08em;
    font-family:"roboto_condensed";
    font-weight:800;
    display: table;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body.mobile .menu_accueil,
body.tablet .menu_accueil
{
   	
    width:auto;	
}
body.desktop .menu_accueil
{
       width:100%;	
	padding-left:21%;
	margin-left:13px;
}


.menu_accueil nav{
    width:100%;	
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.menu_accueil  ul {
    list-style: outside none none ;
    margin-bottom:0;
    width:100%;	
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menu_accueil  ul li{
	float:left;
}

body.mobile .menu_accueil  ul li,
body.tablet .menu_accueil  ul li
{
    float: none;
    width: initial;
    display: inline-block;
}


.menu_accueil ul li a:link,
.menu_accueil ul li a:visited
{   
   color: black;
   margin-left: 15px;
   margin-right: 10px;
   text-decoration: none;
   font-size:1em;
   font-family:"roboto_condensed";
   font-weight:800;
   text-transform: uppercase;
   letter-spacing: normal;
   margin-bottom: 0px;
}



.menu_accueil.tablet ul li a:link,
.menu_accueil.tablet ul li a:visited {
    font-size: 1em;
    margin-left: 25px;
    margin-right: 25px;
  
}

.menu_accueil.mobile ul li a:link, 
.menu_accueil.mobile ul li a:visited {
    font-size: 0.855em;
    margin-left: 20px;
    margin-right: 20px;
  
}

.contenu_accueil .colonne_titre
{
	width:21%;
}

.contenu_accueil.mobile
{
	width:100%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contenu_accueil.tablet
{
	margin-top:50px;
}

.contenu_accueil.desktop
{
	width:100%;
	min-width:1000px;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contenu_accueil .colonne_titre .titre
{
	font-family: "roboto_condensed";
    	line-height:46px	;
    	font-style: normal;
    	font-weight: bold;
    	border-top: 5px solid ;
    	border-bottom: 2px solid ;
    	margin-bottom:50px;	
    	padding-top:15px;
    	padding-bottom:15px;	
}
.contenu_accueil .colonne_titre .titre .titre_principal
{
    	font-family: "roboto_condensed";
    	font-size: 4.0em;
    	line-height:50px	;
    	font-style: normal;
    	font-weight: bold;
    	margin-bottom:0;
    	letter-spacing: unset;
}

.contenu_accueil .colonne_titre .titre .titre_principal span
{
    	font-family: "roboto_condensed";
    	font-size: 0.925em;
    	font-style: normal;
    	font-weight: 300;
    	line-height: 44px;
    	margin-bottom:0;
    	float:left;	
}

.contenu_accueil.tablet .colonne_titre .titre .titre_principal
{
    	font-size: 3.462em;
    	line-height:46px;
    	font-style: normal;
    	font-weight: bold;
    	margin-top:10px;
    	margin-left: 10px;
}
.contenu_accueil.tablet .colonne_titre .titre .titre_principal span
{
    	float:none;	
    	font-size: 1em;
}

.contenu_accueil.tablet .colonne_titre .titre {
    	display: inline-block;
    	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
}

.contenu_accueil .colonne_titre .titre a:link, 
.contenu_accueil .colonne_titre .titre a:visited {
    text-decoration: none;
    display:inline-block;	
}

.contenu_accueil .colonne_titre .sous_titre
{
    font-family: "roboto_condensed";
    font-size: 1.3em;
    font-style: normal;
    font-weight: 400;
}

.contenu_accueil.tablet .colonne_titre .sous_titre
{
    font-size: 1.308em;
    margin-top:19px
}

.contenu_accueil .colonne_titre .titre .compteur
{
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    margin-bottom: -15px;
    position: relative;
    top: 25px;
    width: 150px;
    line-height:15px;

}
.contenu_accueil .colonne_titre .titre .compteur
{
    margin-top: -30px;
}

.contenu_accueil .colonne_titre .titre .compteur a:link,
.contenu_accueil .colonne_titre .titre .compteur a:visited
{
	width:100%;
}

.contenu_accueil .colonne_titre .titre .compteur .valeur_compteur
{
	font-family: "roboto_condensed";
	font-size: 1.60em;
	font-style: normal;
	font-weight: 900;
	color:#E52A07;
	text-align:center;
	margin-bottom:5px;
}

.contenu_accueil .colonne_titre .titre .compteur .texte_compteur
{
	color:black;
	text-align:center;
	font-family: "roboto_condensed";
	font-size: 0.77em;
	font-weight: bold;
	text-transform: uppercase;
}

.contenu_accueil .colonne_titre .titre .compteur .texte_compteur p
{
	margin-bottom:0;
	
}
.chapitre
{
    	display:block;
    	float: left;
    	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.chapitre .ancre_chapitre
{
    	float: left;
    	display: block;
    	position: relative;
    	top: -100px;
    	visibility: hidden;
}

.chapitre ul.colonne
{
	list-style: none;
}
.chapitre .colonne.pos_100
{
	width:75%;
}

.contenu_accueil.tablet .chapitre .colonne.pos_100
{
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.chapitre .colonne.pos_50
{
	width:33%;
	min-width:430px;
}

.chapitre .colonne.pos_25
{
	width:15%;
	min-width:200px;
}

.chapitre .menu
{
	font-size:1.05em;
	color:black;
       margin-top: 25px;
}

.chapitre.tablet .colonne.pos_50
{
	width:23%;
	min-width:430px;
}

.chapitre.tablet .colonne.pos_25
{
	width:12%;
	min-width:200px;
}


.tablet .chapitre .menu {
    	float: right;
    	margin-top: 10px;
}

.tablet .chapitre .menu li ul.menu{
    	float: left;
}

.chapitre .menu a:link, 
.chapitre .menu a:visited {
    	text-decoration: none;
	color:black;
	font-weight:400;
	background-image: url("images/picto-closedsmall.png");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left:16px;	
}

.chapitre .menu ul.menu li {
    	list-style-image: none;
    	list-style-type: none;
}

.chapitre .menu ul.menu li button,
.chapitre .menu ul.menu li span {
    	font-family: roboto;
    	font-size:1em;
    	background-image: url("images/picto-closedsmall.png");
    	background-position: 190px 5px;	
    	background-repeat: no-repeat;
    	background-color:transparent;
    	cursor: pointer;
    	position:relative;
   	width:215px;
    	display:block; 
    	line-height: 22px;
    	border:medium none;	
    	color:black;
    	padding:0;	
    	text-align: left;
    	box-shadow: none;
}

.chapitre .menu ul.menu li.expanded button,
.chapitre .menu ul.menu li.expanded span{
    	background-image: url("images/picto-openedsmall.png");
}

.chapitre .menu ul.menu ul.menu{
    	list-style-type: none;
    	display:none;
    	margin-top:0px;	
}
.chapitre .menu ul.menu li.expanded ul.menu{
    	display:block;
    	background-color: #fff;
    	line-height: 20px;
    	margin-top:0px;	
}

.tablet  .chapitre .menu ul.menu li {
    	display: inline-block;
    	top:0;	
}

.tablet  .chapitre .menu ul.menu li  ul.menu li {
    	display: block;
}


.colonne_titre,
.colonne
{
	float:left;
	padding:10px;
}


.colonne.pos_soustitre
{
	padding:0;
}
.element
{
	margin-bottom:20px;
       float:left;
}

.element h1,
.element h2,
.element h3,
.element h4,
.element h5,
.element h6
{
	letter-spacing:unset;
}

.element a:link,
.element a:visited
{   
    text-decoration: none;
}

.element .categorie
{
	color:#fff;
	background-color:#E52A07;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	width:100px;
	font-weight:900;
	font-family:'roboto_condensed';
	font-size:0.85em;
}

.element.basiqued
{
 	margin-left:70px;
       height: 125px;
	position:relative;
	right:10px;
}

.element.basiqued a:link,
.element.basiqued a:visited
{   
    position:relative;
    width:200px;  	
}
.element.basiqued .image
{
	margin-left:0px;
    	height: 125px;
    	width: 125px;
	margin-right:40px;
}
.element.basiqued .categorie
{
	width:auto;
	font-weight:900;
       left: 75px;
       position: absolute;
       top: -20px;
	width:auto;
	padding-left:5px;
	padding-right:5px;
}

.element.basiqueg
{
	margin-right:50px;
       height: 125px;
	position:relative;
	left:-10px;
}

.element.basiqueg a:link,
.element.basiqueg a:visited
{   
    	position:relative;

}

.element.basiqueg .image
{
	margin-left:40px;
    	height: 125px;
    	width: 125px;
}

.element.basiqueg .categorie
{
	font-weight:900;
	font-family:'roboto_condensed';
	font-size:0.85em;
	width:auto;
	padding-left:5px;
	padding-right:5px;
       left: 10px;
       position: absolute;
       top: -20px;
}

.element.standard 
{
	width:200px;
    	border-bottom:3px solid black;
    	margin-bottom:20px;
	margin-right:15px;
}
.contenu_accueil.mobile .element.standard 
{
    display: inline-block;
    float: none;
}
.element.standard .titre
{
	font-family: "roboto_condensed";
	color:black;
	font-weight:800;
	font-size:1.7em;
	line-height:24px;
	margin-bottom:10px;
}
.element.standard .sous_titre
{
	font-family: "roboto_condensed";
	color:black;
	font-weight:700;
	font-size:1.54em;
	font-style:italic;
	margin-bottom:10px;
	
}
.element.standard .texte
{
	font-family: "roboto_condensed";
	color:black;
	font-weight:400;
	font-size:1.08em;
	font-style:normal;
	line-height:20px;
}

.element.standard .texte div
{
	font-family: "roboto_condensed";
	font-weight:400;
	font-size:0.85em;
	margin-bottom: 0;
}


.element.standard .texte p
{
	font-family: "roboto_condensed";
	font-weight:400;
	font-size:1em;
	font-style:normal;
	line-height:20px;
	margin-bottom: 10px;
}

.element.standard .image
{
    	width: 200px;
       margin-bottom: 10px;
}

.element.standard .categorie
{
	font-weight:900;
	margin-left:auto;
	margin-right:auto;
       margin-bottom: 10px;
}

.element.citation 
{
	width:200px;
    	border-bottom:3px solid black;
    	margin-bottom:20px;
	margin-right:15px;
}
.contenu_accueil.mobile .element.citation 
{
    display: inline-block;
    float: none;
}
.element.citation .titre
{
	font-family: "roboto_condensed";
	color:black;
	font-weight:800;
	font-size:2em;
	line-height:28px;
	margin-bottom:10px;
}
.element.citation .sous_titre
{
	font-family: "roboto_condensed";
	color:black;
	font-weight:800;
	font-size:1.54em;
	line-height:20px;
	font-style:italic;
	margin-bottom:10px;
}
.element.citation .texte
{
	font-family: "roboto_condensed";
	color:black;
	font-weight:400;
	font-size:0.93em;
	font-style:normal;
}
.element.citation .picto_citation
{
	background:#fff url('images/guillemet.png') no-repeat center;
	background-size: 200px 85px;
	height:85px;
    	width:200px;
       margin-bottom: 10px;
}

.element.citation .categorie
{
	font-weight:900;
	margin-left:auto;
	margin-right:auto;
       margin-bottom: 10px;
}

.element.une a:link, .element.une a:visited {
    position: relative;
    color: black;
}

.element.une .cadre_transparent {
    background-color: rgba(255, 255, 255, 0.7);
    height: 210px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: -275px;
    width: 330px;
    left:0;	
}

.contenu_accueil.tablet .element.une .cadre_transparent 
{
    position: relative;
}
.contenu_accueil.mobile .element.une .cadre_transparent 
{
//    position: relative;
}


.element.une 
{
	width:430px;
	margin-right:auto;
	margin-left:auto;
}
.element.une .categorie
{
    float: right;
    position: absolute;
    right: 0;
    font-weight:900;
    font-family:'roboto_condensed';
    font-size:1.235em;
}

.element.une .titre
{
	font-family: "roboto_condensed";
	color:black;
	font-weight:900;
	font-size:2.3em;
	line-height: 28px;
       margin-top: 35px;
       margin-bottom: 10px;
}

.element.une .texte
{
	font-family: "roboto_condensed";
	font-weight:400;
	font-size:1.385em;
	font-style:normal;
	line-height: 20px;
}

.contenu_accueil.desktop .element.une .image
{
	width:416px;
}

.element.une .texte p
{
	font-family: "roboto_condensed";
	font-weight:400;
	font-size:1em;
	font-style:normal;
	line-height: 20px;
}

.contenu_accueil.tablet .element.une
{
	height: 560px;
}

.element.exportvid
{
    display: inline-block;
    float: none;
    width: 430px;
}
.element.exportvid .video_export_gallica
{
	position: relative;
	width: 100%;

}
.element.exportvid .video_export_gallica iframe
{
	width: 100%;
}
.element.exportvid .video_export_gallica .StyleSimplePage.StyleVideo
{
    padding: 0 !important;
}

.element.vembeded
{
    display: inline-block;
    float: none;
    width: 430px;
}

.element.vembeded .calque
{
       position:relative;
}

.element.vembeded .video-js
{
	margin-right:auto;
	margin-left:auto;
	width: 100%;
}

.element.vembeded .titre {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    box-sizing: border-box;
    color: #fff;
    font-family: "roboto_condensed";
    font-size: 2.308em;
    font-weight: 900;
    margin-top: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    padding-left:15px;
    background-color:rgba(0,0,0,0.5);
}


.element.magneto 
{
	//width:430px;
	margin-right:auto;
	margin-left:auto;
}

.element.magneto a:link, .element.magneto a:visited {
    position: relative;
}

.element.magneto .calque
{
	background-color: rgba(255, 255, 255, 0.7);
	height:150px;
	width:400px;
	padding:15px;
       position: absolute;
	top:-160px;
}

.element.magneto .categorie
{
	font-family: "roboto_condensed";
	color:#fff;
	font-weight:900;
	font-size:1.925em;
   	background-color: transparent;
       width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.element.magneto .titre
{
	font-family: "roboto_condensed";
	//color:#fff;
	color:#000;
	font-weight:900;
	font-size:2.308em;
       width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top:22px;
       text-align: center;
}
.element.magneto h2.titre 
{
	margin-bottom:0;

}

.element.magneto .sous_titre
{
	font-family: "roboto_condensed";
	//color:#fff;
	color:#000;
	font-weight:400;
	font-size:1.7em;
       width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
       text-align: center;
}

.element.magneto .texte
{
	font-family: "roboto_condensed";
	//color:#fff;
	color:#000;
	font-weight:400;
	font-size:1.308em;
       width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
       text-align: center;
}

.contenu_accueil.desktop .element.magneto .image
{
	width:416px;
}

.element.encadre
{
    border: 3px solid black;
    background-color:black;	
    width: 410px;
    height:201px;	
    margin-right:auto;
    margin-left:auto;
}


.contenu_accueil .pos_50 .element.encadre {
    margin-right:auto;
    margin-left:auto;
}

.contenu_accueil .pos_25 .element.encadre {
    width: 195px;
    height:390px;
    margin-right:auto;
    margin-left:auto;
}

.element.encadre .image
{
	float:left;
	height:201px;
	width:201px;
}

.pos_25 .element.encadre  .image
{
	height:195px;
	width:195px;
}
.element.encadre .cadre_texte
{
       background-color:#fff;	
	height: 185px;
	width: 176px;
	float:left;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:1px;
	line-height: 28px;
	margin-left:3px;
}

.pos_25 .element.encadre .cadre_texte
{
	height: 176px;
	width: 165px;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:1px;
	line-height: 28px;
	margin-top:3px;
	margin-left:0;
}


.element.encadre .titre
{
	font-family: "roboto_condensed";
	color:#000;
	font-weight:800;
	font-size:1.692em;
}
.element.encadre .sous_titre
{
	font-family: "roboto_condensed";
	color:#000;
	font-weight:700;
	font-size:1.538em;
	font-style:italic;
}

.element.encadre .texte
{
	font-family: "roboto_condensed";
	font-weight:400;
	font-size:0.925em;
	font-style:normal;
	margin-bottom:0;
}
.element.encadre .texte p
{
	font-family: "roboto_condensed";
	font-weight:400;
	font-size:1.em;
	font-style:normal;
	margin-bottom:0;
}


.element.encadre .texte div 
{
	font-family: "roboto_condensed";
	font-weight:400;
	font-size:1.em;
	font-style:normal;
	margin-bottom:0;
}
.element.encadre .texte p div
{
	font-family: "roboto_condensed";
	font-weight:400;
	font-size:1em;
	font-style:normal;
	margin-bottom:0;
}



.element.miniature 
{
	width:130px;
	height:215px;
    	border-bottom:3px solid #000;
    	margin-bottom:50px;
	margin-right:15px;
}
.contenu_accueil.mobile .element.miniature
{
	text-align:left;	

}
.element.miniature a:link,
.element.miniature a:visited
{   
    	position:relative;
	display:block;

}
.element.miniature .titre
{
	font-family: "roboto_condensed";
	color:#000;
	font-weight:800;
	font-size:1.385em;
	width:130px;
}
.element.miniature .sous_titre
{
	font-family: "roboto_condensed";
	color:#000;
	font-weight:700;
	font-size:1.385em;
	font-style:italic;
	width:130px;
}
.element.miniature .texte
{
	font-family: "roboto_condensed";
	color:#000;
	font-weight:400;
	font-size:1.077em;
	font-style:normal;
	width:130px;
}
.element.miniature .texte p
{
	font-family: "roboto_condensed";
	color:#000;
	font-weight:400;
	font-size:1em;
	font-style:normal;
	width:130px;
}
.element.miniature .image
{
    	width: 130px;
	margin-bottom:5px;
}
	

.element.miniature .categorie {
    font-size: 0.769em;
    font-weight: 800;
    margin: 4px 9px 10px 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    //right: 0px;
    //top: -113px;
	top:0;
    width: auto;
    	
}
.mobile .element.miniature .categorie {
    //right: 5px;
    //top: 15px;
}
.element.atelier 
{
    	margin-bottom:50px;
	margin-right:15px;
	display:block;
}


.element.atelier a:link,
.element.atelier a:visited
{   
    	position:relative;
	display:block;
}
.element.atelier .image
{
    	width: 430px;
	height:280px;
	float: left;
}

.element.atelier .cadre_atelier
{
   	width: 430px;
	height:270px;
	background:#fff url('images/hachure.png') repeat;
       padding: 5px;
	float: left;
}

.contenu_accueil.mobile .element.atelier .cadre_atelier
{
   	width: 420px;
	height:270px;
}
.contenu_accueil.mobile .element.atelier .cadre_texte
{
	width: 230px;
	height:270px;
}
.contenu_accueil.mobile .element.atelier .fond_atelier
{
	width: 420px;
}


.element.atelier .fond_atelier {
       background: transparent url("images/fond_atelier.png") no-repeat scroll center center;
       background-size:430px 270px;
       color: transparent;
       height: 270px;
       margin: 0;
       top: 5px;
       width: 430px;
}

.element.atelier .cadre_texte
{
	width: 230px;
	height:270px;
	margin-left:200px;
       position: absolute;
}

.element.atelier .bloc_texte {
      height: 250px;
      padding: 10px;
      width: 210px;
}

.contenu_accueil.tablet .element.atelier .cadre_atelier
{
   	width: 420px;
	height:270px;
	background:#fff url('images/hachure.png') repeat;
       padding: 5px;
	float: left;
}
.contenu_accueil.tablet .element.atelier .fond_atelier {
       background: transparent url("images/fond_atelier.png") no-repeat scroll center center;
       background-size:420px 270px;
       color: transparent;
       height: 270px;
       margin: 0;
       top: 5px;
       width: 420px;
}

.contenu_accueil.tablet .element.atelier .cadre_texte
{
	width: 220px;
	height:270px;
	margin-left:190px;
       position: absolute;
}

.contenu_accueil.tablet.element.atelier .bloc_texte {
       height: 250px;
       padding: 10px;
       width: 200px;
}

.element.atelier .categorie
{
	font-weight:900;
	margin-left:auto;
	margin-right:auto;
       margin-bottom: 10px;
}

.element.atelier .titre
{
	font-family: "roboto_condensed";
	color:#000;
	font-weight:900;
	font-size:2.308em;
	line-height:28px;
       margin-bottom: 10px;
	letter-spacing:unset;

}
.element.atelier .sous_titre
{
	font-family: "roboto_condensed";
	color:#000;
	font-weight:400;
	font-size:1.385em;
	font-style:normal;
	line-height:20px;
       margin-bottom: 10px;
}
.element.atelier .texte
{
	font-family: "roboto_condensed";
	color:#000;
	font-weight:400;
	font-size:1.154em;
	font-style:normal;
	margin-top: 10px;
}

.contenu_accueil.mobile .element.atelier 
{
	display:inline-block;
	float:none;
	width:430px;
}

.element.miniature .categorie.facebook,
.element.miniature .categorie.twitter,
.element.miniature .categorie.magneto
{
	margin-left:0;
}


.element .categorie.facebook
{
        background: transparent url("images/picto_fb.png") no-repeat center; 
 	 color:transparent;
	 width:30px;
	 height:30px;
	 margin-top: 0;
 	 //right:-10px;

}

.element .categorie.twitter
{
        background: transparent url("images/picto_tw.png") no-repeat center; 
 	 color:transparent;
	 width:30px;
	 height:30px;
	 margin-top: 0;
 	 //right:-10px;
}

.element .categorie.magneto
{
        background: transparent url("images/picto_magneto.png") no-repeat center; 
 	 color:transparent;
	 width:30px;
	 height:30px;
        margin-top: 0;
 	 //right:-10px;
}

.element.magneto .categorie.magneto
{
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align:center;
}

.contenu_accueil.mobile .colonne_titre {
    	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contenu_accueil.tablet .colonnes_contenu {
    	margin-left: auto;
    	margin-right: auto;
    	max-width: 900px;
}

.contenu_accueil.mobile .colonne.pos_100 {
    	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contenu_accueil.mobile .colonne.pos_50{
    	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}
.contenu_accueil.mobile .colonne.pos_25{
    	width: 47%;
}

.contenu_accueil.mobile .element.une{
 	display:inline-block;
	float:none;
	width:430px;
	height:560px;
}
.contenu_accueil.mobile .element.une a
{
	height:560px;
}


.contenu_accueil.mobile .element.magneto{
 	display:inline-block;
	float:none;
	width:430px;
}
.contenu_accueil.mobile .element.vembeded
{
 	display:inline-block;
	float:none;
	width:430px;
}
.contenu_accueil.mobile .element.vembeded .video-js
{
       position:relative;
       z-index:0;
	width:100%;
}



.contenu_accueil.mobile .element.une .cadre_transparent {
    	width: auto;
}

.contenu_accueil.mobile .element.une .categorie
{
	right:5px;
}

.contenu_accueil.mobile .element.encadre {
    	display: inline-block;
    	float: none;
    	width: 399px;
    	margin-bottom: 20px;
	height:201px;
}
.contenu_accueil.mobile .element.encadre .cadre_texte {
    	width: 165px;
}

.contenu_accueil.mobile .element.miniature {
    	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;
}

.contenu_accueil.mobile .element.miniature .image {
    	float: left;
    	margin-right:10px;
}


.contenu_accueil.tablet .colonne_titre {
    	padding-left: 0;
    	padding-right: 0;
    	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contenu_accueil.tablet .colonne_titre .titre_principal{
    	float:left;	
}

.contenu_accueil.tablet .colonne_titre .sous_titre{
    	float:left;	
    	margin-top:19px;	 
    	margin-left:15px;
}

.contenu_accueil.tablet .colonne_titre .compteur {
    	margin-top:15px;
    	margin-bottom:0;
    	margin-left:0;
    	margin-right:30px;
    	float:right;	
    	top:0;	
}
.contenu_accueil.tablet .element.encadre .cadre_texte {
   // width: 165px;
}

.collections-layer
{
	z-index:100;
}


.section-footer
{
	background: #c3c3c3 none repeat scroll 0 0;
	font-family: "roboto_condensed";
	padding-bootom:10px;
   	width: 100%;
   	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.section-footer .zone-footer-wrapper 
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: 1280px;
    min-width: 1000px;
    padding-bottom: 10px;
}

body.tablet .section-footer .zone-footer-wrapper {
    min-width: unset;
    max-width: 880px;
}

body.mobile .section-footer .zone-footer-wrapper {
    min-width: unset;
    max-width: 880px;
}

.section-footer .zone-footer-wrapper  .zone-footer.container-12
{
    padding-left:25%;
    margin-left: 0;
    margin-right: 0;
    width:auto;
}
body.mobile .section-footer .zone-footer-wrapper  .zone-footer.container-12,
body.tablet .section-footer .zone-footer-wrapper  .zone-footer.container-12
{
    margin-left: 25px;
    padding-left:0;
}

.section-footer h1.block-title
{
	font-family: "roboto_condensed";
       color: #404953;
	font-size:1.23em;
	letter-spacing:0px;
}

.section-footer .block-menu h2.block-title
{
	margin-left:-10px;
}
.section-footer .block-vue-menucustom-block h2.block-title
{
	margin-left:-10px;
}


.section-footer ul li.leaf {
    list-style-image: url("images/picto-closedsmall.png");
    list-style-type: square;

}

.section-footer ul li.leaf a:link, .section-footer ul li.leaf a:visited {
    color: #000;
    text-decoration: none;
    font-size:1.08em;
}


.section-footer .zone-footer.container-12 .grid-2
{
    float: left;
    margin-left: auto;
    margin-right: 10px;
    width: 155px;
}

.section-footer .zone-footer.container-12 .grid-3
{
    width:215px;
    float:left;
    float: left;
    margin-left: auto;
    margin-right: auto;
}

.section-footer .zone-footer.container-12 .grid-3 .block-menu
{
   margin-left:10px;
}


.section-footer .zone-footer.container-12 .grid-5.region-footer-fourth
{
	width:305px;
	float:left;
	margin:0;
}

.section-footer input[type="text"]
{
	font-size:1em;
}


@media (max-width: 1200px)
{
	.contenu_accueil.desktop .colonne_titre .titre .titre_principal {
	    font-size: 3.077em;
	}

	.contenu_accueil.desktop  .colonne_titre .titre .titre_principal span {
	    font-size: 0.8em;
	}
	.contenu_accueil.desktop .chapitre .colonne.pos_50 {
	    min-width: 380px;
	    width: 36%;
   	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}
	.contenu_accueil.desktop .chapitre .colonne.pos_25 {
	    min-width: 160px;
	    width: 15%;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}
	.contenu_accueil.desktop .element.une .image
	{
	    width:370px;
	}
	.element.magneto .calque {
	    top: -165px;
	    width: 340px;
	}
	.contenu_accueil.desktop .element.magneto .image
	{
		width:370px;
	}
	.contenu_accueil.desktop .element.vembeded	{
		width:370px;
	}
	.contenu_accueil.desktop .element.standard
	{
		width:150px;
	}
	.contenu_accueil.desktop .element.standard .titre {
	       font-size: 1.538em;
	}
	.contenu_accueil.desktop .element.standard .image
	{
		width:150px;
	}

	.contenu_accueil.desktop .element.citation
	{
		width:150px;
	}
	.contenu_accueil.desktop .element.citation.titre {
	    font-size: 20px;
	}
	.contenu_accueil.desktop .element.citation .picto_citation
	{
		height:64px;
		width:150px;
		background-size: 150px 64px;
	}

	.contenu_accueil.desktop .element.basiqueg {
	    margin-right: 30px;
	}
	.contenu_accueil.desktop .element.basiqued {
	    margin-left: 60px;
	}
	.contenu_accueil.desktop .pos_50 .element.encadre {
	    width: 309px;
	    height: 153px;
	}
	.contenu_accueil.mobile .pos_50 .element.encadre
	.contenu_accueil.tablet .pos_50 .element.encadre
	 {
	    width: 405px;
	    height: 205px;
		margin-bottom:20px;
	}
	.contenu_accueil.desktop .element.encadre .titre {
	    font-size: 1.538em;
	    line-height:25px;	
	}


	.contenu_accueil.desktop .element.encadre .image {
	    height: 153px;
	    width: 153px;
	}
	.contenu_accueil.desktop .element.encadre .cadre_texte {
	    height: 147px;
	    width: 132px;
	    padding-top: 5px;
	    padding-right: 10px;
	    padding-left: 10px;
	    padding-bottom: 1px;
	}

	.contenu_accueil.desktop .pos_25 .element.encadre .image {
	    height: 144px;
	    width: 144px;
	}

	.contenu_accueil.desktop .pos_25 .element.encadre .cadre_texte {
	    height: 138px;
	    width: 124px;
	    padding-top: 5px;
	    padding-right: 10px;
	    padding-left: 10px;
	    padding-bottom: 1px;
	}

	.contenu_accueil.desktop .pos_25 .element.encadre{
	    height: 291px;
	    width: 144px;
	}


.contenu_accueil.desktop .element.atelier .image {
    height: 228px;
    width: 351px;
}

.contenu_accueil.desktop .element.atelier .cadre_atelier {
    height: 218px;
    width: 343px;
}
.contenu_accueil.desktop .element.atelier .fond_atelier {
    background: transparent url("images/fond_atelier.png") no-repeat scroll center center / 343px 218px;
    height: 218px;
    width: 343px;
}
.contenu_accueil.desktop .element.atelier .cadre_texte {
    height: 218px;
    margin-left: 165px;
    position: absolute;
    width: 178px;
}
.contenu_accueil.desktop .element.atelier .bloc_texte {
    height: 208px;
    padding: 5px;
    width: 168px;
} 
}



@media (max-width: 1159px)
{
    .section-footer .zone-footer.container-12 .grid-5.region-footer-fourth {
    	float: left;
    	width: 330px;
	margin-left:-11px;
    }

}

@media (min-width: 990px)
{
	.contenu_accueil.mobile .chapitre .colonne.pos_50 {
	    width: 47%;
	}

}

@media (max-width: 900px)
{
	.menu_accueil.tablet ul li a:visited {
	    margin-left: 20px;
	    margin-right: 20px;
	}
	.contenu_accueil.tablet .chapitre .colonne.pos_50 
	{
   		width:60%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		min-width: unset;
		float:none;
		margin-left:auto;
		margin-right:auto;

	}
	.contenu_accueil.tablet .chapitre .group_25 
	{
   		width:60%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		min-width: unset;
		float:none;
		margin-left:auto;
		margin-right:auto;	
	}
	.contenu_accueil.tablet .chapitre .colonne.pos_25 
	{
   		width:50%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		min-width: unset;
		float:left;
		margin-left:auto;
		margin-right:auto;

	}

	.contenu_accueil.tablet  .element.miniature {
		float:left !important;
		margin:10px;
	}

	.element.atelier {
	    width: 430px;
	}


}

@media (max-width: 670px)
{
	.contenu_accueil.tablet .chapitre .colonne.pos_50 
	{
   		width:100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		min-width: unset;
	}
	.contenu_accueil.tablet .chapitre .group_25 
	{
   		width:100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		min-width: unset;
	}
	.contenu_accueil.tablet .chapitre .colonne.pos_25 
	{
   		width:50%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		min-width: unset;
	}
}

@media (max-width: 430px)
{

	.chapitre.tablet .colonne.pos_25,
	.chapitre.mobile .colonne.pos_25
	{
		width:50%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		min-width: unset;

	}

	.chapitre.mobile .colonne.pos_50,
	.chapitre.mobile .colonne.pos_100,
	.chapitre.tablet .colonne.pos_50,
	.chapitre.tablet .colonne.pos_100
	{
		width:100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		min-width: unset;
	}

	.chapitre.mobile .colonne .element.une,
	.chapitre.tablet .colonne .element.une
	{
 		width:100%;
	}
	.chapitre.mobile .colonne .element.une img,
	.chapitre.tablet .colonne .element.une img
	{
		width:100%;
		height:auto;
		min-width: unset;
	
	}

	.chapitre.mobile .colonne .element.magneto, 
	.chapitre.tablet .colonne .element.magneto 
	{
		width:100%;
		height:auto;
		min-width: unset;
	}

	.chapitre.mobile .colonne .element.vembeded ,
	.chapitre.tablet .colonne .element.vembeded 
	{
		width:100%;
		height:auto;
		min-width: unset;
	}


	.chapitre.mobile .colonne .element.magneto img,
	.chapitre.tablet .colonne .element.magneto img
	{
		width:100%;
		height:auto;
		min-width: unset;
	
	}

	.chapitre.mobile .element.magneto .calque,
	.chapitre.tablet .element.magneto .calque
	{
		width:100%;
	}

	.chapitre.mobile .colonne .element.atelier,
	.chapitre.tablet .colonne .element.atelier
	{
		width:100%;
		min-width: unset;
	}

	.chapitre.mobile .colonne .element.atelier .titre, 
	.chapitre.tablet .colonne .element.atelier .titre 
	{
	    font-size: 1.538em;
	    line-height: 20px;
	}

	.chapitre.mobile .colonne .element.atelier .sous_titre, 
	.chapitre.tablet .colonne .element.atelier .sous_titre 
	{
	    font-size: 1.154em;
	    line-height: 17px;
	}

	.chapitre.mobile .colonne .element.atelier .image, 
	.chapitre.tablet .colonne .element.atelier .image 
	{
		width:100%;
		height:auto;
		min-width: unset;
	}

	.chapitre.mobile .colonne .element.atelier .cadre_atelier,
	.chapitre.tablet .colonne .element.atelier .cadre_atelier
	{
		width:100%;
		height:auto;
		min-width: unset;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.chapitre.mobile .colonne .element.atelier .cadre_atelier .fond_atelier,
	.chapitre.tablet .colonne .element.atelier .cadre_atelier .fond_atelier
	{
		width:100%;
		//height:auto;
		height:200px;
		min-width: unset;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

	}

	.chapitre.mobile .colonne .element.atelier .cadre_texte, 
	.chapitre.tablet .colonne .element.atelier .cadre_texte 
	{
	    width: 54%;
	    	
	    //height:auto;
	    height:200px;
	    margin-left: 43%;
   	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;

	}

	.chapitre.mobile .colonne .element.atelier .cadre_texte .bloc_texte, 	
	.chapitre.tablet .colonne .element.atelier .cadre_texte .bloc_texte 	
	{
	    height: auto;
	    width: auto;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-left: 0px;
	    padding-right: 10px;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}

	body.mobile .menu_accueil_container,
	body.tablet .menu_accueil_container
	{
		width:395px;
	}

	.contenu_accueil.mobile .pos_50 .element.encadre ,
	.contenu_accueil.tablet .pos_50 .element.encadre 
	{
	    width: 195px;
	    height:390px;	
	    margin-right:auto;
	    margin-left:auto;
	    margin-bottom:20px;	
	}

	.contenu_accueil.mobile .element.encadre .cadre_texte ,
	.contenu_accueil.tablet .element.encadre .cadre_texte
	{
	    width:165px;
	    height:176px;
	    margin-left:0;
	    margin-top:2px;
	}	
	.contenu_accueil.mobile .element.encadre img ,
	.contenu_accueil.tablet .element.encadre img 
	{
	    width:195px;
	    height:195px;
	    margin-left:0;
	    margin-top:1px;
	}

	.contenu_accueil.mobile .element.une
	{
		height:auto;
	}
	
	.contenu_accueil.tablet .element.une .cadre_transparent {
    		position: absolute;
	}
	
	.contenu_accueil.tablet .element.une
	{
		height:auto;
	}
}

@media (max-width: 400px)
{
	.chapitre.tablet .colonne.pos_25,
	.chapitre.mobile .colonne.pos_25
	{
		width:200px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	body.mobile .menu_accueil_container,
	body.tablet .menu_accueil_container
	{
		width:360px;
	}





}

@media (max-width: 375px)
{
	.chapitre.tablet .element.une .cadre_transparent, 
	.chapitre.mobile .element.une .cadre_transparent 
       {
	      width: 85%;
	}

	.chapitre.tablet .element.une .titre,
	.chapitre.mobile .element.une .titre
	{
		font-size:1.538em;
	}

	.chapitre.tablet .element.une .texte,
	.chapitre.mobile .element.une .texte
	{
		font-size:1.154em;
	}

	.chapitre.tablet .element.une .texte p,
	.chapitre.mobile .element.une .texte p
	{
		font-size:1em;
	}


	.chapitre.mobile .element.magneto .titre,
	.chapitre.tablet .element.magneto .titre
	{
		font-size:1.538em;
	}

	.chapitre.mobile .element.magneto .sous_titre,
	.chapitre.tablet .element.magneto .sous_titre
	{
		font-size:1.538em;
	}

	body.mobile .menu_accueil_container,
	body.tablet .menu_accueil_container
	{
		width:350px;
	}

	.element.standard .image {
	    width: 100%;
	    margin-bottom: 10px;
	}
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, 
.grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, 
.grid-18, .grid-19, .grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
    margin: 0;
    position: relative;
}

/*accessibilite*/
:focus {
    outline: 1px dotted #343b43;
}


.skip-link
{
     position:absolute;
     left:-99999px;
}

.skip-link:focus
{
    left: 10px;
    position: absolute;
    top: 50px;
    width: auto;
    z-index: 90;
}


/**/

body.desktop .menu_accueil_container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    min-width: 1000px;
    width: 100%;
}




input.ief-entity-submit
{
	display:none;
}

/*adaptation tetiere*/
.menu_tetiere .recherche .skin-select .selecttext {
    margin-top:0;
    padding-left: 7px;
    padding-top: 7px;
}


button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #202020 0 0 7px;
  -webkit-box-shadow: #202020 0 0 7px;
  box-shadow: #202020 0 0 7px;
  z-index: 1; /* For Opera */
}

.menu_tetiere .recherche input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #404953;
    color: #888e94;
    float: left;
    font-family: "roboto_condensed";
    font-size: 1em;
    height: 28px;
    margin-right: -3px;
    padding: 2px 2%;
    position: relative;
    width: 100%;
    z-index: 50;
}

.menu_tetiere .barre-menu {
    float: left;
    padding-bottom: 0;
    padding-top: 11px;
}
.menu_tetiere .recherche .skin-select {
    background: #404953 none repeat scroll 0 0;
    display: inline-block;
    height: 1.5em;
    overflow: hidden;
    padding: 5px 0;
    position: relative;
    vertical-align: middle;
    width: 22.8%;
}
.menu_tetiere .recherche .skin-select .selecttext {
    margin-top: 0;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-top: 7px;
}

.menu_tetiere .recherche .typeahead-container, .menu_tetiere .recherche .input-group, .menu_tetiere .recherche .typeahead-container {
    margin-left: 42px;
}
@media (max-width: 1024px)
{
.menu_tetiere .recherche .typeahead-container, .menu_tetiere .recherche .input-group, .menu_tetiere .recherche .typeahead-container {
    margin-left: -10px;
}

.menusel-container .social {
	display:none;
}
}



@media (max-width: 767px)
{
	.tetiere-inner, 
	.menu_tetiere, 
	.tetiere-allwrap 
	 {
	     	width: 400px;
   	     	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	 }

	.menu_tetiere .barre-menu {
	     	width: 157px;
   	     	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	 }

.tetiere-allwrap, .tetiere-allwrap *, .tetiere-allwrap *:before, .tetiere-allwrap *:after {
  	     	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
 
	}
}

@media (max-width: 400px)
{
	.element.atelier .fond_atelier
	{
       	background-size:100% 200px;
	}
	.tetiere-inner, 
	.menu_tetiere, 
	.tetiere-allwrap 
	 {
	     	width: 243px;
   	     	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	 }

	.menu_tetiere .barre-menu {
		display:none;
	 }
}

@media (max-width: 374px)
{
	.block-bnf-langselector {

		display: none;
	}

}



/*rectif pour usage du menu decathlon*/
.page {
	margin-top: 0px !important;
	position: fixed;
	width: 100%;
	z-index: 100;	
	top: 0;
	height: 82px;
	background-color: white;
}

main 
{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 65px;
}

.zone-header
{
    height: 50px;
}

.zone-menu-wrapper
{
	position: fixed;
	width: 100%;
	z-index: 75;	
	top: 50px;
	height: 32px;
}

.zone-menu
{
    height: 31px;
    background-color: #EBEBEB;
}

.menu_accueil_container
{
	display:none;
}

.menusel-container .social 
{
    top: 0px;
}

.block-bnf-langselector
{
    float: right;
    width: 50px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lang
{
	margin-top: 6px;
}

.lang button > span::after 
{
    color: #000;
}
.lang button > span 
{
	color: #000;
	font-size: 1.0rem;
	font-family: "roboto_condensed";
}
.lang button 
{
    color: #000000;
}
.lang-layer
{
	margin-right: 0px;
}
.noburger 
{
    margin-right: 12px;
}
.noburger ul 
{
	background-color: white;
	height: 50px;
}

.burger-content 
{
    z-index: 999;
}


.tetierev3 .respsearch 
{
   top: 80px;
}

@media (max-width: 1023px) 
{
	.tetierev3_container
	{
		right: 100px !important;
	}
	.lang
	{	
		margin-top: 10px;
	}
/*	.block-bnf-langselector,
	.block-bnflangselector-block .lang
	{
	  display: none;
	}*/
}