
/*------------------------------------*\
    IMAGE TEXTE BLOCK
\*------------------------------------*/

.image_text_gutenberg_block {
	width: 90%;
	margin: 0 auto;
	position: relative;
	color: #000;
	display: flex;
    align-items: center;
	transform: translateX(-10vw);
	opacity: 0;
	transition: 1s all ease;
    max-width: 1400px;
	justify-content: space-between;
}

.image_text_gutenberg_block.scrolled {
	transform: translateX(0);
	opacity: 1;
}

.image_text_gutenberg_block .image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.image_text_gutenberg_block .image video {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.image_text_gutenberg_block .texte {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
	padding: 20px 0;
}

.image_text_gutenberg_block .texte h2 {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.image_text_gutenberg_block .texte h3 {
    margin: 0;
}

.image_text_gutenberg_block .youtube{
	height: fit-content;
  }



@media only screen and (max-width:760px) {
    .image_text_gutenberg_block .texte, .image_text_gutenberg_block .image {
        width: 100%;
        min-width: 90%;
        text-align: center;
        align-items: center;
    }
    .image_text_gutenberg_block .image {
        height: fit-content;
        min-width: 90%;
    }
    .image_text_gutenberg_block {
        flex-wrap: wrap;
    }

	.image_text_gutenberg_block .youtube{
		height: fit-content;
	  }
      .image_text_gutenberg_block {
        flex-direction: column;
        justify-content: center;
    }
}




/*------------------------------------*\
    TEXTE SLIDER BLOCK
\*------------------------------------*/



.slider_text_gutenberg_block {
    width: 90%;
    margin: 50px auto;
    position: relative;
    transform: translateX(-10vw);
    opacity: 0;
    transition: 1s all ease;
    max-width: 1400px;
}

.slider-block{
    justify-content: space-between;
}

.slider-block .swiper .pagination {
    top: 57px;
    position: absolute;
    width: fit-content;
    z-index: 7;
    height: 24px;
    right: 55px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.slider-block .swiper .pagination img {
    width: 24px;
    height: 24px;
    padding: 0;
    margin-right: 10px;
}

.slider-block .swiper .pagination .swiper-pagination-block{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-block .swiper .pagination .swiper-pagination-bullet{
    width: 17px;
    height: 17px;
}

.slider-block .swiper {
    width: 79%;
    margin: 0;
    border-radius: 30px;
    margin-left: 20%;
    box-shadow: 3px 8px 15px #c3c3c3;
    padding: 50px;
    padding-left: 99px;
}

.slider_text_gutenberg_block.scrolled {
	transform: translateX(0);
	opacity: 1;
}

.slider_text_gutenberg_block img {
    width: 100%;
    padding-top: 57px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider_text_gutenberg_block .navigation {
    top: 70px;
    position: absolute;
    width: 70px;
    right: 279px;
}

.slider_text_gutenberg_block .swiper-button-next:after, .slider_text_gutenberg_block .swiper-button-prev:after {  
    font-size: 17px;
    color: #000;
}
.slider_text_gutenberg_block .tag img {
    left: 0;
    position: absolute;
    width: 349px;
    object-fit: contain;
    height: fit-content;
    z-index: 4;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slider_text_gutenberg_block .slide-image{
	max-height: 499px;
	object-fit: contain;
}
.slider_text_gutenberg_block .texte .view-article {
    opacity: 0;
    z-index: -1;
    position: relative;
}
.slider_text_gutenberg_block .texte {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}

.slider_text_gutenberg_block h4 {
    margin: 0;
}
.slider_text_gutenberg_block .image {
    width: 30%;
}

.slider_text_gutenberg_block .swiper-slide {
        display: flex;
        justify-content: space-between;
}
.slider_text_gutenberg_block h2 {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.slider_text_gutenberg_block h3 {
    margin-top: 0;
    margin-bottom: 39px;
    width: 100%;
}
.slider_text_gutenberg_block .text p{
}


@media only screen and (max-width:760px) {
    .slider_text_gutenberg_block .text, .slider_text_gutenberg_block .swiper {
        width: 100%!important;
    }
    .slider_text_gutenberg_block .image {
        width: 100%;
    }
    .slider_text_gutenberg_block{
        flex-wrap: wrap;
		height: fit-content;
	}

	.slider_text_gutenberg_block  .text{
		align-items: center;
		padding: 6%;
        text-align: center;
	}
    .slider-block .swiper {
        width: 79%;
        margin: 0;
        border-radius: 30px;
        margin-left: 0;
        box-shadow: 3px 8px 15px #c3c3c3;
        padding: 10px;
        padding-left: 10px;
        padding-top: 61px;
    }

    .slider_text_gutenberg_block .swiper-slide {
        flex-direction: column-reverse;
    }
    .slider_text_gutenberg_block .texte {
        width: 100%;
    }
    .slider_text_gutenberg_block .tag img {
        width: 199px;
        top: 75px;
        right: 0;
        bottom: inherit;
        margin: auto;
    }

    .slider_text_gutenberg_block img {
        padding-top: 0;
        border-radius: 20px;
    }

    .slider_text_gutenberg_block h3 {
        margin-top: 0;
        margin-bottom: 110px;
        width: 100%;
    }

    .slider_text_gutenberg_block h4 {
        margin: 0;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }
    .slider_text_gutenberg_block .button {
        font-size: 15px;
        width: 70%;
        text-align: center;
        margin: auto;
    }
    .slider-block .swiper .pagination {
        top: 20px;
        right: 20px;
    }
    .slider_text_gutenberg_block .navigation {
        top: 30px;
        left: 0;
    }

}







/*------------------------------------*\
    REPETEUR IMAGE TEXTE BLOCK
\*------------------------------------*/

.repeteur_image_text_gutenberg_block .offre {
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: left;
    max-width: 999px;
    width: 95%;
    margin-top: 49px;
}

.repeteur_image_text_gutenberg_block h2 {
    margin-bottom: 0;
    transition: 0.7s all ease;
    opacity: 0;
    transform: translateY(100px);
}

.repeteur_image_text_gutenberg_block h3 {
    margin: 0;
    transition: 0.7s all ease;
    opacity: 0;
    margin-bottom: 40px;
    transform: translateY(100px);
}


.background-offre {
    background: #f5f7fd;
    padding: 29px 0;
}


.repeteur_image_text_gutenberg_block .button {
    width: fit-content;
    margin: auto;
    position: relative;
    display: flex;
}

.repeteur_image_text_gutenberg_block.scrolled h2 {
    opacity: 1;
    transform: translateY(0px);
    margin-top: 1px;
}
.repeteur_image_text_gutenberg_block.scrolled h3 {
	opacity: 1;
	transform: translateY(0px);
}
.repeteur_image_text_gutenberg_block .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.repeteur_image_text_gutenberg_block .content .block {
    display: flex;
    height: 360px;
    max-width: 485px;
    border-radius: 40px 40px 30px 30px;
    box-shadow: 3px 8px 17px #c3c3c3;
    flex-direction: column;
    width: 49%;
    margin: 21px 0;
    transition: 0.7s all 0.3s ease;
    opacity: 0;
    transform: translateY(100px);
}
.repeteur_image_text_gutenberg_block .content .block .content-block {
    height: 100%;
    position: relative;
    padding: 10px;
}
.repeteur_image_text_gutenberg_block .content .block .content-block p {
    font-size: 17px;
    margin: 0;
    color: #FFF;
}
.repeteur_image_text_gutenberg_block .content .block .content-block .titre {
    display: flex;
    align-items: baseline;
}
.repeteur_image_text_gutenberg_block .content .block h3 {
    margin-bottom: 0;
    margin: 0;
}
.repeteur_image_text_gutenberg_block .content .block h4 {
    text-align: center;
    color: #FFF;
    margin: 0;
    font-size: 37px;
}
.repeteur_image_text_gutenberg_block .content .block span {
    font-size: 17px;
    margin-left: 10px;
    color: #FFF;
}

.repeteur_image_text_gutenberg_block .content .block a {
    position: absolute;
    bottom: 14px;
    right: 30px;
    font-size: 17px;
    text-decoration: underline;
    color: #FFF;
}
.repeteur_image_text_gutenberg_block .content .block:nth-of-type(1) {
	transition: 0.7s all 0.3s ease;
}

.repeteur_image_text_gutenberg_block .content .block:nth-of-type(2) {
	transition: 0.7s all 0.6s ease;
}

.repeteur_image_text_gutenberg_block .content .block:nth-of-type(3) {
	transition: 0.7s all 0.9s ease;
}

.repeteur_image_text_gutenberg_block .content .block:nth-of-type(4) {
	transition: 0.7s all 1.2s ease;
}

.repeteur_image_text_gutenberg_block .content .block:nth-of-type(5) {
	transition: 0.7s all 1.5s ease;
}

.repeteur_image_text_gutenberg_block .content .block:nth-of-type(6) {
	transition: 0.7s all 1.8s ease;
}
.repeteur_image_text_gutenberg_block .content .block:nth-of-type(1) {
    background: #e21f77;
}
.repeteur_image_text_gutenberg_block .content .block:nth-of-type(2) {
    background: #4e6abd;
}
.repeteur_image_text_gutenberg_block .content .block:nth-of-type(3) {
    background: #37895c;
}
.repeteur_image_text_gutenberg_block .content .block:nth-of-type(4) {
    background: #ffba3e;
}
.repeteur_image_text_gutenberg_block .content .block:nth-of-type(4) h4{
    color: #000;
}
.repeteur_image_text_gutenberg_block .content .block:nth-of-type(4) p{
    color: #000;
}
.repeteur_image_text_gutenberg_block .content .block:nth-of-type(4) span{
    color: #000;
}

.repeteur_image_text_gutenberg_block .content .block:nth-of-type(4) a{
    color: #000;
}

.repeteur_image_text_gutenberg_block.scrolled .block {
	opacity: 1;
	transform: translateY(0px);
}



.repeteur_image_text_gutenberg_block .content .block img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 185px;
    position: relative;
    top: 0;
    border-radius: 30px 30px 0 0;
}





@media screen and (max-width: 750px) {
	.repeteur_image_text_gutenberg_block .content{
		justify-content: center;
		flex-direction: column;
	}

	
    
    .repeteur_image_text_gutenberg_block .content .block {
        width: 95%;
        margin: 17px auto;
    }

	.repeteur_image_text_gutenberg_block h2{
		text-align: center;
	}
    .repeteur_image_text_gutenberg_block h3 {
        text-align: center;
    }
    .repeteur_image_text_gutenberg_block .content .block h4 {
        font-size: 30px;
    }
    .repeteur_image_text_gutenberg_block .content .block .content-block p {
        font-size: 15px;
    }
    .repeteur_image_text_gutenberg_block .content .block span {
        font-size: 15px;
        margin-left: 10px;
        color: #FFF;
    }
}



/*------------------------------------*\
    PARTENAIRE BLOCK
\*------------------------------------*/

.partenaires_gutenberg_block {
    margin: auto;
    max-width: 1400px;
    width: 90%;
    text-align: center;
    margin-top: 49px;
}

.partenaires_gutenberg_block .partenaires{
	margin-top: 49px;
}


.partenaires_gutenberg_block .image{
	display: flex;
	justify-content: center;
	align-items: center;
}
.partenaires_gutenberg_block .image img{
	max-width: 401px;
	width: 90%;
	height: 197px;
	object-fit: contain;
}

.partenaires_gutenberg_block h2 {
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

.partenaires_gutenberg_block h4 {
    display: flex;
    align-items: center;
}

.partenaires_gutenberg_block img {
    width: 41px;
    height: 41px;
    object-fit: contain;
    margin-right: 10px;
}

.partenaires_gutenberg_block h3{
    margin: 0;
    margin-bottom: 39px;
}
.partenaires_gutenberg_block p {
    text-align: left;
    margin: auto;
}

.partenaires_gutenberg_block .content {
    border: 1px solid;
    padding: 24px;
    min-height: 300px;
    position: relative;
    border-radius: 10px;
}



@media only screen and (max-width:901px) {
	.partenaires_gutenberg_block{
		width: 95%;
	}

	.partenaires_gutenberg_block h2{
		margin-bottom: 11px;
	}
}


