body{
	font-family : Verdana, Geneva, sans-serif;
    overflow-x: hidden;
}

#dsd{
	background : url(../img/bg.jpg);
	position: fixed;
	width : 100%;
	z-index : 1;
	height : 100%;
	
}
#main{
	position : absolute;
	width : 100%;
	height : 100%;
	background : transparent;
	z-index : 15;
	left : 0;
	top : 0;
}
#header{
	cursor : pointer;
	z-index : 15;
	height : 130px;
	width : 100%;
	background : white;
	color : #333;
	text-align:center;
	font-size : 80px;
	font-family: fantasy;
}
.content_main{
	border-right : 1px solid black;
	border-left : 1px solid black;
}
#header::first-letter{
	color : #c32d2d;
}
.legend{
	display : block;
	font-style : italic;
	margin-top : 10px;
	color : #333;
	font-size : 86%;
}
.container{
		z-index : 15;
	background : white;
	padding : 30px;
}
@media (min-width: 768px) {
    .container-small {
        width: 500px;
    }
    .container-large {
        width: 970px;
    } 
} 
@media (min-width: 992px) {
    .container-small {
        width: 600px;
    }
    .container-large {
        width: 1170px;
    } 
} 
@media (min-width: 1200px) {
    .container-small {
        width: 1100px;
    }
    .container-large {
        width: 1500px;
    } 
}

.container-small, .container-large {
    max-width: 100%;
}
.title{
	text-align : center;
	font-size: 28px;
	
   /* border-bottom: 1px solid #c32d2d; */
	margin-bottom : 15px;

}
.content{
	margin-top : 30px;
	margin-bottom : 30px;
	line-height: 30px;
}
.overlay_main{
	position : absolute;
	left : 0;
	top : 0;
	z-index : 1;
    background: #000;
    opacity: 0.7;
	width : 100%;
	height : 100%;
}
img{

}
.img{
	text-align : center;
}
.first-img {

	width : 100%;
	
}
.carousel_img{
	max-height : 500px;
}
.first-img-container{
	background : white;
}
.carousel-item{
	text-align : center;
	background-color : #222;
}
.carousel_img{
	object-fit: cover;
}
.carousel-caption{
	background : rgba(33,33,33,0.4);
}
#carousel{
	margin-bottom : 35px;
}
.block_article{
	cursor : pointer;
	margin-bottom : 20px;
	padding-top : 15px;
	transition : 0.5s;
	border-radius : 3px;
}
.img_block{
	box-shadow : 1px 1px 2px 1px black, 1px 1px 2px white;
	width : 100%;
}
.block_title{
	display : inline-block;
	width : 100%;
font-size: 14px;
    font-weight: bold;
	text-align : center;
	margin-top : 10px;
	
}
.block_title_first{
	text-align : left;
	margin-bottom : 10px;
}
.block_date{
	margin-bottom : 10px;
	font-size : 10px;
	margin-top : 10px;
	font-style : italic;
	color : #666;
	text-shadow: 1px 1px #33333324;
}
.block_content{

	font-size : 13px;
	color : #666;
}
.last_article{
	font-size: 26px;
    font-family: fantasy;
    text-align: center;
    width: 100%;
    height: 106px;
    letter-spacing: 2;
}
.last_article::first-letter{
	color : #c32d2d;
	font-size : 32px;
	font-weight : bold;
}
.block_article:hover{
	background : #00a88914;;
}
#ajax_loader{
	width : 100%;
	height : 150px;
}
.bigger{
	font-size : 2em;
}
#retour{
	float : left;
}
.ret_icon>i{
	height: 130px;
    line-height: 130px;
    display: inline-block;
}
.ret_icon,.ret_icon:visited{
	color : #c32d2d;
}
.ret_icon:hover{
	color : #c32d2daa;
}
.ret_icon:active{
	color : #333;
}
	
}