body{
	background: linear-gradient(141deg, #e08300 30%, #ffffff);
	color: #424242;
	font-family: 'Arial Rounded MT', Arial;
	margin: 0 auto;
}
#colonne-centrale{
	max-width: 1400px;
	margin: auto;
}

a{
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: inherit;
	opacity: 0.8;
}
a:active {
	text-decoration: none;
	color: inherit;
}



#contener-body{
	margin-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}
#recherche-blog{
	margin: 30px;
}
#recherche-blog>form{
	background-color: white;
}
.input-text{
	border: 2px solid #ffffff;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.input-text>input{
	margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
    font-size: 20px;
	color: #424242;
}
.input-text>input:focus{
	outline:  none;
}
#votre-recherche{
	margin-top: 100px;
    margin-left: 20px;
    color: white;
    font-size: 20px;
}
#div-recherche-article{
	text-align: center;
    margin-top: 15px;
    background-color: #ffffff8f;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 15px;
    vertical-align: middle;
}
#aucun-resultat{
	text-align: center;
    padding: 30px;
    font-size: 20px;
    border: 1px solid white;
    color: white;
}

#div-recherche-article>div{
	display: inline-block;
    padding: 15px;
    background-color: white;
    border-radius: 15px;
    margin: 15px;
	max-width: 400px;
    vertical-align: middle;
}
#div-recherche-article>div>a>div>div>h1{
	font-size: 30px;
    color: #424242;
}
#div-recherche-article>div>a>div>div>h2{
	font-size: 18px;
    color: #424242;
}
#div-recherche-article>div:hover{
	background-color: #424242;
}	
#div-recherche-article>div:hover p{
	color: white;
}	
#div-recherche-article>div:hover h1, #div-recherche-article>div:hover h2{
	color: white;
}	
#div-recherche-article>div>a>div>div>img{
	width: 100%;
}


#partie1{
	text-align: center;
}
#categorie{
	background-color: white;
    display: inline;
    padding: 5px;
    color: #e08300;
    font-size: 25px;
    font-weight: bolder;
}
#lactu{
	text-align: left;
    background-color: white;
    padding: 15px;
    border-radius: 20px;
}
#lactu>h1{
	font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: #424242;
    padding: 5px;
    border-radius: 10px;
    font-size: 35px;
    width: 50%;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
}
#lactu-cache-article{
	height: 100px;
	background-image: linear-gradient(180deg, transparent, white);
	position: relative;
	bottom: 100px;
}


#lactu-div{
	
}
#lactu-div>div{
	margin: auto;
	width: 50%;
}
#lactu-div-titreimage{
	padding: 0px;
}

#lactu-div-titreimage>img{
	width: 100%;
}
#lactu-div-chapeau>h2{
	color: #424242;
	text-align: left;
	font-size: 18px;
}
#lactu-div-chapeau>div{
	max-height: 500px;
    overflow: hidden;
	color: #424242;
}
#lactu-div-chapeau>div>h2{
	font-size: 16px;
    text-align: center;
}
#lactu-div-chapeau>div>p{
	font-size: 14px;
    text-align: left;
}
    
.date-article>p{
	text-align: right;
    margin-right: 15px;
    color: #424242;
    font-size: 10px;
}
#chapeau{
	font-size: 18px;
}

#partage-rs{
	text-align: center;
    border-top: 1px solid #424242;
}	
#partage-rs>h3{
	font-size: 18px;
}
@media screen and (max-width: 768px ){
	#lactu>h1{
		font-size: 25px;
		width: 95%;
	}
	#lactu-div>div {
		margin: auto;
		width: 100%;
		padding: 0px;
	}
}


#derniers-articles{
	min-height: 350px;
	text-align: center;
    margin-top: 15px;
	background-color: #ffffff47;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 15px;
}
#div-tri-article>button{
	margin: 5px;
	cursor: pointer;
    display: inline-block;
    background-color: #e08300;
    font-size: 20px;
    border: none;
    padding: 5px;
    font-weight: bold;
    color: white;
	transition: font-weight 1s, font-size 1s;
}
#div-tri-article>button:hover{
	color: #424242;
	background-color: white;
}
.articles-en-plus{
	text-align: left;
    margin-left: 50px;
    padding: 20px;
    background-color: #ffffff;
    color: #424242;
    font-size: 30px;
    border-radius: 0px 20px 0px 0px;
}

.derniers-articles-cat{
	display: flex;
    align-items: center;
    vertical-align: middle;
}

.div-scroll-derniers-articles-cat{
	overflow-x: scroll;
    display: flex;
    align-items: center;
    vertical-align: middle;
    scroll-behavior: smooth;
	margin-left: 10px;
    margin-right: 10px;
}

.div-scroll-derniers-articles-cat::-webkit-scrollbar{
	display: none;
}
.scroll-droite-derniers-articles{
	background-color: white;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 100px 0px 0px 100px;
}
.scroll-droite-derniers-articles-p{
	font-size: 100px;
    font-family: Arial;
    color: #424242;
    margin-top: 100%;
    margin-bottom: 100%;
    margin-left: 10px;
    margin-right: 10px;
}
.scroll-droite-derniers-articles:hover{
	opacity: 1;
}
.scroll-gauche-derniers-articles{
	opacity: 0.5;
	background-color: white;
    cursor: pointer;
    border-radius: 0px 100px 100px 0px;
}
.scroll-gauche-derniers-articles-p{
	font-size: 100px;
    font-family: Arial;
    color: #424242;
    margin-top: 100%;
    margin-bottom: 100%;
    margin-left: 10px;
    margin-right: 10px;
}
.scroll-gauche-derniers-articles:hover{
	opacity: 1;
}
#derniers-articles>div>div>a{
	display: inline-block;
    padding: 15px;
    background-color: white;
    border-radius: 15px;
    margin: 15px;
    min-width: 200px;
	max-width: 300px;
}
#derniers-articles>div>div>a>div>h1{
	font-size: 26px;
    color: #424242;
}
#derniers-articles>div>div>a:hover{
	background-color: #424242;
	color: white;
}	
#derniers-articles>div>div>a:hover p{
	color: white;
}	
#derniers-articles>div>div>a:hover h1{
	color: white;
}	
#derniers-articles>div>div>a>div>img{
	width: 100%;
}

.nom-partie{
	display: block;
	background-color: #e08300;
	color: white;
	padding: 15px;
	border: 1px solid white;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.nom-grande-partie{
	display: block;
	font-size: 40px;
	margin-left: 15px;
	padding: 5px;
	text-align: left;
	color: white;
	position: relative;
	top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (max-width: 768px ){
	#div-recherche-article>div>a>div>div>h1 {
		font-size: 24px;
	}
	#derniers-articles>div>div>a>div>h1 {
		font-size: 20px;
	}
	.derniers-articles-cat{
		margin-left: 0px;
		margin-right: 0px;
	}
	.scroll-droite-derniers-articles, .scroll-gauche-derniers-articles{
		display: none;
	}
}
@media screen and (max-width: 375px ){
	.nom-partie{
		font-size: 24px;
	}
	.nom-grande-partie{ 
		font-size: 26px;
	}
}

#tableau-derniers-articles{
	background-color: white;
    margin: 15px;
    padding: 20px;
}
table{
	border-collapse: collapse;
}
caption{
	display: none;
}
thead{
	display: none;
}
.tableau-titre-article{
	padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
}
.tableau-titre-article>a{
	color: #424242;
}
.tableau-titre-article>a:visited{
	opacity: 0.6;
}
.tableau-titre-article>a:hover{
	color: #e08300;
}
.tableau-description-article{
	border-left: 1px solid #424242;
    padding-left: 10px;
    font-size: 15px;
}
.tableau-separateur{
	text-align: center;
	color: #e08300;
}
@media screen and (max-width: 375px ){
	.tableau-description-article{
		display: none;
	}
	.tableau-titre-article{
		font-size: 15px;
	}
	
}

#lien-articles{
	text-align: center;
}
#lien-articles>a:hover{
	color: #e08300;
}

#pub-bannière-haut, #pub-fin-de-page, #pub-entre-bloc{
	vertical-align: middle;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
	background-color: #ffffff;
    border-radius: 25px;
}