/*
Theme Name: Qwamplify Groupee
Author: AllByWeb
Author URI: https://allbyweb.fr
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.container-fluid{
    padding: 0 6%;
}
html,body{
    font-family: "Poppins", sans-serif;
    color: #0B0B0B;
    font-size: 17px;
}
h2{
    color: #0B0B0B;
    font-size: 45px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;  
}
h2 span{
    font-weight: 700;
}
a{
    text-decoration: none;
}

/* Header */
header{
    margin-bottom: -156.63px;
    position: relative;
    z-index: 10;
    padding: 40px 0;
}
header .navbar-collapse{
    flex-grow: 0;
}
header .navbar-nav li a{
    color: #F2F2F2;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
header .navbar-nav li a::after {
    content: "";
    background: transparent;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 2px;
    transition: all .5s ease-in-out;
}
header .navbar-nav li a:hover::after,header .navbar-nav li.current_page_item a::after{
    background: #F2F2F2;
}
header .navbar-nav li{
    margin: 0 20px;
}

/* Footer */
footer{
    background: #0B0B0B;
    padding: 50px 0;
}
footer .logo-footer{
    display: block;
    width: 266px;
    height: 72px;
}
footer .logo-footer img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer .titre{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #F2F2F2;
    margin-bottom: 10px;
}
footer .navbar-nav a{
    color: rgba(242, 242, 242, .7);
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
}
.copyright{
    padding: 15px 0;
}
.copyright .site-copyright{
    color: #0B0B0B;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

/* Banniere */
.banniere{
    height: 80vh;
    background-size: 100% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}
.banniere h1,.banniere h1 *{
    font-size: 60px;
    line-height: 66px;
    text-transform: uppercase;
    font-weight: 300;
    color: #F2F2F2;
}
.banniere picture{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.banniere picture img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.banniere h1 span{
    font-weight: 700;
}
.banniere .container-fluid{
    margin-top: 5rem;
    z-index: 1;
}

/* Block content */
.block-content{
    margin: 80px 0;
}
.block-content h2{
    margin-bottom: 40px;
}
.block-content .bloc{
    width: 100%;
    height: 418px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* chiffres */
.chiffres{
    margin-bottom: 70px;
}
.chiffres h2{
    margin-bottom: 50px;
}
.chiffres .num p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 79px;
    font-weight: 700;
    color: #fff;                
    -webkit-text-stroke: 2px #0B0B0B;
    line-height: 73px;
}
.chiffres .num span{
    color: #0B0B0B;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

/* Slide mots */
.slide-mots{
    background: #0B0B0B;
    padding: 80px 0;
}
.slide-mots h2{
    color: #F2F2F2;
}
.slide-mots .slick-slide{
    display: flex;
    align-items: center;
}
.slide-mots .right{
    width: 372px;
    height: 457px;
}
.slide-mots .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-mots .left{
    width: calc(100% - 572px);
    padding-right: 100px;
}
.slide-mots .liste-mots{
    margin: 0;
    padding: 0;
}
.slide-mots .left p{
    color: #F2F2F2;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
}
.slide-mots .left .nom{
    color: #F2F2F2;
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
    text-align: right;
}
.slide-mots .left .profil{
    color: #F2F2F2;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    text-align: right;
}
.slide-mots .slick-prev{
    display: none !important;
}
.slide-mots .slick-next{
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(assets/images/arrow.svg) no-repeat center;
    border: none;
    font-size: 0;
    width: 61px;
    height: 41px;
    background-size: contain;
}

/* Timeline */
.timeline{
    margin: 70px 0;
}
.timeline h2{
    margin-bottom: 50px;
}
.timeline .liste-time{
    margin: 0;
    padding: 0;
}
.timeline .liste-time::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0B0B0B;
    position: absolute;
    top: 10px;
    left: 0;
}
.timeline .btns{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 20px;
}
.timeline .btns button{
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    display: flex;
}
.timeline .btns .previous-link-custom{
    transform: rotate(180deg);
}
.timeline .slick-slide{
    padding: 0 2rem 0 1rem;
}
.timeline .date{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 3rem;
    position: relative;
}
.timeline .date::before{
    content: "";
    width: 10px;
    height: 10px;
    background: #0B0B0B;
    position: absolute;
    top: -45px;
    left: 0;
    border-radius: 100%;
}
.timeline p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #757575;
}

/* Team */
.team{
    margin-bottom: 70px;
}
.team h2{
    margin-bottom: 50px;
}
.team .liste-team{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.team .liste-team li{
    list-style: none;
    width: calc(33.33% - 60px);
    margin-bottom: 20px;
    margin-right: 30px;
}
.team .liste-team .img{
    height: 400px;
    width: 100%;
}
.team .liste-team .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team .liste-team .nom{
    color: #0B0B0B;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 20px;
}
.team .liste-team p{
    color: #0B0B0B;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

/* Team 2 */
.team2{
    margin: 70px 0;
}
.team2 .content p{
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.team2 .liste-team{
    margin-top: 25px;
}
.team2 .liste-team .col-sm-3{
    margin-bottom: 25px;
}
.team2 .liste-team .img{
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
}   
.team2 .liste-team .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}   
.team2 .liste-team .nom{
    color: #0B0B0B;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 5px;
}
.team2 .liste-team p{
    color: #0B0B0B;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

/* CTA */
.cta{
    background: #0B0B0B;
    padding: 60px 0;
    margin-bottom: 70px;
}
.cta h2{
    color: #F2F2F2;
    margin: 0;
    line-height: 45px;
}
.cta a{
    color: #0B0B0B;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    background: #F5F5F5;
    padding: 10px 15px;
}
.cta .row{
    align-items: center;
    display: flex;
}

/* Agenda */
.agenda-financier,.presse{
    margin-bottom: 70px;
}
.grid {
  width: 100%;
}

.element-item {
  width: 100%;
  margin-bottom: 25px;
}


.agenda-date {
  font-size: 18px;
  font-weight: 900;
  color: #0B0B0B00;
  -webkit-text-stroke: 1px #0B0B0B;
    text-transform: uppercase;
    margin-right: 3rem;
    width: 180px;
}


.agenda-title {
  font-size: 18px;
  color: #0B0B0B;
  font-weight: 600;
}

.filters-select {
  padding: 5px 15px;
  border: 1px solid #0B0B0B;
  font-size: 20px;
  cursor: pointer;
  color: #0B0B0B;
  font-weight: 700;
  border-radius: 0;
  background: transparent;
  margin-left: auto;
  width: 150px;
  display: block;
  margin-bottom: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  background-image: url(assets/images/select.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}

.filters-select:focus {
  outline: none;
  border-color: #0B0B0B;
}
.agenda-item {
    display: flex;
    align-items: center;
    position: relative;
}
.agenda-item a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.presse .agenda-item{
    display: flex;
    align-items: flex-start;
}
.presse .agenda-item img{
    width: 205px;
    height: 205px;
    object-fit: cover;
    margin-right: 1.2rem;
}
.presse .top{
    margin-bottom: 20px;
}
.presse a{
    position: relative;
    width: auto;
    height: auto;
}
.presse .element-item{
    margin: 30px 0 0 0;
    border-top: 1px solid #0B0B0B;
    padding-top: 30px;
}
.presse .content p{
    margin: 0 0 5px 0;
    padding: 0;
    color: #979797;
    font-weight: 700;
    font-size: 16px;
}
.presse .content div{
    color: #0B0B0B;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.presse .content a{
    color: #0B0B0B;
    font-weight: 700;
    font-size: 18;
    text-decoration: underline;
}
.finance{
    border-top: 1px solid #0B0B0B;
    padding-top: 70px;
    margin-bottom: 70px;
}
.finance .top{
    margin-bottom: 50px;
}
.finance .element-item{
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #0B0B0B;
}
.finance .selected-year-display span{
    color: #0B0B0B;
    font-size: 30px;
    font-weight: 700;
}
.finance .selected-year-display {
    border-bottom: 1px solid #0B0B0B;
    padding-bottom: 15px;
}

.assemble{
    border-top: 1px solid #0B0B0B;
    padding-top: 70px;
    margin-bottom: 70px;
}
.assemble .top{
    margin-bottom: 50px;
}
.assemble .element-item{
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #0B0B0B;
}
.assemble .selected-year-display span{
    color: #0B0B0B;
    font-size: 30px;
    font-weight: 700;
}
.assemble .selected-year-display {
    border-bottom: 1px solid #0B0B0B;
    padding-bottom: 15px;
}

/* Content Page */
.content-page{
    margin: 70px 0;
}
.content-page h2{
    color: #0B0B0B;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 400;
}
.content-page a{
    color: #0B0B0B;
    text-decoration: underline;
}

.header--on-banner .black,.header--no-banner .white{
    display: none !important;
}
header.header--no-banner .navbar-nav li a{
    color: #0B0B0B;
}
header.header--no-banner .navbar-nav li a:hover::after, header.header--no-banner .navbar-nav li.current_page_item a::after {
  background: #0B0B0B;
}

/* COntact form */
.form-contact{
    margin-top: 200px;
    margin-bottom: 50px;
}
.form-contact h1{
    font-size: 45px;
    line-height: 44px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 50px;
}
.form-contact p{
    color: #BBBBBB;
}
.form-contact h1 span{
    font-weight: 700;
}
.form-contact .form-control{
    color: #0B0B0B;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #0B0B0B;
    border-radius: 0;
    padding: 10px 15px;
}
.form-contact .form-control:focus{
    outline: none;
    box-shadow: none;
}
.form-contact .form-control::placeholder{
    opacity: 1;
    color: #0B0B0B;
}
.form-contact .wpcf7-form-control-wrap{
    display: block;
    margin-bottom: 1rem;
}
.form-contact textarea{
    height: 140px;
}
.form-contact .wpcf7-submit{
  color: #F2F2F2;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background: #0B0B0B;
  padding: 10px 15px;
  border: none;
}
.form-contact .btns{
    text-align: right;
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.form-contact .bottom{
    margin-top: 50px;
}
.form-contact .bottom h2{
    margin-bottom: 50px;
}
.form-contact .bottom .titre{
    color: #0B0B0B;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.form-contact .bottom .titre img{
    margin-right: 8px;
    margin-top: -3px;
}
.form-contact .bottom p{
    font-size: 16px;
    line-height: 24px;
    color: #0B0B0B;
}
.content--no-banner{
    margin: 200px 0 50px 0;
}
.content--on-banner h1{
    display: none !important;
}
.mobile{
    display: none !important;
}