.blockHeader
{
    width: 100%;
   height: 400px;
    background-image: url("../images/ashni-Wh9ZC4727e4-unsplash.jpg");
    text-align: center;
    background-size: cover;
}
.blockHeader h1{
    color: white;
    padding-top: 200px;
    font-size: xxx-large;
    font-weight: lighter;

}
.main{
    height: 100%;
}
.textP1{
    font-family: 'SF Pro Display', Medium, serif;
    margin-left: 30px;
    margin-top: 30px;
    font-size: xx-large;
}
.imgI,.imgV{
    width: 35px ;
    background-color: #C6C5C5;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 8px 20px #B9B9B9;
}
.explication{
    display: flex;
    justify-content: left;
   margin-left: 60px;
}
.explication h3{
    padding-left: 5px;
}
.fa-newspaper{
    color: white;
    background-color: #252B6A;
    border-radius: 10px;
    padding: 10px 10px;
    font-size:35px;
}
.fa-photo-film{
    color: white;
    background-color: #252B6A;
    border-radius: 10px;
    padding: 12px 10px;
    font-size:35px;
}
.fa-percent{
    color: white;
    background-color: #252B6A;
    border-radius: 10px;
    padding: 10px 12px;
    font-size:35px;
}
.col-lg-2{
    text-align: end;
}
.dis1 :first-child{
    font-family: 'SF Pro Display', Bolde, serif;
    color: #4B4B4B;
    font-weight: bold;
}
.col-11{
    text-align: center;
}
.col-11 p{
    margin-bottom: 0;
    font-family: 'SF Pro Display', Bolde, serif;
    color: #4B4B4B;
}
.col-12{
    text-align: center;
}
.col-12 p{
    margin-bottom: 0;
    font-family: 'SF Pro Display', Bolde, serif;
    color: #4B4B4B;
}
.resultat{
    margin-left: 25%;
    position: static;
    display: flex;
    width: 300px ;
    background-color: #C6C5C5;
    padding: 5px 10px;
    border-radius: 20px;

}
.blockY,.blockY1{
    display: none;
    margin-left: 30%;
    position: static;
    width: 250px ;
    background-color:transparent;
    padding: 5px 10px;
    border-radius:0 0  20px 20px;
    margin-top: -20px;
}
.blockY input,.blockY1 input{
    width: 100%;

}
#arrow1,#arrow11{
    margin-left: -10px;
    margin-top: 3px;
}
#arrow2{
    margin-left: 4px;
    margin-top: 3px;
}


.fa-magnifying-glass{
    color: white;
    background-color: #252B6A;
    border-radius: 10px;
    padding: 10px 10px;
    font-size:30px;
}
.blockArticle{
    width: 40%;
    height: auto;
    box-shadow: 0 8px 20px #B9B9B9;
    margin-left: 30px;
    margin-bottom: 60px;
    border-radius: 30px;


}
.blockR{
    padding-bottom: 20px;
}
.blockC{
    padding-bottom: 20px;
    margin-top: 20px;
}
.blockC a{
    text-decoration: none;
    font-family: 'SF Pro Display', Bolde, serif;
    color: #4B4B4B;

}
.blockArticle2{
    width: 80%;
    height: auto;
    box-shadow: 0 8px 20px #B9B9B9;
    margin-left: 30px;
    margin-bottom: 60px;
    border-radius: 30px;
}
.blockGlobel{
    margin-left: 60px;
    margin-top: 40px;
}
.btt{
    text-align: left;
    margin-top: -30px;
}
.btt input, .btt1 input{
    background-color: #C6C5C5;
    border: none;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 5px;
    margin-top: -15px;

}
.block3:not(:last-child){
    border-bottom: 1px solid;
    border-color: #C6C5C5;
}


h4{
    color: #252B6A;
    font-weight: bold;
    text-shadow:  0 8px 20px #B9B9B9;
}
.flot {
    display: flex;
    justify-content: left;
    margin-left: 5px;
    margin-bottom: -20px;
    width: 85%;
}
.centerT h4{
    padding: 30px 20px;
}
.blockImg{
    text-align: right;

}
.blockImg img{
    margin-top: -10px;
    margin-right: -10px;
}
h4{
    margin-left: 5px;
    margin-bottom: 0;
}
.centerT{
    text-align: center;
}
.resume{
    padding: 0 40px;
    margin-top: -15px;
}
.date{
    text-align: right;
}
.date p{
    margin-right: 10%;
    padding-bottom: 30px;
}
.containerArticle{
    display: flex;
    justify-content: space-between;
}
.blockdiver{
    width: 40%;

}
.blockdiver .flot{
    margin-top: -20px;
}
/*test logo*/

:root {
    --marquee-width: 80vw;
    --marquee-height: 20vh;
    --marquee-elements: 12; /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 9s);
}

.marquee {
    padding-bottom: 20px;
    background-color:#e7e7e7;
    color: #eee;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    height: 220px;
}
.marquee:before, .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}
.marquee:before {
    left: 0;

}
.marquee:after {
    right: 0;

}
.marquee-content {
    list-style: none;
    height: 80%;
    width: 120%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
    margin-top: -18px;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(var(--marquee-element-width) * var(--marquee-elements)*-1  )); }
}
.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
    white-space: nowrap;

}
.titreLogo{
    text-align: center;
}
.partenaireLogo{
    color: #232323;
    margin-top: 30px;
}
.centerT h3{
    padding: 30px 20px;
    color: #252B6A;
    font-weight: bold;
    text-shadow: 0 8px 20px #b9b9b9;
}
#im4{
    filter: saturate(50%);
}
.marquee-content li{

}

@media (max-width: 600px) {
    html { font-size: 12px; }
    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }
    .marquee:before, .marquee:after { width: 5rem; }
}
video{
    width: 100%;
    height: 100%;
    position: absolute;
}
.blockArticle3{
    position: relative;
    width: 80%;
    height: 250px;
    box-shadow: 0 8px 20px #B9B9B9;
    margin-left: 30px;
    margin-bottom: 60px;
    border-radius: 30px;
}
.datey{
    border: 1px solid #C6C5C5;
    background-color: white;
    border-radius: 10px;
}
.col-11 button{
    border: none;
    background-color: transparent;
    font-family: 'SF Pro Display', Bolde, serif;
    color: #4B4B4B;
}
.articleT{
    width: 60%;
    height: auto;
    box-shadow: 0 8px 20px #b9b9b9;
    margin-left: 30px;
    margin-bottom: 60px;
    border-radius: 30px;
    display: inline-block;
}
.BlockTitre{

    padding-top: 100px;
    margin-left: 30px;

}
.blockArticlet:not(input){
    width: 100%;
    text-align: center;


}
/*formulaire article */
.formArticle{
    display: block;
}
.formArticle input:not(.offreAction)
{
    width: 80%;
    height: 30px;
    border: none;
    background-color: #e7e7e7;
    border-radius: 5px;
}
.formArticle textarea{
    width: 80%;
    height:150px ;
    margin-bottom: 20px;
    border: none;
    background-color: #e7e7e7;
    border-radius: 5px;

}
/*detaile

 */
.dis1{
    display: flex;
    text-align: left;


}
.dis1 p{
    margin-bottom: 0;
    padding-right: 10px;
}
.row{
    display: flex;
    justify-content: space-between;
}

.reseau1 i {
    background-color: #4B4B4B;
    color: #C6C5C5;
    font-size: 2em;
    padding: 5px;
    border-radius: 30px;
    margin-right: 10px;
}
.blockdet{
    display: flex;
    justify-content: space-between;
}
iframe{
    width: 100%;
    height: 100%;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;

}
.fa-photo-film {
    z-index: 4;
}
.imgV{
    margin-left:28px;
    margin-bottom:  -65px;

}
.blockV{
    text-align: right;
    width: 430px;
    z-index: 4;
}
.alert-dismissible{
    padding-right: 9rem ;
}
.pageArticle{
    padding: 40px;
}

@media (max-width: 1340px) {

    .resultat{
        margin-left: 17%;
    }
    .blockdiver {
        width: 50%;
    }
}
@media (max-width: 900px) {
    .containerArticle {
      display: block;
    }
    .blockdiver {
        width: 100%;
    }
    .blockArticle {
        width: 80%;
    }
    .resultat{
        width: 70%;
    }
    .blockGlobel {
        margin-left: 20px;
    }


    .blockV {
        width: 520px;
    }
}