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

/*class contre les copies de texte*/
.no_copy{
	display:none;
 	-ms-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:-moz-none; 
}

.hide{display:none!important;}
.show{display:block!important;}

.style-ads img{
	max-width:100%!important;
	overflow-x:hidden!important;
	height:auto!important;
}

/*Class appartenant à twitter et Instagram ; permet de centrer le blockquote*/
.twitter-tweet{margin:10px auto!important;}
.instagram-media{margin:1px auto!important;}


@media only screen and (max-width: 992px) {
	.display-md-none{display:none!important;}
	.display-md-block{display:block!important;}
	.display-md-inblock{display:inline-block!important;}
}
@media only screen and (max-width: 767px) {
	.display-sm-none{display:none!important;}
	.display-sm-block{display:block!important;}
	.display-sm-inblock{display:inline-block!important;}
}
@media only screen and (max-width: 576px) {
	.display-xs-none{display:none!important;}
	.display-xs-block{display:block!important;}
	.display-xs-inblock{display:inline-block!important;}
}

.fa-lg{display:none!important;}
.fa-2x{display:block!important;}

@media only screen and (max-width: 767px) {
	.fa-lg{display:block!important;}
	.fa-2x{display:none!important;}
}


.t-left{text-align:left;}
.t-right{text-align:right;}
.t-center{text-align:center;}
.bottom-0{bottom: 0!important;}




/************************* MENU TOGGLE **************************/

#menu-toggle .label-container{
	position:fixed;
	bottom:50px;
	right:5%;
	display:table;
	visibility: hidden;
}

#menu-toggle .label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

#menu-toggle .label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

#menu-toggle .float-button{
	width:50px;
	height:50px;
	bottom:20%;
	right:5%;
	background-color:#F33;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

#menu-toggle #button-menu-toggle{
  position:fixed;
	z-index:99;
	animation: bot-to-top 2s ease-out;
}

#menu-toggle #button-menu-toggle i{
	animation: rotate-in 0.5s;
}

#menu-toggle .my-float{
	font-size:30px;
	margin-top:10px;
}

#menu-toggle #button-menu-toggle + ul{
  visibility: hidden;
}

#menu-toggle #button-menu-toggle-container{
	position:fixed;
	right:5%;
	bottom:20%;
	padding-bottom:50px;
	z-index:98;
}

#menu-toggle #button-menu-toggle-container li{
	list-style:none;
	margin-bottom:10px;
}

#menu-toggle #button-menu-toggle-container li a{
	display:block;
}

#button-menu-toggle-container .menu-maximize, #menu-toggle #button-menu-toggle-close{
	display:none;
}

.float-button + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

.float-button:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}

/*@media only screen and (min-width: 576px)*/
#menu-toggle #button-menu-toggle:hover{
	opacity:1;
}

#menu-toggle #button-menu-toggle-container:hover{
	visibility:visible;
}

#menu-toggle #button-menu-toggle:hover + ul{
	visibility: visible;
	animation: scale-in 0.5s;
}

#menu-toggle #button-menu-toggle.active:hover + ul{
	animation:none!important;
}

#menu-toggle #button-menu-toggle:hover > i{
	animation: rotate-out 0.5s;
}

#menu-toggle #button-menu-toggle.active{
	opacity: 1;
}

#menu-toggle #button-menu-toggle-container.active{
	visibility:visible;
}

#menu-toggle #button-menu-toggle-container.desactive{
	visibility:hidden!important;
}

#menu-toggle #button-menu-toggle-open.active{
	display:none;
}
#menu-toggle #button-menu-toggle-close.active{
	display:inline-block;
}

.opacity-3{ opacity: .3!important; }

@keyframes bot-to-top {
    0%   {bottom:-25%}
    50%  {bottom:25%}
}

@keyframes scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}


/*********** STYLE DU DETAIL DES ARTICLES (.actu-style) ****************/


/************** Style dans les zones de texte (articles et rubrique statiques*********************/

.actu-style{
	padding:0 5px;
}

.actu-style p{
	margin:0px 0px 10px;
	text-align:justify;
}

.actu-style b, .actu-style strong{
	font-weight:bolder;
	color:#000;
}

.actu-style ul, .actu-style ol {
	text-align:left;
	padding-left: 2em;
}

.actu-style ul {
	list-style:initial;
}

.actu-style ul ul {
	list-style:circle;
}
.actu-style ul ul ul {
	list-style:square;
}

.actu-style ol {
	list-style:decimal;
}

/* avoid top margins on first content element */
.actu-style p:first-child,
.actu-style ul:first-child,
.actu-style ol:first-child,
.actu-style dl:first-child,
.actu-style blockquote:first-child,
.actu-style pre:first-child,
.actu-style h1:first-child,
.actu-style h2:first-child,
.actu-style h3:first-child,
.actu-style h4:first-child,
.actu-style h5:first-child,
.actu-style h6:first-child {
	margin-top: 0;
}


/* avoid margins on nested elements */
.actu-style li p,
.actu-style li ul,
.actu-style li ol {
	margin-top: 0;
	margin-bottom: 0;
}

.actu-style blockquote{
	margin: .85em 0 .75em 5px;
	padding: 0px 5px 0px 10px;
	border-left: solid 1px #ddd;
	background-color: #ee41660f;
	color: #000;
}

.actu-style .diapo-image-article{
	font-style: italic;
	color: #333;
	font-size: 100%;
	font-weight: 600;
	padding: 5px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background-color: #ee41660f;
}

/*.actu-style .aside-widget,*/
.actu-style .post-widget{
	margin-bottom:0;
	background:#FFF;
}

.actu-style .aside-widget .section-title{
	margin-bottom:5px;
}

.actu-style .container_article_detail .section-title:after {
	top: 20px;
}

.actu-style .aside-widget .section-title .title {
	text-transform:none;
}

.actu-style .post.post-widget .post-title{
	font-size:25px;
}

.actu-style .post.post-widget .post-img {
	width: 20%;
}

.actu-style .post.post-widget .post-body {
	margin: 0px 0px 0px calc(20% + 5px);
}

@media only screen and (max-width: 1199px) {
	.actu-style .post.post-widget .post-title{
		font-size:20px;
	}
}

@media only screen and (max-width: 991px) {
	.actu-style .post.post-widget .post-title{
		font-size:16px;
	}
}

@media only screen and (max-width: 576px) {
	.actu-style .post.post-widget .post-title{
		font-size:18px;
		margin: 0px 0px 10px;
	}
	
	.actu-style .post.post-widget .post-img {
		width: 30%;
	}
	
	.actu-style .post.post-widget .post-body {
		margin: 0px 0px 0px calc(30% + 5px);
	}
}

@media only screen and (max-width: 400px) {
	.actu-style .post.post-widget .post-title{
		font-size:16px;
		margin: 0px 0px 5px;
	}
}



/************** Style 100% pour les articles *********************/

#style-article .actu-style p{
	margin: 0px 0px 5px;
}

#style-article .article_titre_h3{
	color: #7d1411;
	text-align: center;
	font-size: 25px;
	margin: 0 0 20px!important;
}

#style-article .container_article_detail h1,
#style-article .container_article_detail h2,
#style-article .container_article_detail h3,
#style-article .container_article_detail h4,
#style-article .container_article_detail h5,
#style-article .container_article_detail h6{
	margin: 10px 0 0 0;
}

#style-article .container_article_detail a{
	background-color: #7d1411;
    padding: 1px 5px;
    color: #FFF;
    border-radius: calc(infinity * 1px);
}
#style-article .container_article_detail a:hover{
	background-color: #FFF;
	padding: 1px 4px;
    color: #7d1411;
    border: solid 1px #CCC;
}
#style-article .container_article_detail a:has(img){
    border-radius:0;
    padding: 0;
}
#style-article .container_article_detail a:has(img):hover{
    padding: 0;
    border: 0;
}

#style-article .container_article_detail img{
	max-width: 100%;
	height: auto;
	padding: 0;
	border: none;
	margin: auto;
	display: block;
}

#style-article .container_article_video_iframe{
	text-align:center;
}

#style-article .actu_video{
	display:block;
	margin:auto;	
}


#style-article #post-header {
	height:300px;/*modifié en JS*/
	padding:0!important;
}

#style-article #post-header .container-fluid {
	position: absolute;
	bottom: 20px;
}

#style-article #post-header .col-md-12 {
	padding:0 10px!important;
}

#style-article #post-header h1 {
	font-size:60px;
	text-shadow: 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000, -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000;
}

#style-article #post-header .post-meta {
	text-align:right;
}
#style-article #post-header .post-meta li {
	font-size:150%;
}

#style-article .section-row-bouton{
	text-align:center;
}

#style-article .post-category a {
	font-size: 80%;
	padding:8px;
	margin: 0px 5px 10px 0px;
}

#style-article #style_approche{
	background-color: #ee41660f;
  padding: 0 5px;
}


@media only screen and (max-width: 1199px) {
	#style-article #post-header h1 {
		font-size:50px;
	}
	
	#style-article #post-header .post-meta li {
		font-size:120%;
	}
}

@media only screen and (max-width: 991px) {
	#style-article #post-header h1 {
		font-size:40px;
	}
	
	#style-article #post-header .post-meta li {
		font-size:100%;
	}
}

@media only screen and (max-width: 767px) {
	#style-article #post-header h1 {
		font-size:30px;
	}
	
	#style-article #post-header .post-meta li {
		font-size:85%;
	}
}

@media only screen and (max-width: 576px) {
	#style-article #post-header .container-fluid{
		bottom: 5px;
	}
	
	#style-article #post-header h1 {
		font-size:20px;
	}
	
	#style-article #post-header .post-meta li {
		font-size:70%;
	}
	
}

@media only screen and (max-width: 350px) {	
	#style-article #post-header h1 {
		font-size:16px;
	}
}

/***************************************/