body{
	text-align: justify;
}
.btn-art{
	border-radius: 20px;
	margin-bottom: 20px;
}
.btn-art a{
	color: white;
}
.slide-container{
	overflow: hidden;
	gap: 38px;
}
.slide-image, .slide-image-podcast, .image-card img, .image-card iframe, .image-card .myVideos{
	border: 1px solid #E2B386;
	box-shadow: 1px 1px 1px 1px #E2B386;
}
.slide-image img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.slide-image .myVideos .img-youtube {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.slide-info{
    height: auto;
}
.vue_all{
	z-index: 1000;
}
.vue_all h4{
	color: #CA7452;
}
.image-galerie{
	flex-wrap: wrap;
    gap: 38px;  /*20px;*/
}
.image-card{
	width: 250px;
	/*margin-bottom: 35px;*/
	/* margin: 0 20px 35px; */
    border-radius: 12px;
}
.image-card .image__youtube, .image-card iframe {
  width: 100%;
  height: 367px;
  object-fit: cover;
  border-radius: 12px;
}
.all h1{
	font-size: 32px;
}
.slide-image-podcast{
	width: 230px;
	height: 300px;
	padding: 0;
}

#article-texte p{
    text-align: justify;
}
#article-video1 {
    width: 65%;
}
#article-video #aside1{
    width: 35%;
}
#article-video1 iframe{
    max-width: 560px;
}

@media (max-width: 768px){
    #article-video1 {
        width: 100%;
    }
    #article-video{
        flex-wrap: wrap;
    }
    #article-video #aside1{
        width: 100%;
    }
}
@media screen and (max-width: 926px) {
    #article1 {
        height: 405px;
    }
}
#article-texte h2 p{
	text-align: center;
}

.slide h3{
    text-align: left;
}

.menu a {
	color: white;
}

.top-nav #iconMob{
	width: 80px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.top-nav .menu2 img{
	padding-top: 0;
	padding-bottom: 14px;
}

@media all and (max-width: 1024px){
    #article1{
		height: 520px;
	}
	#article-video1{
        width: 100%;
    }
    #article-video1 iframe{
        max-width: inherit;
    }
    #article-video #aside1 {
        width: 100%;
    }
}

/*** Footer ***/
.footer-liste1{
	margin: 0;
}
.footer-liste2{
	width: 20%;
	color: white;
}
.footer-liste2 a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-liste2 h4 {
    font-size: 20px;
    color: #CA7452;
}

.footer-liste2 p {
  font-size: 16px;
  font-weight: 600;
}
.copyright .fam ul{
	padding-left: 0;
}
.share{
	align-items: center;
	margin-top: 30px;
}
.share p{
	font-size: 14px;
	color: rgb(50,60,80);
}

/*** COMMENTAIRES ***/
#commentss, #myComment{
	width: 80%;
	margin: 60px auto;
}
#commentss h4{
	margin: 8px 0;
}
#commentss span{
	font-size: 13px;
	color: #9f9f9f;
	font-weight: 500;
}
#commentss p{
	font-weight: 500;
}
#commentss .comment{
	border-bottom: #e4e8eb 1px solid;
	padding: 3px 0 15px;
	margin: 0 0 10px;
}
#myComment button{
	margin: 25px 0px;
	display: block;
	padding: 8px 20px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 8px;
	border: 1px #ca7455 solid;
}
#myComment button:hover, #btn-newsll:hover{
	background-color: #ca7455;
	transition-duration: 800ms;
}
#myComment .form-input{
	margin-bottom: 25px;
}

/*** Search **/
#search{
	margin-top: 30px;
	display: none;
}
#search .searchContent{
	display: flex;
	justify-content: center;
}
#search input{
	height: 30px;
	width: 250px;
	border-radius: .8em 0 0 .8rem;
	border: 2px solid #ca7452;
}
#search button{
	height: 36px;
	width: 30px;
	padding: 0;
	border-radius: 0 .8em .8rem 0;
	background: #ca7452;
	border: 2px solid #ca7452;

}
#search img{
	height: 20px;
	margin: 0;
	padding: 0;
}
@media all and (max-width: 300px){
	#search input{
		width: 200px;
	}
}
button, input[type="submit"]{
	cursor: pointer;
}

button:focus, button[type="submit"]:focus{
    background-color: #E2B386;
    border-color: #ca7452;
}
input:focus, textarea:focus {
	border-color: #ca7452;
	box-shadow: 0 0 0 .1rem #E2B386;
}
input:focus-visible, textarea:focus-visible{
	outline: 0;
}
.menu .closeSearch, .closeSearch{
	display: none;
}

.myVideos{
	height: inherit;
	background-size: cover;   /*100% auto;*/
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
}
.myVideos img{
	border: none !important;
	box-shadow: none !important;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pre-btn, .nxt-btn{
	height: auto;
	top: 50%;
}
@media all and (max-width: 470px){
	.slide-container {
		padding: 0;
	}
	.slide-card{
		width: 100%;
		margin: 0;
	}
	.slide-image, .slide-image-podcast{
		width: 100%;
        height: 467px;
	}

    #aside1, #article1 {
        width: 100%;
        padding: 8px;
    }

}

html,body{
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	text-align: initial;
}
#article-texte h1, #article-texte h4{
	text-align: center;
}
.mt-25{
	margin-top: 25px;
}
.mb-25{
	margin-bottom: 25px !important;
}
.NotArticle{
	margin: 0 8vw;
}


/*** COulers **/
.jaabuColorBold{
	color: #CA7452;
}
.jaabuTextGreen{
    color: #009145;
}
.jaabuBgGreen{
    background-color: #009145;
}
.hover\:jaabuTextGreen:hover{
    color: #009145;
}
.hover\:jaabuBgGreen:hover{
    background-color: #009145;
}
.hover\:jaabuBorderGreen:hover{
    border-color: #009145;
}
.jaabuTextNexa{
    color: #E2B386;
}
.jaabuBgNexa{
    background-color: #E2B386;
}
.hover\:jaabuTextNexa:hover{
    color: #E2B386;
}
.hover\:jaabuBgNexa:hover{
    background-color: #E2B386;
}
.hover\:jaabuBorderNexa:hover{
    border-color: #E2B386;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-0{
	margin-bottom: 0;
}
.mt-0{
	margin-top: 0;
}

.p-sub-article1 p span, .p-article1 span, .p-sub-article1 p span span, .p-article1 span span,
span.yt-core-attributed-string.yt-core-attributed-string--white-space-pre-wrap,
span.yt-core-attributed-string--link-inherit-color {
    color: #000!important;
}

.image-galerie .img{
    height: 250px;
}
@media screen and (max-width: 320px) {
    
    #article1 {
        width: 100%!important;
        height: 300px!important;
    }
}