/*=====================================================
Free Building Company Website Template Website Stylesheet
                Body Core Stylesheet
========================================================*/
* {
    -webkit-box-sizing: border-box;
    
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #000;
    overflow-x: hidden;
    
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(255, 255, 255);
    
    background-color: #8a9ea7;
}

.navbar {
    max-height: 65px;
    transition: 100ms ease;
    background: transparent;
}

.navbar-collapse {
    margin-top: 0;
}

.dropdown-menu , .dropdown-item {
   background-color: #3f3d56 ;
   bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    color: #fff;
    object-fit: contain;

}

.dropdown-menu {
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border-radius: 4px;
    cursor: pointer;
    
}
.dropdown:hover>.dropdown-menu {
    display: block;
  }

.navbar.scrolled {
   padding-left: 5%;
   padding-right: 5%;
   margin-top: 0;
   background-color: #3f3d56 !important;
    
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    -box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
}

.navbar.scrolled img {
    width: 95%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3f3d56;
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color:#8a9ea7;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0px;
    padding: 0px
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

li {
    display: inline-block;
}

a,
.btn {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

.viewbox-button-default {
    fill: rgba(0, 255, 0, 0.45);
}

.item {
    position: relative;
    overflow: hidden;
}

.item img {
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 20px;
    color: #959595;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px;
    color: #959595;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 20px;
    color: #959595;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px;
    color: #959595;
}

/*---- Nav-Styles ----*/
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #8a9ea7;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    line-height: 16px;
    padding: 5px 30px;
    line-height: 30px;
    border-radius: 50px;
    background-color: #5b5879;
    text-transform: capitalize;
    font-family: 'Baloo Thambi', cursive;
}



nav ul > li > .active,
.nav-link:hover {
    color: #ffff;
}

.navbar {
    margin: 50px 0 0;
    height: 85px;
    z-index: 9;
}

.icons {
    float: right;
    margin-right: 0;
    margin-left: 0;
}

nav {
    width: 100%;
}

nav ul > li .nav-link {
    padding: 0;
}

.nav-item {
    margin: 0 5px;
}

nav ul > li > a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.hidden-xs {
    font-size: 13px;
    line-height: 32px;
}

.navbar-dark .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.43);
}

.nav-item:last-child {
    margin-right: 0;
}



footer li a {
    font-size: 16px;
}

.banner .big-box {
    width: 60%;
    padding-top: 220px;
}


@media screen and (max-width: 991px) {
.navbar-light .navbar-nav .nav-link {
    border-radius: 0;
}

.navbar {
    margin: 0;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    
}

.about .main-content:nth-child(2) {
    margin-top: 0;
}

.about {
    margin-top: 0;
}

.nav-item {
    margin: 0;
}

.navbar img,
.navbar.scrolled img {
    width: 60%;
}

.navbar {
    height: 65px;
}
}
footer {
   position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0 10px;
    background-color: #3f3d56;
    font-family: 'Montserrat', sans-serif;
    margin-top: 100px;
    margin-bottom: 0;
    
}

 
 footer p {
     margin: 0;
     padding: 0;
     color: #d7d7d7;
     font-size: 12px;
     letter-spacing: 1px;
     text-align: center;
     text-transform: capitalize;
     font-weight: 300;
 }
 
 footer a:hover {
     color: #fed253;
 }
 
  .letter {
     
     text-transform: capitalize;
     font-family: 'Baloo Thambi', cursive;
     margin-top: 150px;
  }
  #président {
      margin-top: 100px;
  }
  @media screen and (max-width: 991px) {
     #président {
         margin-left: 25%;
     }
 }
 .view img {
     max-height: 350px;
 }
 .card-text {
     text-align: left;
 }
 .card-text strong {
     margin-left: 30px;
 }
 ul {
     margin: 0px;
     padding: 0px;
 }
 .footer-section {
   background: #151414;
   position: relative;
 }
 .footer-cta {
   border-bottom: 1px solid #373636;
 }
 .single-cta img {
   color: #ffffff;
   font-size: 30px;
   float: left;
   margin-top: 0;
 }
 .cta-text {
   padding-left: 15px;
   display: inline-block;
 }
 .cta-text h4 {
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 2px;
   margin-top: 6px;
 }
 .cta-text span {
   color: #757575;
   font-size: 15px;
 }
.affiche img {
    padding-right: 40px;
    width: 100%; 
    height:100%;
    justify-content: center;
}
.affiche {
    margin-top: 200px;
    border-radius: 50px;
    
    text-transform: capitalize;
    font-family: 'Baloo Thambi', cursive;
}
#prg {
    background-color: #3f3d56;
    border-radius: 20px;
    height: 50px;
    width: 150px;
}
h2 {
    text-align: center;
    text-transform: capitalize;
    font-family: 'Baloo Thambi', cursive;
    color: #3f3d56;
    margin-bottom: 20px;
}
.pics {
    margin-top: 100px;
    margin-bottom: 50px;
    
}
.wrap {
    width: 100%;
    height: auto;
    
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 10px;
    
}
.carousel-inner{
 max-height: 650px;
 border-radius: 70px;
 box-shadow: black;

overflow: hidden;
}
.carousel-inner img {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; 
    height: auto;
    max-height: 650px;
    object-fit: fill;
  }
#carouselExampleFade {
    border-radius: 20px;
    box-shadow: inset;
}
.wrap h3 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Baloo Thambi', cursive;
}
.card-body {
    padding-top: 120px;
}



/* ===================================== */
/* ===================================== */
/* ===================================== */
/* ===================================== */

.hero-wrap{
    margin-top: 50px;
}

#prg{
    margin: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)!important;

}



.containerrr {
    overflow: hidden;
  }
  .containerrr .slider {
    animation: slidein 20s linear infinite;
    white-space: nowrap;
  }
  .containerrr .slider .logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
  }
  .containerrr .slider .logos .fab {
    width: calc(100% / 5);
    height: calc(100% / 5);
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  }
  
  @keyframes slidein {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

/* .position {
    text-transform: lowercase;
} */
.blog-entry{
    width: 100%;
    height: 100%;
}
.workshop{
    width: fit-content;
    border-radius: 8px;
    padding: 2px 3px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    font-size: .9rem;
}
.submit-btn {
    margin: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)!important;
}
.submit-btn:hover {
    color: #6b76ff!important;
background-color: #fff!important;
border: 2px #6b76ff solid!important;
  }
#prg:hover {
    color: #6b76ff!important;
background-color: #fff!important;
border: 2px #6b76ff solid!important;
  }

.cta{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.cta-button{
    padding: 10px 20px;
    font-size: 1.1rem;
    height: 100%;
    border-radius: 15px;
    transition-duration: 0.2s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)!important;
}
#location{
color: #6b76ff!important;
background-color: #fff!important;
border: 2px #6b76ff solid!important;
}
#location:hover {
    background-color: #6b76ff!important; /* Green */
    color: #fff!important;
  }
#inscrire:hover {
    color: #6b76ff!important;
background-color: #fff!important;
border: 2px #6b76ff solid!important;
  }
.contact-form{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 20px;
}




.wrap {
    padding: 4rem;
    position: relative;
    width: 90%;
  }
  
  .clients {
      align-items: center;
      -webkit-box-align: center;
      display: grid;
      gap: 4rem 4rem;
      grid-template-columns: auto auto;
      justify-items: center;
      margin: 1rem auto;
      max-width: 1024px; }
  
  .clients li {
    list-style: none;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .clients img {
    height: 4rem;
    
  
  }
  .clients:hover li {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  }
  .clients:hover li:not(:hover)  {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  }
  .clients li:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem); 
  }
  
  @media (min-width: 1024px) {
  .clients {
      grid-template-columns: auto auto auto auto; }
      
  .clients img {
    height: 5rem; }}
  
  /* --- Images (gray logo) --- */
  .clients img {
    -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
            filter: grayscale(100%) brightness(10%) contrast(10%); }
  
  .clients img:hover {
    background: none;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

 
 #inscription p{
     font-size: 1.1rem;
     font-weight: 600;
 }  
 
 @media screen and (max-width: 600px) {
  .clients img {
    height: 5rem;
  width: 100px;
  gap: 1rem .5rem; }
  .wrap {
    padding: 1rem .5rem;
    
  }
  .wrapper {
    width: 100%;
    padding: 10px 5px;
    font-size: 0.2rem;
    flex-direction: column;
    
  }
  .wrapper .option{
    margin: 5px 5px !important;
    font-size: 0.2rem;
  }
  .ftco-search .nav-pills .nav-link{
    padding: 10px 5px !important;
    font-size: .5rem;
  }
  .navbar{
    width: 100% !important;
  }
  .speaker-wrap{
    width: 100%;
    
    flex-direction: column;
    padding: 15px 10px;
  }
  .speaker-wrap .text{
    width: 100%;
    
    
  }
  #inscription{
    font-size: small;
  }
 }


.wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    border: 1px #d9d9d9 solid;
    padding: 10px 5px;
    
  }
  .wrapper .option {
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 5px;
    border-radius: 50px;
    cursor: pointer;
    
    transition: all 0.3s ease;
    background: #fff;
    border: 2px solid #d9d9d9;
    padding:  5px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  }
  .wrapper .option .dot {
    height: 10px;
    width: 10px;
    background: #d9d9d9;
    position: relative;
    border-radius: 50%;
    margin-right: 5px;
  }
  .wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    background: #fc5185;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease-in-out;
  }
  .wrapper input[type="radio"] {
    display: none;
  }
  #atelier1 ~ .option-1{
    border-color: #a9a9a9;
    color: #a9a9a9;
    background: #fff;
  }
  #atelier2 ~ .option-2{
    border-color: #e6194b;
    color: #e6194b;
    background: #fff;
  }
  #atelier3 ~ .option-3{
    border-color: #911eb4;
    color: #911eb4;
    background: #fff;
  }
  #atelier4 ~ .option-4{
    border-color: #fffac8;
    color: #fffac8;
    background: #fff;
  }
  #atelier5 ~ .option-5{
    border-color: #f58231;
    color: #f58231;
    background: #fff;
  }
  #atelier6 ~ .option-6{
    border-color: #4363d8;
    color: #4363d8;
    background: #fff;
  }
  #atelier7 ~ .option-7{
    border-color: #3cb44b;
    color: #3cb44b;
    background: #fff;
  }
  #atelier8 ~ .option-8{
    border-color: #ffe119;
    color: #ffe119;
    background: #fff;
  }
  #atelier9 ~ .option-9{
    border-color: #9a6324;
    color: #9a6324;
    background: #fff;
  }
  #atelier10 ~ .option-10{
    border-color: #f032e6;
    color: #f032e6;
    background: #fff;
  }




  #atelier1:checked:checked ~ .option-1,
  #atelier2:checked:checked ~ .option-2,
  #atelier3:checked:checked ~ .option-3,
  #atelier4:checked:checked ~ .option-4,
  #atelier5:checked:checked ~ .option-5,  
  #atelier6:checked:checked ~ .option-6,  
  #atelier7:checked:checked ~ .option-7,  
  #atelier8:checked:checked ~ .option-8,  
  #atelier9:checked:checked ~ .option-9,  
  #atelier10:checked:checked ~ .option-10  
  {
    border-color: #0f117a;
    background: #0f117a;
  }
  #atelier1:checked:checked ~ .option-1 .dot,
  #atelier2:checked:checked ~ .option-2 .dot,
  #atelier3:checked:checked ~ .option-3 .dot,
  #atelier4:checked:checked ~ .option-4 .dot,
  #atelier5:checked:checked ~ .option-5 .dot, 
  #atelier6:checked:checked ~ .option-6 .dot, 
  #atelier7:checked:checked ~ .option-7 .dot, 
  #atelier8:checked:checked ~ .option-8 .dot, 
  #atelier9:checked:checked ~ .option-9 .dot, 
  #atelier10:checked:checked ~ .option-10 .dot 
  {
    background: #fff;
  }
  #atelier1:checked:checked ~ .option-1 .dot::before,
  #atelier2:checked:checked ~ .option-2 .dot::before,
  #atelier3:checked:checked ~ .option-3 .dot::before ,
  #atelier4:checked:checked ~ .option-4 .dot::before ,
  #atelier5:checked:checked ~ .option-5 .dot::before,  
  #atelier6:checked:checked ~ .option-6 .dot::before,  
  #atelier7:checked:checked ~ .option-7 .dot::before,  
  #atelier8:checked:checked ~ .option-8 .dot::before,  
  #atelier9:checked:checked ~ .option-9 .dot::before,  
  #atelier10:checked:checked ~ .option-10 .dot::before  
  {
    opacity: 1;
    transform: scale(1);
  }
  .wrapper .option span {
    font-size: .7rem;
    columns: #808080;
  }
  #atelier1:checked:checked ~ .option-1 span,
  #atelier2:checked:checked ~ .option-2 span,
  #atelier3:checked:checked ~ .option-3 span,
  #atelier4:checked:checked ~ .option-4 span ,
  #atelier5:checked:checked ~ .option-5 span,  
  #atelier6:checked:checked ~ .option-6 span,  
  #atelier7:checked:checked ~ .option-7 span,  
  #atelier8:checked:checked ~ .option-8 span,  
  #atelier9:checked:checked ~ .option-9 span,  
  #atelier10:checked:checked ~ .option-10 span  
  {
    color: #fff;
  }
  
.ftco-search .nav-link    {
  color: #000 !important;
}
.ftco-search .nav-link.show    {
  color: #fff !important;
}