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


body {
    font-family: 'Roboto';
    color: #222222;
    -webkit-text-size-adjust: 100%;
    background-position: center top!important;
    background-repeat: no-repeat!important;
     padding: 0;
    margin: 0;
}

/* HEADER */
#header {
display:none;
}


#header_mobile {
        position: relative;
        padding: 0;
        width: 100%;
        height: auto;
        margin: 0;
        z-index: 150;
}

/********************************************************************************************************************************************************************************************************************* BARRE HAUT *****************************************************************************************************/

.barre_haut_mobile{
    display: flex;
    height: 40px;
	background: #f9f9f9;
    align-items: center;
    text-align: center;
}

.barre_haut_mobile h1{
text-align: center;
    font-size: 1.1em;
    font-family: Roboto thin;
    text-transform: uppercase;
    width: 90%;
    margin: 0 auto;
}

/* top_header_mobile */
.top_header_mobile {
        position: relative;
        width: 100%;
        display: grid;
        grid-template-columns: 20% 80%;
        z-index: 190;
	}

.top_header_mobile .logo_mobile {
		margin: 0;
        padding: 0;
			}


.top_header_mobile .logo_mobile img {
        margin: 1em 1em;
        padding: 0;
        border: none;
        width: 240px;
        float: right;
        height: auto;
		}

.top_header_mobile .logo_mobile a, .top_header_mobile .logo_mobile a:hover {background:none;}


/****************************************************************************************************************************************************************************************************************************	FORM RECHERCHE PAGE RECHERCHE ************************************************************************/
 .aside {
	 margin: 20px 0;
	 float: none;
	 width: 100%;
		}

 .aside .formulaire_recherche {
    padding: 0;
	margin:0;
}

 .aside .formulaire_recherche input.text {
    width: 70%;
    height: 40px;
	padding-left: 20px;
    vertical-align: middle;
    border: solid 1px #333;
    background: #fff url(img/recherche.png) no-repeat left center;
    -webkit-border-radius: 0;
    border-radius: 0;
}

 .aside .formulaire_recherche input.btn, .formulaire_recherche input.submit {
width: 40px;
    height: 40px;
	    vertical-align: middle;
    border: solid 1px #333;
    border-left: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
	background: #333;
    color: #fff;
margin: 0 0 0 10px;
	}

 .aside	input[type="submit"], input.btn, input.submit, input[type="button"], input.button, input[type="image"], input.image, button {
    cursor: pointer;
    background: #333;
    color: #fff;
    padding: 0 0.5em;   border: none;
}

	/*  MOBILE RECHERCHE */

 .recherche_mobile {
  width: 50px;
  height: 50px;
  background-color: transparent;
}


 .recherche_mobile #recherche_menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 15px;
    right: 15px;
	  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

 .recherche_mobile #recherche_menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

 .recherche_mobile #recherche_menuToggle span {
  margin-bottom: 1px;
  position: relative;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

 .recherche_mobile #recherche_menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

 .recherche_mobile #recherche_menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

 .recherche_mobile #recherche_menuToggle input:checked ~ span
{
  opacity: 1;
  background: #fff;
}


 .recherche_mobile #recherche_menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

 .recherche_mobile #recherche_menuToggle input:checked ~ span:nth-last-child(2)
{
background: transparent;
}

 .recherche_mobile #menu {
    position: absolute;
    width: 100%;
    min-width: 370px;
    min-height: 150px;
    height: 150px;
    margin: 0;
    padding: 1em;
    background-color: #eee;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0%);
    transition: transform 0.5s cubic-bezier(1, 0.17, 0, 0.98);
    left: -280px;
    top: 60px;
	    z-index: 200;
		}

 .recherche_mobile #menu li {
  width: 250px;
     padding: 0;
  transition-delay: 2s;
border: solid 1px #666666;
height: 50px;
margin: 0 auto;
}

 .recherche_mobile ul#menu li a, #menu li a:focus, #menu li a:active  {
color:#fff;
font-size:1.2em;
}

 .recherche_mobile #recherche_menuToggle input:checked ~ ul
{
  transform: none;
}


	/* FORM RECHERCHE */

.recherche_mobile #menu li  .formulaire_recherche {
    padding: 0;
	margin:0;

}

.recherche_mobile #menu li .formulaire_recherche input.text {
	width: 200px;
    height: 48px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background: #fff url(img/recherche.png) no-repeat left center;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    border: none;
}

.recherche_mobile #menu li .formulaire_recherche input.btn, .formulaire_recherche input.submit {
    width: 50px;
    height: 48px;
    vertical-align: middle;
    border: solid 1px #333;
    border-left: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    background: #333;
    color: #fff;
    margin: 0;
	opacity: 1;
}

.recherche_mobile #menu li .	input[type="submit"], input.btn, input.submit, input[type="button"], input.button, input[type="image"], input.image, button {
    cursor: pointer;
    background: #333;
    color: #fff;
    padding: 0 0.5em;   border: none;
}


/* SOUTIEN */


.soutien_mobile{
    margin: 0;
    padding: 0;
	    height: auto;
    overflow: hidden;
	    }

.soutien_button_mobile {
background: #fff;
color: #333;
width: 150px;
padding: 5px;
    margin: 1em;
text-transform: uppercase;
font-size: 0.9em;
	}

.soutien_button_mobile img {
height: 19px;
    width: auto;
    margin: 0 ;
	}


/* MENU MOBILE RUBRIQUES */

 .nav_mobile {
  width: 50px;
  height: 50px;
  background-color: transparent;
}


 .nav_mobile #menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 15px;
  left: 15px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

 .nav_mobile #menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

 .nav_mobile #menuToggle span
{
  display: flex;
  width: 36px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: #333;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

 .nav_mobile #menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

 .nav_mobile #menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

 .nav_mobile #menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fff;
}


 .nav_mobile #menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

 .nav_mobile #menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

 .nav_mobile #menu {
    position: absolute;
    width: 100%;
    min-width: 360px;
    min-height: 600px;
    height: auto;
    box-shadow: 0 0 10px #85888c;
    margin: -50px 0 0 -50px;
      padding: 20px 0 0 3em;
    padding-top: 90px;
    background-color: #333;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
     overflow-y: scroll;
	}

 .nav_mobile #menu li {
  width: 90%;
     padding: 5px 0;
  transition-delay: 2s;
}

 .nav_mobile ul#menu li a, #menu li a:focus, #menu li a:active  {
color:#fff;
font-size:1.2em;
}

 .nav_mobile #menuToggle input:checked ~ ul
{
  transform: none;
}


	/* MENU SOCIAL MOBILE */

	.nav_social {
	display: none;
	 }

.nav_social_mobile {
	padding: 0.5em 0;
    background-color: #333;
    margin: 0 0 0.9em 0;
    border-bottom: 1px dotted #fff;
    width: 95%;
		 }

.nav_social_mobile .social_mobile {
      margin: 0 5px 0 0;
	  padding:0;
   }

.nav_social_mobile .social_mobile a { background:none;}

.nav_social_mobile .social_mobile img {      width: 20px;  margin :0 0.5em 0 0; padding:0;}

/* PRINCIPAL */

.global_page {     margin: 0;
    padding: 0;
    width: 100%;}


	.main_sommaire {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 1em;
	position: relative;
	}

.wrapper_sommaire {
	max-width: 100%;
    width: 100%;
    margin: 0 auto;
    clear: none;
    float: none;
    padding-bottom: 2em;
		}


	.wrapper a, .wrapper a:visited,.wrapper a:focus, .wrapper a:active {border:none; text-decoration:none; color:#333;}
	.wrapper a:hover { background:#eee;}


/****************************************************************************************************************************************************************************************************************************	COLONNE DROITE *********************************************************************************************************/

	.grid_colonne {
                margin: 0 auto;
        border-left: 1px solid #CCCCCC;
        padding: 0 0 0 0.9em;
        width: 90%;
        height: auto;
		}


	/* Liste derniers articles */

	.grid_colonne h1 {
        display: flex;
        align-items: center;
		font-size: 1.3em;
        text-align: left;
        text-transform: uppercase;
        padding: 0 0 0.8em;
        margin: 0;
        font-family: roboto;
        font-weight: normal;
        border-bottom: 1px solid #eee;
	}

.grid_colonne h1 .carre {
		width: 20px;
        height: 20px;
        background: #db1762;
        float: left;
        margin: 0 0.2em 0 0;
}


.grid_colonne .grid_colonne_list {
		padding: 0 0 1em 0;
        margin: 0 0 1em 0;
        border-bottom: 1px solid #eee;
        height: auto;
        overflow: hidden;
}

.grid_colonne .grid_colonne_list .grid_colonne_list_span  {
       height: auto;
       overflow: hidden;
       float: right;
       margin: 0;
       padding: 0 0 0 1em;
	}


.grid_colonne .grid_colonne_list .spip_logo {
    float: left;
    width: 45%;
    max-height: 100px;
	margin: 0 10px 0 0;
    padding: 0;
    border: none;
    object-fit: cover;
    object-position: top center;
		}

  .grid_colonne .grid_colonne_list span p {
    line-height: 1.3;
	margin: 0;
	}



  .grid_colonne .grid_colonne_list .grid_colonne_list_span h2 {
        font-size: 0.95em;
        text-align: left;
        margin: 0 0 5px;
        font-weight: bold;
        line-height: 1.5em;
	}

	.grid_colonne .grid_colonne_list .grid_colonne_list_span h2 a {color:#333;}


  .grid_colonne .grid_colonne_list .grid_colonne_list_span .intro {            font-size: 1.2em;
        font-size: 1em;
        text-align: left;
        line-height: 1.5em;
		}

  .grid_colonne .grid_colonne_list .grid_colonne_list_span .intro a {   font-weight:bold;    color: #db1762;}
  .grid_colonne .grid_colonne_list .grid_colonne_list_span .intro a:hover {   font-weight:bold;    color: #fff; background:#333;}

  .grid_colonne .grid_colonne_list .grid_colonne_list_span .intro a:visited {     color: #db1762;}




.grid_colonne .article_logo {margin:0;}

.grid_colonne .article_logo .spip_logo { margin: 0 0 0.7em; float:none;}


.grid_colonne .archives {
        text-align: left;
		}


/*************************************************************************************************************************************************************************************************************** PAGE SOMMAIRE ********************************************
*****************************************************************************/



/****************************************************************************************************************************************************************************************************************************	PAGE SOMMAIRE ***********************************************************************************/

/* BLOC 1 (une) ET BLOC 2 (colonne) */

#bloc_0 {
        display: grid;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 300px;
        background: #fff;
}
	#bloc_0 .titre{
        width: 80%;
        font-size: 5em;
        text-align: center;
        margin: 0 auto;
        padding: 1em;
        line-height: 1.1;
        text-transform: uppercase;
        font-weight: 200;
	}

		#bloc_0 .text {
	}


#bloc_1 {
        width: 100%;
        margin: 0;
        padding: 0;
				height: auto;
		overflow: hidden;
			}


#bloc_3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 2em 0;
		}


#bloc_2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 2em 0;
		}


#bloc_2 h1, #bloc_3 h1 {
	color: #121212;
	font-size: 1.7em;
	border-left: solid 8px #e6e1e1;
	padding: 0 0 0 1em;
	margin: 1em 0 1em 0;
	text-align: left;
	line-height: 1.2;
	font-weight: 700;
	}


/* BLOC 1 */

/** A la une **/
#bloc_1 .wrap_news_une{

        width: 100%;
        height: auto;
				overflow: hidden;
        color: #121212;
        margin: 0;
        padding: 0;
        background: #fae06c;
				}



#bloc_1 .wrap_news_une .logo_une{
	height: 270px;
	width: 100%;
}

#bloc_1 .wrap_news_une .logo_une .spip_logo{
        width: 100%;
        height: 270px;
        margin: 0;
        padding: 0;
        object-fit: cover;
        object-position: center center;
		}


#bloc_1 .wrap_news_une .article_wrap_news {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #121212;
		}


#bloc_1 .wrap_news_une .article_wrap_news h2{
					width: 100%;
	        height: auto;
	        overflow: hidden;
	        margin: 0;
	        padding: 1em 0.5em;
	        font-family: "Roboto";
	        font-size: 1.9em;
	        font-weight: 600;
	        line-height: 1.2;
							}




#bloc_1 .wrap_news_une .article_wrap_news .text{
	width: 100%;
	        margin: 0;
	        padding: 0 0.5em 1em;
	        color: #121212;
	        line-height: 1.6;
	        font-size: 1.48em;
	        font-family: Roboto;
	        height: auto;
	        overflow: hidden;
	        text-align: left;
}


#bloc_1 .wrap_news_une .article_wrap_news .lire_suite {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 1em 0.5em;
	margin: 0;
}


#bloc_1 .wrap_news_une .article_wrap_news .lire_suite .bouton_lire {
	width: 200px;
	height: 80px;
	padding: 0;
	margin: auto;
	font-size: 1.45em;
	text-align: center;
}


#bloc_1 .wrap_news_une .article_wrap_news .lire_suite .bouton_lire a,
#bloc_1 .wrap_news_une .article_wrap_news .lire_suite .bouton_lire a:visited {
				color: #fff;
        background: #121212;
        padding: 1em;
				}

#bloc_1 .wrap_news_une .article_wrap_news .lire_suite .bouton_lire a:hover {
color:#121212;
	background:#f9f9f9;
}




#bloc_1 .wrap_news {
	width: 100%;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 12px;
    height: auto;
    margin: 0 auto 1em;
    overflow: hidden;
		}


#bloc_1 .wrap_news #wrap_news_list {
    position: relative;
	width: 100%;
	height:320px;
	overflow:hidden;
    margin: 0;
    padding: 0;
    vertical-align: top;
		}

#bloc_1	.wrap_news #wrap_news_list h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    font-size: 1.1em;
    padding: 0.5em;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 2px;
    background: rgb(0,0,0,0.3);
    z-index: 90;
		}

#bloc_1	.wrap_news	#wrap_news_list h1 a { color:#fff;}
#bloc_1	.wrap_news	#wrap_news_list h1 a:hover { background:transparent;}

#bloc_1	.wrap_news #wrap_news_list .spip_logo {
    width: 100%;
	height: 100%;
    margin: 0;
    object-fit: cover;
    height: 100%;
    filter: brightness(0.7);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
		}

#bloc_1	.wrap_news #wrap_news_list .spip_logo:hover {
	-webkit-transform:scale(1.30); /* Safari et Chrome */
-moz-transform:scale(1.30); /* Firefox */
-ms-transform:scale(1.30); /* Internet Explorer 9 */
-o-transform:scale(1.30); /* Opera */
transform:scale(1.30);
	}






		/* BLOC 2 */

/** + récents **/
.wrap_news_all {
        margin: 0;
        padding: 0;}


.wrap_news_all ul {
        margin: 0;
        padding: 0;
				}

.wrap_news_all ul li {
	margin: 0 0 1em;
	padding: 0;
	border-bottom: solid 1px #332222;
}

.wrap_news_all ul li .titre_rubrique {
	width: auto;
	height: 20px;
	margin: 1em 0;
	text-align: left;
			 }

.wrap_news_all ul li a.titre_rubrique,
.wrap_news_all ul li a:visited.titre_rubrique  {
        color: #121212;
        text-align: center;
        padding: 0.5em;
        margin: 0;
        font-size: 0.9em;
        background: #fae06c;
		 }

.wrap_news_all ul li a:hover.titre_rubrique  {
        color: #121212;
		background:#f9f9f9;
		 }




	.wrap_news_all ul li h2 {
		width: 100%;
	margin: auto;
	font-size: 1.6em;
	padding: 0.5em;
	line-height: 1.4;
	font-weight: 600;
	color: #121212;
	font-family: Roboto regular;
	text-align: left;
				 }

	.wrap_news_all ul li h2 a { color:#121212;}
	.wrap_news_all ul li h2 a:hover { background:transparent;}

	.wrap_news_all ul li .logo_recents {
		height: 200px;
		        margin: 0;
		        padding: 0;
		        object-fit: cover;
		}


	.wrap_news_all ul li .logo_recents .spip_logo {
		width: 100%;
		        margin: 0;
		        object-fit: cover;
		        height: 200px;
				}

	.wrap_news_all ul li .logo_recents .spip_logo:hover {
	}




		/* BLOC 3 */

/** + populaires **/
.plus_populaires {
        margin: 0;
        padding: 0;}


.plus_populaires ul {
        margin: 0;
        padding: 0;
				}

.plus_populaires ul li {
	margin: 0 0 1em;
	        padding: 0;
	        border-bottom: solid 1px #332222;
}

.plus_populaires ul li .titre_rubrique {
        width: auto;
        height: 20px;
        margin: 1em 0;
				text-align: left;
			 }

.plus_populaires ul li a.titre_rubrique,
.plus_populaires ul li a:visited.titre_rubrique  {
        color: #121212;
        text-align: center;
        padding: 0.5em;
        margin: 0;
        font-size: 1.3em;
        background: #fae06c;
		 }

.plus_populaires ul li a:hover.titre_rubrique  {
        color: #121212;
		background:#f9f9f9;
		 }




.plus_populaires ul li h2 {
	width: 100%;
	margin: auto;
	font-size: 1.6em;
	padding: 0.5em;
	line-height: 1.4;
	font-weight: 600;
	color: #121212;
	font-family: Roboto regular;
	text-align: left;
		}

	.plus_populaires ul li h2 a { color:#121212;}
	.plus_populaires ul li h2 a:hover { background:transparent;}

	.plus_populaires ul li .logo_recents {
		height: 200px;
		margin: 0;
		padding: 0;
		object-fit: cover;
		}


	.plus_populaires ul li .logo_recents .spip_logo {
        width: 100%;
        margin: 0;
        object-fit: cover;
        height: 200px;
				}

	.plus_populaires ul li .logo_recents .spip_logo:hover {
	}


	/******************************************************************************************************************************************************************************************************************** PAGE ARTICLE ************************************************************************************************************************/

	/** ARTICLE **/

#grid {
    margin: 0;
	}


	/* ARTICLE */
.grid_article { margin: 0;}




			/* ARTICLE ENTETE */
		.grid_article .entete_article{
		width: 91%;
        max-width: 1160px;
        margin: 0 auto;
			}

		.grid_article .entete_article h1{
		        font-size: 1.97em;
        line-height: 1.2;
		}


		.grid_article .entete_article .titre_rubrique {
				width: auto;
				height: 20px;
				margin: 1em 0;
		 }

	.grid_article .entete_article a.titre_rubrique ,
	#grid .grid_article .cartouche a:visited.titre_rubrique  {
							 color: #121212;
				text-align: center;
				padding: 0.5em;
				margin: 0;
				font-size: 0.9em;
				background: #fae06c;
		 }

	.grid_article .entete_article a:hover.titre_rubrique  {
			 color: #121212;
		background:#f9f9f9;
		 }

			.grid_article .entete_article .titre_rubrique_text {
				float: left;
				font-size: 0.8em;
				background: #db1762;
				color: #fff;
					 padding: 0.3em 0.5em;
					font-weight:500;
				}





			/* ARTICLE LOGO */
				.grid_article .logo_article{
        margin: 0;
        padding: 0;
        height: 350px;
        width: 100%;
				}
					.grid_article .logo_article p{
						width: 90%;
						font-style: italic;
						margin: 0 auto;
}
					.grid_article .logo_article .spip_logo {
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    border: none;
    float: none;
    object-fit: cover;
    object-position: bottom center;
			}



			/* ARTICLE CARTOUCHE */
			.grid_article .cartouche {
			width:90%;
				margin: 0 auto ;
				height: auto;
				overflow: hidden;
			}

					.grid_article .cartouche	.info-publi {
				font-size: 1.1em;
				font-style: inherit;
				text-transform: uppercase;}


			.grid_article .cartouche h1 {
		 font-size: 1.7em;
        margin-bottom: 0.5em;
        font-family: roboto;
        font-weight: 300;
        line-height: 1.1;
		}

			.grid_article .cartouche h5 {    font-size: 1em;    margin: 0.5em 0; text-align:center; font-style: italic;    font-weight: normal;}


				/* ARTICLE CARTOUCHE CONTENU ARTICLE */

				.grid_article .cartouche .chapo {
        margin: 0;
        padding: 1em 0;
				        font-size: 1.3em;
				}

				.grid_article .cartouche .chapo p {
				font-weight: bold;
				text-align: left;
				font-size: 1em;
				line-height: 1.5;
				}


			/* ARTICLE TEXTE ARTICLE */

			.grid_article .cartouche .texte {
        text-align: left;
        margin: 0 auto;
        padding: 1em 0;
        width: 100%;
		}

		.grid_article .cartouche .texte p{
        font-size: 1.2em;
        margin: 0 0 1em;
        padding: 0;
        line-height: 1.5;
		}

			.grid_article .cartouche .texte a {color: #CC3333!important; background-color: transparent;}

			.grid_article .cartouche .texte h2 { text-align:left;    margin: 1em 0;    font-size: 1.8em;}

			.grid_article .cartouche .texte h3 {font-size: 1.6em; margin: 1em;	color: #666;}

			.grid_article .cartouche .texte h4 {
			font-size: 1.5em;
        line-height: 1.364;
        margin: 1em 0;
        font-weight: normal;
        text-align: left;
        border-left: 7px solid #e6e1e1;
        text-indent: 10px;
				}


			.grid_article .cartouche .texte iframe { width:100%;
			}


/** SOCIALTAG ET FORUM **/
	.socialtags img {
    float: none;
    width: auto;
    height: 20px;
    border: 0;
    margin: 0;
    padding: 0;
}



	/* commentaires */

	#forums_article {
        width: 90%;
        padding: 0;
        margin: 0 auto;
	}


	/* MESSAGES DU FORUM */
	#forums_article .forum_commentaires h2 {
    color: #222;
    padding: 0.5em;
    font-weight: normal;
    font-size: 1.2em;
    font-family: 'roboto';
    text-transform: uppercase;
    border-bottom: 1px #222 solid;
	width: 50%;
}

#forums_article .forum_commentaires .comments {
padding:0;
margin:0;
border-top:none;
}

#forums_article .forum_commentaires .comment-item {
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0;
    border-top: none;
}


	/* FORMULAIRE DU FORUM */
#forums_article .forum_formulaire {
border-right: 1px solid #eee;
    padding: 0.5em 1em 0 0;
}

#forums_article .forum_formulaire .forum-titre {
    color: #333;
    padding: 0.5em 1em;
    font-weight: normal;
    font-size: 1.1em;
    font-family: 'roboto';
    text-transform: uppercase;
    border-bottom: none;
    border: none;
	}


#forums_article .forum_formulaire .formulaire_spip fieldset {
    margin: 0;
    padding:  0;
}

#forums_article .forum_formulaire .formulaire_spip .editer {
    margin: 0;
}


#forums_article .forum_formulaire .formulaire_spip label {
    display: block;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
	    margin: 0.5em 0;
}

#forums_article .forum_formulaire .formulaire_spip textarea.markItUpEditor, .formulaire_spip li.editer_texte textarea {
    text-align: left;
}

#forums_article .forum_formulaire .formulaire_spip .previsu {
    border: 2px dashed #eee;
	padding:1em;
}

/** Images dans l'article **/

					/***************** SPIP DOCUMENTS CENTER PORTFOLIO *******************/

					.grid_article .cartouche .portfolio{
					display: grid;
					grid-template-columns: 150px 150px;
					gap: 1em;
					width: 100%;
					height: auto;
					overflow: hidden;
					margin: 1em 0 1em 0;
					padding: 1em 0 1em 0;
					}

			.grid_article .cartouche .portfolio .spip_documents_center {
				margin: 0;
				padding: 0;
				width: 150px;
				height: 150px;
			}
						.grid_article .cartouche .portfolio .spip_documents_center img {
						object-fit: cover;
						width: 150px;
						height: 150px;
						margin: 0;
						padding: 0;
						}

						.grid_article .cartouche .portfolio .spip_documents_center a,
						.grid_article .cartouche .portfolio .spip_documents_center a:hover,
						.grid_article .cartouche .portfolio .spip_documents_center a:visited,
						.grid_article .cartouche .portfolio .spip_documents_center a:active,
						.grid_article .cartouche .portfolio .spip_documents_center a:focus {
						border:none;
						background:none;
						}

					/***************** SPIP DOCUMENTS CENTER PORTFOLIO DOSSIER *******************/

					#grid_mot .grid_article_mot .cartouche_mot .texte .portfolio{
					display: grid;
        max-width: 100%;
        margin: 0 auto;
        grid-gap: 1rem;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-auto-rows: minmax(150px, auto);
					}

			#grid_mot .grid_article_mot .cartouche_mot .texte .portfolio .spip_documents_center {
        margin: 0;
        padding: 0;
        width: 100%;
			}
						#grid_mot .grid_article_mot .cartouche_mot .texte .portfolio .spip_documents_center img {
	        margin: 0;
        padding: 0;
        width: 100%;
        object-fit: cover;
		height:150px;
						}

						#grid_mot .grid_article_mot .cartouche_mot .texte .portfolio .spip_documents_center a,
						#grid_mot .grid_article_mot .cartouche_mot .texte .portfolio .spip_documents_center a:hover,
						#grid_mot .grid_article_mot .cartouche_mot .texte .portfolio .spip_documents_center a:visited,
						#grid_mot .grid_article_mot .cartouche_mot .texte .portfolio .spip_documents_center a:active,
						#grid_mot .grid_article_mot .cartouche_mot .texte .portfolio .spip_documents_center a:focus {
						border:none;
						background:none;
						}

					/***************** SPIP DOCUMENTS CENTER *******************/

			.grid_article .cartouche .spip_documents_center {
			margin:0;
			padding:0;
			}
						.grid_article .cartouche .spip_documents_center img {
						width:100%;
						height:auto;
						margin: 1em 0 2em 0;
						}

						.grid_article .cartouche .spip_documents_center a,
						.grid_article .cartouche .spip_documents_center a:hover,
						.grid_article .cartouche .spip_documents_center a:visited,
						.grid_article .cartouche .spip_documents_center a:active,
						.grid_article .cartouche .spip_documents_center a:focus {
						border:none;
						background:none;
						}


					/***************** SPIP DOCUMENTS LEFT *******************/

			.grid_article .cartouche .spip_documents_left {
			width: 150px;
			height: 150px;
			margin:0 1em 0;
			padding:0;
			}

				.grid_article .cartouche .spip_documents_left img{
					width: 150px;
					height: 150px;
					object-fit: cover;
					margin: 0 ;
					padding: 0;
					}


				.grid_article .cartouche .spip_documents_left a,
				.grid_article .cartouche .spip_documents_left a:hover,
				.grid_article .cartouche .spip_documents_left a:visited,
				.grid_article .cartouche .spip_documents_left a:focus,
				.grid_article .cartouche .spip_documents_left a:active{
				border:none;
				background:none;
				}


					/***************** SPIP DOCUMENTS RIGHT *******************/

			.grid_article .cartouche .spip_documents_right {
			margin:0;
			padding:0;
			}

			.grid_article .cartouche .spip_documents_right img{
				object-fit: cover;
				width: 150px;
				height: 150px;
			}

					.grid_article .cartouche .spip_documents_right a,
					.grid_article .cartouche .spip_documents_right a:hover,
					.grid_article .cartouche .spip_documents_right a:visited,
					.grid_article .cartouche .spip_documents_right a:focus{
					border:none;
					background:none;
					}



						/************************************************************************************************************************************************************************************************************************************ SQUELETTE MOT CLE dossier **************************************************************************************************************************/

.main_mot {
    margin: 0;
    padding: 0!important;
    background: #f8f8f8;
}

.main_mot h1 {
    font-size: 1.9em;
    line-height: 1.2;
    text-align: left;
    padding: 0 0.5em;
    font-weight: 500;
    margin: 0;
}

.main_mot h1 .info-publi_mot{
    font-size: 0.8em;
    font-weight: normal;
    margin: 1em 0;
}

.main_mot .spip_logo {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        float: none;
			}

/** ENTETE ARTICLE + ARTICLE**/
.wrapper_mot {
	position: relative;
}

		/** ARTICLE**/

			#grid_mot {
			width: 100%;
			margin: 0;
				}


		#grid_mot h1 {
		width: 100%;
        height: auto;
        background: #fff;
        margin: 0;
        padding: 1em;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.4;
        color: #333;
        font-size: 2em;
        text-transform: uppercase;
        text-align: left;					}

		#grid_mot .info-publi_mot {
        width: 100%;
        text-align: left;
        height: auto;
        margin: 0;
        background: #fff;
        padding: 0 0 1em 2em;
		}

		#grid_mot .info-publi_mot p {
		font-size: .9em;
		font-style: italic;
	}


	/** Contenu article **/
	#grid_mot .grid_article_mot{
        width: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
		}

#grid_mot .grid_article_mot .cartouche_mot {
        width: 95%;
		margin: 0 auto  ;
}

			#grid_mot .grid_article_mot .cartouche_mot .chapo{
				   font-weight:bold ;
			}

			#grid_mot .grid_article_mot .cartouche_mot .texte{
				   font-weight:bold ;
			}

			#grid_mot .grid_article_mot .cartouche_mot .texte h4.spip{
display:flex;
						width: 100%;
						height: auto;
						font-size: 2em;
						font-weight: bold;
						line-height: 1;
						padding: 1em;
						margin: 0;
						text-decoration: underline overline;
						text-underline-offset: 8px;			}


			#grid_mot .grid_article_mot .cartouche_mot .doc_img{
        display: grid;
        grid-template-columns: 100px 100px 100px;
        gap: 1em;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 3em 0 3em 0;
			}

						#grid_mot .grid_article_mot .cartouche_mot .texte p{
text-align: left;
        line-height: 1.7;
        font-weight: normal;
        font-size: 1.5em;
        width: 95%;
        margin: 1em auto;
						}

			#grid_mot .grid_article_mot .cartouche_mot .texte .spip_documents_right {
	        float: right;
        margin: 0 0 1em 1em;
			}
								#grid_mot .grid_article_mot .cartouche_mot .texte .spip_documents_right img {
								object-fit: cover;
								width: 150px;
								height: 150px;

								}

			#grid_mot .grid_article_mot .cartouche_mot .texte .spip_documents_center {
			margin:0;
			padding:0;
			float:right
			}
						#grid_mot .grid_article_mot .cartouche_mot .texte .spip_documents_center img {
						margin: 0 0 2em 0;
						width: 100%;
						height: auto;
						}

			#grid_mot .grid_article_mot .cartouche_mot .texte .spip_documents_left {
        margin: 0 1em 1em 0;
        padding: 0;
        float: left;
			}

				#grid_mot .grid_article_mot .cartouche_mot .texte .spip_documents_left a,
				#grid_mot .grid_article_mot .cartouche_mot .texte .spip_documents_left a:hover,
				#grid_mot .grid_article_mot .cartouche_mot .texte .spip_documents_left a:visited,
				#grid_mot .grid_article_mot .cartouche_mot .texte .spip_documents_left a:focus{
				border:none;
				background:none;
				}

				#grid_mot .grid_article_mot .cartouche_mot .texte .spip_documents_left img{
        width: 150px;
        height: 150px;
        object-fit: cover;
					}





/** Socialtags **/
#grid_mot .grid_article_mot .cartouche_mot div.socialtags {
    margin: 2px 0 0px 0;
    padding: 0;
    clear: both;
}

#grid_mot .grid_article_mot .cartouche_mot div.socialtags img {
 	float: none;
	width: auto;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}



		/* footer mot */
.footer_mot {
    clear: both;
    padding: 0;
    margin: 0;
    border-top: 1px solid #999;
    background: #333;
    color: #fff;
    position: relative;
    z-index: 300;
}


.footer_mot hr {width:10%; color:#fff; height:1px; margin:0 auto;}

.footer_mot a{color:#fff;}

.footer_mot .logo_footer { margin: 0 auto;width: 20%;    padding: 1em;}

.footer_mot .logo_footer img {margin:0;}

.footer_mot .logo_footer h1 {
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    padding: 0.5em;
    font-family: 'calibri';
    font-weight: normal;
		}

		.footer_mot .colophon {
    margin: 0;
    text-align: center;
    float: none;
    height: auto;
    width: 100%;
	background: slategrey;
	padding: 0.5em;
	border-top:1px solid #fff;
}


	/******************************************************************************************************************************************************************************************************************** FOOTER ************************************************************************************************************************/
	    .footer {
        position: relative;
        clear: both;
        padding: 0;
        margin: 1em 0;
        border-top: 1px solid #999;
        background: #333;
        color: #fff;
    }

	    .grid_footer {
        display: grid;
        grid-column-gap: 5px;
        margin: 1em auto;
        grid-template-columns: 100%;
        max-width: 95%;
        height: auto;
        overflow: hidden;
    }

	  .grid_footer .liens_footer{color:#fff;}
		  .grid_footer .liens_footer a,
		   .grid_footer .liens_footer a:visited{color:#fff;}


	    .suivre, .abonnement, .contact {
        margin: 0;
        text-align: center;
    }

	.footer .colophon {
        margin: 0;
        text-align: center;
        float: none;
        height: auto;
        width: 100%;
        background: slategrey;
        padding: 0.5em;
        border-top: 1px solid #fff;
    }


		/********** WIDGETS **************/
		.ciwidget_bloc {
			background: none;
			border-width: 0 0 0 0.25rem;
			padding: 1em;
			margin: 0 0 1.5rem 0;
			clear: both;
			font-family: Roboto;
			border: 2px solid #121212;
			border-radius: 15px;
		}

		.ciwidget_bloc h5 {
			font-weight: 500;
		text-transform: uppercase;
		font-size: 1em;
		border-bottom: 2px solid #d0d0d0;
		}

		.ciwidget_bloc .ciwidget_bloc__texte p {
			padding: 0;
			font-size: 0.83em;
			line-height: 1.7;
			color: #6c6969;
			margin: 0 0 1em 0!important;
		}

		.ciwidget_bloc .ciwidget_bloc__lien {
			margin: 10px 0 0 0;
			padding: 0;
			font-family: Roboto;
		}

		.ciwidget_bloc .ciwidget_bloc__lien a,
		.ciwidget_bloc .ciwidget_bloc__lien a:visited {
			font-family: Roboto;
			margin: 0 !important;
			padding: 0;
			font-size: 0.92em!important;
			border:none;
		}


		.ciwidget_bloc:before {
			display: none;
		}



}
