@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
:root{
--col-primary: #A3A1A1;
--col-secondary: #F7C317;
--col-secondary-2: #F7C317;
--col-primary-2: #F7C317;
--col-gris: #313131;
--col-gris-bg: #f7f7f7;


--col-w: #ffffff;
--col-b: #000000;
  }
  @font-face {
    font-family: PoetsenOne;
    src: url(../font/PoetsenOne-Regular.ttf);
  }
  @media (max-width: 48em) {

    .content{
        padding: 0 20px;
    }
}
@media (min-width: 48em) {
    .text-home{
        font-size: 3rem !important;
    }
    .content{
        padding: 0 50px;
    }
}
@media (min-width: 64em) {
    .content{
        padding: 0 50px;
    }
}
@media (min-width: 120em) {
    .content{
        padding: 0 150px;
    }
}
body{
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
    transition: all 200ms linear;
}
.title-secteur{
    font-family: 'PoetsenOne', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 40px;
}
.text-pf{
  font-size: 28px;
}
.color-primary{
    color: var(--col-primary);
}
.color-secondary{
    color: var(--col-secondary);
}
.link-tel, .link-tel:hover{
  color: var(--col-w);
  text-decoration: none;
  font-weight: 700;
    font-size: 17px; 
}

.bg-col-primary{
background: var(--col-primary);
color: var(--col-w);

}
.bg-col-secondary{
    background: var(--col-secondary);
    color: var(--col-w);
    }
.text-link{
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}
.titre-section{
    font-size: 3rem;
    line-height: 70px;
    color: var(--col-gris);
}
.titre-section::before{
    content: '';
    width: 190px;
    height: 14px;
    background: #9f9f9f59;
    position: absolute;
    top: 47px;
    left: -14px;
    z-index: -1;
}
.text-home{
    width: fit-content;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.125;
    text-align: center;
    color: var(--col-gris);
    margin: auto;
    position: relative;
}
.text-home::after{
    content: '';
    width: 220px;
    height: 16px;
    background: var(--col-secondary);
    position: absolute;
    top: 32px;
    left: -1%;
    z-index: -1;
    opacity: 0.8;
}
.text-header-section{
    width: fit-content;
    margin: auto;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--col-gris);
    position: relative;
}
.text-header-section::after{
    content: '';
    width: 160px;
    height: 8px;
    background: #9f9f9fb8;
    position: absolute;
    bottom: 11px;
    left: -14px;
    z-index: -1;
}
.vector-secteur {
    margin-top: 10pc;
  }
  
  .sliders-header {
    background: var(--col-gris-bg);
    padding-top: 50px;
  }

  .flex-center{
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .box-text-color {
    width: 90%;
    height: 220px;
    background: var(--col-w);
    color: var(--col-gris);
    position: absolute;
    right: 40px;
    top: -150px;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 20px #0003;
  }
  .box-text-color::after {
    content: url('images/svg/pattern-s-01.svg');
    position: absolute;
    width: 120%;
    left: -10px;
    opacity: 0.1;
    filter: brightness(0.5);
  }
  .box-1-s1 {
    /* padding: 130px 0; */
  }
  .box-1-s1 img {
    position: relative;
    z-index: 1;
	width:100%; 
  }

  .card-section .btnOpt{
    width: -webkit-fill-available;
  }
  .section-3 .card-section{
    border-top: 7px solid var(--col-gris);
    background: var(--col-w);
    box-shadow: 0 0 10px #0003;
    height: 100%;
    border-radius: 20px;
    position: relative;
    padding-bottom: 10px !important;
  }
  .section-3 .card-section .head-section {
    font-size: 1.75rem;
    line-height: 30px;
    font-weight: 700;
    color: var(--col-gris);
    opacity: 0.4;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-bottom: none;
  }
  .card-footer{
    background-color: transparent;
    border-top: none;
  }
  .section-3 .card-section .p-section {
    font-size: 1.25rem;
    line-height: 1.5;
    height: 16%;
  }
  .section-3 .card-section .item-section{
    list-style: none;
  }
  .section-3 .card-section .item-section li{
    padding: 10px 0;
    font-size: 1.25rem;
    line-height: 1.5;
    display: flex;
    align-items: baseline;
  }
  .section-3 .card-section .item-section img{
    min-width: 33px;
    padding-right: 10px;
  }

  .section-3::before {
    content: '';
    background: var(--col-gris-bg);
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
  }
  .content-footer .topfooter{
    min-height: 150px;
    background: var(--col-w);
    position: relative;
    top: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.088);
  }
  .content-footer .footer{
    min-height: 300px;
    background: #000000;
    color: var(--col-w);
    display: flex;
    align-items: flex-end;
  }
  .content-footer .footer a {
    text-decoration: none;
    color: var(--col-w);
  }
  .content-footer .footer .grid-footer {
    display: grid;
    font-size: 15px;
    font-weight: 400;
  }

  .section-5{
      background: url(images/bg-moving.jpg) no-repeat;
      background-size: cover;
      min-height: 310px;
  }
  
  .section-valeur{
    background: url(images/bg-moving.jpg) no-repeat;
    background-size: cover;
    min-height: 230px;
}
  .img-effect{
    filter: grayscale(1);
    transition: filter .2s cubic-bezier(.455,.03,.515,.955);
}
  .img-effect:hover{
    filter: unset;
}

.btn-icon{
    min-width: 35px;
    min-height: 35px;
    background: transparent;
    border: none;
}
.btn-contact{
    width: 150px;
    height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.btnPl {
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--col-w);
    padding: 10px 15px;
    background-size: 300%;
    transition: all 0.6s;
  }

  .btnOpt {
    /*width: 300px;*/
	width:auto;
    height: 55px;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 2;
    border: 2px solid currentColor;
  }
  .btnOpt::after{
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btnOpt:hover{
    color: var(--col-w);
	background-color: #f7c317;
  }
  .btnOpt:hover::after{
    width: 100%;
  }
  .btn-style-1 {
    color: var(--col-w);
      background-image: linear-gradient(90deg, var(--col-primary-2) 50%, var(--col-primary-2) 50%);
  }
  
  
  .btnPl:hover {
    color: var(--col-primary-2);
    background-image: linear-gradient(90deg, var(--col-w) 50%, var(--col-primary-2) 50%);
    background-position: 150% 102%;
    transform: translateX(0.5rem);
    border: 1.5px solid var(--col-primary-2);
  }
  
  .btnPl:active {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
  }
  



  .btn-1{
    color: var(--col-primary-2);
  }
  .btn-1:after{
    background: var(--col-primary-2);
    }
  .btn-2{
    color: var(--col-secondary-2);
  }
  .btn-2:after{
    background: var(--col-secondary-2);
    }
  
  .btn-3{
    color: var(--col-w);
  }
  .btn-3:hover{
    color: var(--col-primary-2);
    
  }
  .btn-3:after{
    background: var(--col-w);
  }



  .content-header{
    z-index: 99;
    position: sticky;
    top: 0;
    background: var(--col-gris-bg);
}
.content-center{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.content-header .top-header{
height: auto;
min-height: 35px;
background: var(--col-primary-2);
color: var(--col-w);
position: relative;
z-index: 1;
border-bottom: 1px solid var(--col-gris);
}  
.content-header .header{
    min-height: 100px;
    /* box-shadow: 0 0 20px #0003; */
}
.content-header .header img{
    height: 60px;
}
.navbar-toggler{
    outline: none !important;
}
  


 
  
  .active a{
    color: var(--col-secondary-2) !important;
  }
.data-client{
    background: var(--col-gris-bg);
    min-height: 200px;
}
.form-control{
    padding: 12px;
    border-bottom: 3px solid #626262;
}
.form-control:focus{
outline: none;
box-shadow: none;
border-color: var(--col-secondary);
}
.form-control::placeholder{
    color: #b9b9b9c2;
}#index .titre-section::before {top: 26px;}#index h1.titre-section::before {top: 40px;}

.head-text{
 /* width: fit-content;*/
  width: 100%;
  margin: auto;
}


 @media (max-width: 767px) {
.mobile-center {
    justify-content: center !important;
}

.titre-section::before , .text-header-section::after , .text-home::after {
background: transparent;}

.titre-section {
font-size: 2rem;}


}

.bntdev {
   width: 151px;
    height: auto;
    font-size: 14px;
    text-transform: none;
	margin-bottom: 5px !important;
}

 .vector-secteur img, svg {
  width: 100%;
}

.input-group {
 display: block !important;}
  