@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
    font-size: 62.5%;
    
}

body{
     line-height: 1.7;
     font-weight: "400";
     font-family: "Lato", sans-serif;
     overflow-x: hidden;

 }

:root{
    --marquee-width: 95vw;
    --marquee-height: 14rem;
    --marquee-elements: 7;
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 4s);
}

/* .header{
    max-width:100vw;
    margin: 0 auto;
    display:flex;
    padding: 4rem;
    justify-content: space-between;
    justify-items: center; 
    height: 95vh;
    background-image: linear-gradient(to right bottom,
            rgba(227, 227, 227, 0.845),
            rgba(255, 255, 255, 0.192)),
            url(IMG/BOUDRANT-HERO.png);
    background-size: cover;
    background-position: top;
    position:relative;
    z-index: 1000; 

} */
header{
    width:97%;
    margin: 0 auto;
    background:transparent;
    position:fixed;
    top: 2rem;
    left:2rem;
    translate:translatex(-50%);
    border-radius: 4rem;
    display:flex;
    justify-content: space-between;
    justify-items: center;
    height: 15vh;
    z-index: 1000;
    
   
}

header .main-nav ul{
    display:flex;
    justify-content: space-between;
    list-style: none;
    
}
header .main-nav ul li{
    margin:0 1rem;
    position: relative;
    float: left;
}
header .main-nav ul li ul{
    position: absolute;
    left: 0;
    margin-top: 3.5rem;
    width: 20rem;
    background: #fff;
    display: none;
}

.home{
    max-height: 200vh;
    max-width:100vw;
    background-image: linear-gradient(to right bottom,
    rgba(227, 227, 227, 0.845),
    rgba(255, 255, 255, 0.192)),
    url(IMG/BOUDRANT-HERO.png);
    
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
   
    position:relative;
}
.home .content{
    display:flex;
    align-items:center;
    justify-content: center;
    flex-flow: column;
    padding-top: 14em;
    padding-bottom: 8rem;
    text-align: center;
}
.home .content h1{
    font-size: 3rem;
    color: #fff;
    padding:0 1rem;
    text-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
    text-transform: uppercase;
}
.home .content p{
    font-size: 1rem;
    color: #fff;
    padding: 1rem 25rem;
}

 


/*         HEADING             */

h1, h2, h3{
    font-weight: 300;
    text-transform:uppercase;
}

h1{
    /* margin-top: rem;  */
    /* padding-top: 2rem; */
    color:#fff;
    font-size:3.2rem;
    word-spacing: 3px;
    letter-spacing: 1px;

}

h2{
    font-size: 1.8rem;
    word-spacing:2px;
    text-align:center;
    margin-bottom: 3rem;
    letter-spacing: 1px;
    font-weight: bolder;
}

h3{
    font-size:1.1rem;
    margin-bottom: 1.5rem;

}

h2::after{
    display: block;
    height:2px;
    background-color: #e67e22;
    content: " ";
    width:100px;
    margin: 0 auto;
    margin-top: 30px;
}

.container{ 
    /*  1140px  */
    max-width: 95vw;
    padding: 0 3.2rem;
    margin: 0 auto;
    
}

.grid{
     display:grid;
     column-gap: 6.4rem;
     row-gap: 9.6rem;
     margin-bottom: 9.6rem;
     
}

.grid-{
     display:grid;
     column-gap: 4.2rem;
     row-gap: 6.4rem;
     margin-bottom: 3.6rem;
     justify-items:center;
     align-items:center;
     
}

.grid--footer{
    display:grid;
    column-gap: 3.2rem;
    row-gap: 2.4rem;
    justify-self: center;
    align-self: center;
    

        
}


.grid:not(:last-child){
    margin-bottom: 9.6rem;
}

.grid--2-cols{
    grid-template-columns: repeat(2,1fr);
}

.grid--3-cols{
    grid-template-columns: repeat(3,1fr);
}

.grid--4-cols{
    grid-template-columns: repeat(4,1fr);
}

.grid--5-cols{
    grid-template-columns: repeat(5,1fr);
}


.grid--5-cols--footer{
    grid-template-columns: 2fr 2fr repeat(3,1fr);

}
.references h2{
   margin-top: 4rem; 
}

.text-box{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -40%);
    text-align: center;
}

.logo{
    height: 19rem;
    margin-top: -2.5rem;
}
.main-nav{
    display:flex;
    justify-content: space-between;
    list-style: none;
}

.header-active{
    top:0;
    width: 97%;
    height: 13vh;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0 .1rem .3rem rgba(0,0,0,.3);
}

.main-nav-link:link,
.main-nav-link:visited{
    margin-top: 3rem;
    display: inline-block;
    text-decoration:none;
    color:#2720ad;
    font-weight: 500;
    font-size: 2rem;
    transition: all .3s;
}

.main-nav-link:hover,
.main-nav-link:active{
    color:red;
    border-bottom: 2px solid red;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited{
    padding: 0.2rem 1.4rem;
    border-radius: .9rem;
    color:#fff;
    background-color: #2720ad;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active{
    background-color:red ;
    border-radius: 2px solid transparent;
}


/*          MOBILE          */
header .fa-bars{
    font-size: 3rem;
    color:blue;
    margin-top: 3rem;
    margin-right: 3rem;
    cursor: pointer;
    display: none;
    transition: .3s;
}
header .fa-times{
    transform: rotate(360deg);
    color:blue;
    margin-top: 3rem;
    margin-right: 3rem;
}

.heading-primary{
    color:#fff;
    text-transform: uppercase;
    backface-visibility: hidden;
    margin-bottom: 6rem;
}

.heading-primary-main{
    display:block;
    font-size: 6rem;
    letter-spacing: 3rem;

    animation: moveInRight 1s ease-out;
    
}

.heading-primary-sub{
    display:block;
    font-size: 3rem;
    letter-spacing: .7rem;
    animation: moveInLeft 1s ease-out;
}


.btn:link,
.btn:visited{
    text-transform:uppercase;
    font-weight:500;
    font-size:1.3rem;
    text-decoration:none;
    padding: 1.5rem 4rem;
    display:inline-block;
    border-radius: 7rem;
    transition: all .4s;
    position:relative;
}


.btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(0,0,0,.2);
}

.btn:hover::after{
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.btn:active{
    transform: translateY(-1px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);

}



.btn::after{
    content: "";
    display:inline-block;
    height:100%;
    width:100%;
    border-radius: 7rem;
    position:absolute;
    top:0;
    left:0;
    z-index: -1;
    transition: all .4s;

}
.btn-white{
    background-color: #fff;
    color:#777;
}


.btn-white::after{
    background-color: #fff;
}

.btn-animated{
    animation: moveInBottom .5s ease-out .75s;
    animation-fill-mode: backwards;
}




@keyframes moveInRight{
    0%{
        opacity:0;
        transform: translateX(10rem);
    }
    
    80%{
         transform: translateX(-1rem);
    }
    
    100%{
        opacity:1;
        transform: translate(0);
    }
}

@keyframes moveInLeft{
    0%{
        opacity:0;
        transform: translateX(-10rem);
    }
    
    80%{
         transform: translateX(1rem);
    }
    
    100%{
        opacity:1;
        transform: translate(0);
    }
}

@keyframes moveInBottom{
    0%{
        opacity:0;
        transform: translateY(3rem);
    }

    100%{
        opacity:1;
        transform: translate(0);
    }
}


/*************************************************************/
/*              SCROLLING LOGOS                              */
/*************************************************************/

.featured-in{
    /* width: 140rem; */
    margin: 0 auto; 
    padding:2.8rem 0 2.2rem 0;
    margin-top: 2rem;
}

.marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    background-color: transparent;
    color: #eee;
    overflow: hidden;
    position: relative;
    margin-top: -5rem;
  }
.marquee::before, .marquee::after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
  }
.marquee:before {
    left: 0;
    background: linear-gradient(to right, transparent 0%, transparent 100%);
  }
.marquee:after {
    right: 0;
    background: linear-gradient(to left, transparent 0%, transparent 100%);
  }
.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
  }


 .marquee-content:hover {
    animation-play-state: paused;
  } 
 
.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
    white-space:var(--marquee-height);
  }
  
.marquee-content li a img {
    width: 50%;
    height: 50%;
    padding: 12rem 0; 
    /* border: 2px solid #eee; */
    align-items: center;
    cursor: pointer;
  }
  

  /*        ANIMATIONS      */
  @keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
  }

/*********************************************************/
/*                 ABOUT                  */
/*********************************************************/
.about h2{
    margin-top: 2rem;
}
.about .row{
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2,1fr);

}
.about .row .image img{
    height: 70vh;
    width: 50vw;
    margin-top: 2rem;
}
.about .row .content{
    padding-left: 5rem;
    margin-top: 3rem;
}
.about .row .content h3{
    font-size: 3rem;
    color:cadetblue;
}
.about .row .content p{
    font-size: 1.6rem;
    color:#777;
    padding: 1rem 0;
}
.about .row .content p span{
    font-weight: bold;
}
.about .row .content button{
    height: 3.5rem;
    width: 17rem;
    background: blue;
    color: #fff;
    border: none;
    border-radius:5rem;
    box-shadow: 0 .3rem 1rem rgba(0,0,0,.3);
    cursor: pointer;
    font-size: 2rem;
    transition: .2s
}
.about .row .content button:hover{
    letter-spacing: .2rem;
    opacity: .8;
}


/*********************************************************/
/*                  PRODUCTS COMPONENTS                  */
/*********************************************************/
 #produits{
      
     display: grid;
      gap:1.6rem;
     padding: 1.6rem;
    }

.produits h2{
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.u-center-text {
    text-align: center !important; }
    
.u-margin-bottom-big {
    margin-bottom: 2rem !important; }
    
.u-margin-bottom-medium {
    margin-bottom: 2rem !important; }
    
.u-margin-bottom-small {
    margin-bottom: 2rem !important; }
    
.u-margin-top-big {
    margin-top: 8rem !important; }
    
.u-margin-top-huge {
    margin-top: 10rem !important; }

.btn-1, .btn-2,  
.btn-1:link, .btn-1:visited,
.btn-2:link, .btn-2:visited {
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.5rem 4rem;
    display: inline-block;
    border-radius: 10rem;
    transition: all .3s;
    position: relative;
    font-size: 1.6rem;
    border: none;
    
    cursor: pointer; }
    
.btn-1:hover,
.btn-2:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
.btn-1:hover::after,
.btn-2:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }
    
.btn-1:active, .btn-1:focus,
.btn-2:active, .btn-2:focus {
    outline: none;
    transform: translateY(-0.1rem);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }
    
.btn-1.btn--blue {
    background-color: rgb(31, 31, 224);
    color: #fff;
    top: 13rem; 
    opacity:.5;
    }

.btn-2.btn--white{
    background-color: #fff;
    color: rgb(31, 31, 224);
    top:3rem;
}
    
.btn-1::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    border: none; }

  
.card_side, .card_side-front{
    background-color: #e1d6cd;
    border-style: none;
}
.card {
    perspective: 100rem;
    -moz-perspective: 100rem;
    position: relative;
    height: 45rem;
}
.card_side {
    height: 45rem;
    transition: all 1.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(80, 29, 29, 0.15);
}
.card_side-front-1 {
    background-color: #cc2525; }
.card_side-back {
    transform: rotateY(180deg);
    border-style: none;}
.card_side-back-1 {
        background-image: url("IMG/PRODUITS/M_P_1-2-RLT-ETCH1.jpg");
        background-repeat: no-repeat; 
        background-size: cover;
    }
.card_side-back-2 {
        background-image: url("IMG/PRODUITS/M_P_2-2-TRANS-MECA1.jpg"); 
        background-repeat: no-repeat;
        background-size: cover;
    }
.card_side-back-3 {
        background-image:  url("IMG/PRODUITS/M_P_3-2_TRANS-ELEC1.jpg"); 
        background-repeat:no-repeat;
        background-size: cover;
    }
.card_side-back-4 {
        background-image:  url("IMG/PRODUITS/M_P_4-2AGRI1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    
    }
.card_side-back-5 {
        background-image:  url("IMG/PRODUITS/M_P_5-2-LUBRIF1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
.card_side-back-6 {
        background-image:  url("IMG/PRODUITS/M_P_6-2-OUTIL-MTN1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
.card_side-back-7 {
        background-image:  url("IMG/PRODUITS/M_P_7-2-ENGIN-CHT1.jpg");
        background-repeat: no-repeat;
        background-size: cover; }
.card_side-back-8 {
        background-image:  url("IMG/PRODUITS/M_P_8-2-DIVERS1.png");
        background-repeat: no-repeat;
        background-size: cover; }
.card:hover .card_side-front {
    transform: rotateY(-180deg); 
}
.card:hover .card_side-back {
    transform: rotateY(0deg);
    border-style: none; }
.card_picture {
    background-size: cover;
    border-style: none;
    height: 33rem;
    background-blend-mode: screen;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; 
}
    .card_picture-1 {
    background-image:  url("IMG/PRODUITS/Sans_titre.png"); }
    .card_picture-2 {
    background-image:  url("IMG/PRODUITS/M_P_2-1-TRANS-MECA-removebg-preview.png");}
    .card_picture-3 {
    background-image: url("IMG/PRODUITS/M_P_3-1-TRANS-ELEC.jpg"); } 
    .card_picture-4 {
    background-image:  url("IMG/PRODUITS/M_P_4-1AGRI.jpg"); }
    .card_picture-5 {
    background-image: url("IMG/PRODUITS/M_P_5-1-LUBRIF.jpg"); }
    .card_picture-6 {
    background-image: url("IMG/PRODUITS/M_P_6-1-OUTIL-MTN.jpg"); }
    .card_picture-7 {
    background-image: url("IMG/PRODUITS/M_P_7-1-ENGIN-CHT.jpg"); }
    .card_picture-8 {
    background-image:  url("IMG/PRODUITS/M_P_8-1-DIVERS.jpg"); }
.card_heading {
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    color: #000;
    position: absolute;
    top: 32rem;
    right: 3rem;
    width: 78%; }
.card_heading-span {
    padding: 1rem 1rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight:bold; }
 
.card_details {
    padding: 3rem; }
    .card_details ul {
    list-style: none;
    width: 80%;
    margin: 0 auto; }
.card_details ul li {
    text-align: center;
    font-size: 1.5rem;
    padding: 1rem; }
.card_details ul li:not(:last-child) {
    border-bottom: 1px solid #eee; }
.card_cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center; }


    /****************************************************************/
/*                      GALLERY                                 */
/****************************************************************/

.partenaire{
    height: 58rem;
    margin-top: 10rem;
    margin: 0 auto;
    margin-bottom:10.2rem;
   
}

.gallery {
    background-color: #f9f9f9;
    grid-column: full-start / full-end;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(7, 4vw);
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    padding: 3.5rem; 
}
.gallery__item--1,
.gallery__item--2,
.gallery__item--3,
.gallery__item--4,
.gallery__item--5,
.gallery__item--6,
.gallery__item--7,
.gallery__item--8,
.gallery__item--9,
.gallery__item--10,
.gallery__item--11,
.gallery__item--12,
.gallery__item--13,
.gallery__item--14,
.gallery__item--15,
.gallery__item--16,
.gallery__item--17,
.gallery__item--18,
.gallery__item--19,
.gallery__item--20{
     
    transition: all .4s;
    filter:grayscale(1);

 
}


    
.gallery__item--1:hover,
.gallery__item--1:active,

.gallery__item--2:hover,
.gallery__item--2:active,

.gallery__item--3:hover,
.gallery__item--3:active,

.gallery__item--4:hover,
.gallery__item--4:active,

.gallery__item--5:hover,
.gallery__item--5:active,

.gallery__item--6:hover,
.gallery__item--6:active,

.gallery__item--7:hover,
.gallery__item--7:active,

.gallery__item--8:hover,
.gallery__item--8:active,

.gallery__item--9:hover,
.gallery__item--9:active,

.gallery__item--10:hover,
.gallery__item--10:active,

.gallery__item--11:hover,
.gallery__item--11:active,

.gallery__item--12:hover,
.gallery__item--12:active,

.gallery__item--13:hover,
.gallery__item--13:active,

.gallery__item--14:hover,
.gallery__item--14:active,

.gallery__item--15:hover,
.gallery__item--15:active,

.gallery__item--16:hover,
.gallery__item--16:active,

.gallery__item--17:hover,
.gallery__item--17:active,

.gallery__item--18:hover,
.gallery__item--18:active,

.gallery__item--19:hover,
.gallery__item--19:active,

.gallery__item--20:hover,
.gallery__item--20:active
 {

    transform: scale(1.1);
    filter:grayscale(0); 
 
}

.gallery__item--1 {
    grid-row: 1/ span 2;
    grid-column: 1 / span 2;}
.gallery__item--2 {
    grid-row: 1/ span 3;
    grid-column: 3 / span 3; }
.gallery__item--3 {
    grid-row: 1/ span 1;
    grid-column: 6 / span 1; }
.gallery__item--4 {
    grid-row: 1/ span 2;
    grid-column: 7 / -1; }
.gallery__item--5 {
    grid-row: 3/ span 3;
    grid-column: 1 / span 2; }
.gallery__item--6 {
    grid-row: 4/ span 2;
    grid-column: 3 / span 2; }
.gallery__item--7 {
    grid-row: 4/ span 1;
    grid-column: 5 / span 1; }
.gallery__item--8 {
    grid-row: 3/ span 2;
    grid-column: 6 / span 2; }
.gallery__item--9 {
    grid-row: 3/ span 2;
    grid-column: 8 / span 1; }
.gallery__item--10 {
    grid-row: 6/ -1;
    grid-column: 1 / span 1; }
.gallery__item--11 {
    grid-row: 6/ -1;
    grid-column: 2 / span 2; }
.gallery__item--12 {
    grid-row: 6/ -1;
    grid-column: 4 / span 1; }
.gallery__item--13 {
    grid-row: 5/ 7;
    grid-column: 5 / span 2; }
.gallery__item--14 {
    grid-row: 5/ 6;
    grid-column: 7 / span 1; }
.gallery__item--15 {
    grid-row: 6/ span 1;
    grid-column: 7 / 8; }
.gallery__item--16 {
    grid-row: 5/ -1;
    grid-column: 8 / -1; }
.gallery__item--17 {
    grid-row: 7 / 8;
    grid-column: 5 / 6; }
.gallery__item--18 {
    grid-row: 7 / 8;
    grid-column: 6 / 7; }
.gallery__item--19 {
    grid-row: 7 / 8;
    grid-column: 7 / 8; }
.gallery__item--20 {
    grid-row: 2 / 3;
    grid-column: 6 / 7; }

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block; }

/***************************************************/
/*                  FORMULAIRE                     */
/***************************************************/

.section-book {
    padding: 15rem 0;
    background-image: linear-gradient(to right bottom, #79acd3, #2f39a9); 
    /* margin: 0 auto; */
}
  
.book {
    background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, transparent 50%), url("IMG/IRIS-CADENAS.jpg");
    background-size: cover;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
    height: 80rem; }
.book_form {
      width: 50%;
      padding: 6rem; }
.form_group:not(:last-child) {
        margin-bottom: 2rem; }
      
.form_input {
        font-size: 1.5rem;
        font-family: inherit;
        color: inherit;
        padding: 1.5rem 2rem;
        border-radius: 2px;
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
        border-bottom: 3px solid transparent;
        width: 90%;
        display: block;
        transition: all .3s; }
.form_input:focus {
          outline: none;
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
          border-bottom: 3px solid #2f39a9; }
.form_input:focus:invalid {
          border-bottom: 3px solid #ff7730; }
.form_input::-webkit-input-placeholder {
          color: #999; }
      
.form_label {
        font-size: 1.2rem;
        font-weight: 700;
        margin-left: 2rem;
        margin-top: .7rem;
        display: block;
        transition: all .3s; }
      
.form_input:placeholder-shown + .form_label {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-4rem); }
      
.form_radio-group {
        width: 48%;
        display: inline-block; }
      
.form_radio-input {
        display: none; }
      
.form_radio-label {
        font-size: 1.6rem;
        cursor: pointer;
        position: relative;
        padding-left: 4.5rem; }
      
.form_radio-button {
        height: 3rem;
        width: 3rem;
        border: 5px solid #79acd3;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: -.4rem; }
.form_radio-button::after {
          width: 1.3rem;
          height: 1.3rem;
          content: "";
          display: block;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: #79acd3;
          opacity: 0;
          transition: opacity .2s; }
      
.form_radio-input:checked ~ .form_radio-label .form_radio-button::after {
        opacity: 1; }
/********************************************************/
/*                      MAPS                            */
/********************************************************/

.ref-logos{
    width:15rem;
    align-self:center;
    justify-self: center;
    filter: grayscale(1);
    cursor: pointer;
    transition: all .3s;
}

.ref-logos:hover{
    filter:grayscale(0);
    transform: scale(1.03);
}
.steg{
    width:13rem;
}

.cat{
    width:23rem;
}

.iset{
    width: 15rem; 
}

.sotak{
    width: 13rem;
}


/*************************************************************/
/*                          Map                              */
/*************************************************************/
 

.section-map{
    /* margin-top:7rem; */
    padding: 7rem 0;
    /* background-image: url("IMG/IRIS-CADENAS.jpg"); */
    background-color: #fff;
    background-size: cover;
    z-index:2;
    margin: 0 auto;

}  

.vente{
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
    width:20vw;
   
    margin-right: 5rem;
}
.map, #map {
    border-radius: 2rem;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
    height: 70rem;
    /* width: 95%; */
    margin: 0 auto;
    width:45vw;
    
}

#map{
    overflow: hidden;
}
 
.section-map .row{
    display: grid;
    margin-top: 3rem;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
    
} 

/*************************************************************/
/*                          FOOTER                          */
/************************************************************/

.footer{
    padding: 9.6rem 0;
    border-top: 1px solid #2720ad;
    height:35rem;
}

.logo-col{
    display:flex;
    flex-direction: column;
}

.footer-logo{
    display: block;
    margin-top:-9rem;
    margin-bottom: -1.2rem;
    height:19rem;
     
}

.social-links{
    list-style: none;
    display:flex;
    margin-left: 3rem;
    gap:1.5rem;
}
.social-icon{
    height:2.4rem;
    width:2.4rem;
    transition: all .5s;
}

.copyright{
    font-size: 1.4rem;
    color:#767676;
    margin-top: auto;
}

.copyright a:link,
.copyright a:visited,
.phone-contact:link,
.phone-contact:visited,
.mail-contact:link,
.mail-contact:visited
{
    text-decoration: none;
    color: #515151;
    transition: all .5s;
}

.copyright a:hover,
.copyright a:active{
    font-size: 1.6rem;
    color: #116a3b;
}

.footer-heading{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
    color: #4f47e4;
}

.contacts{
    font-style: normal;
    font-size: 1.6rem;
    line-height:1.6;
}

.address{
    margin-bottom: 2.4rem;
}

 

.footer-nav{
    list-style: none;
    display:flex;
    flex-direction:column;
    gap:2.4rem;
}

.footer-link:link,
.footer-link:visited,
.phone-contact:link,
.phone-contact:visited,
.mail-contact:link,
.mail-contact:visited{

    text-decoration: none;
    font-size: 1.4rem;
    color:#6f6f6f;
    transition: all .3s;
}

.contact-icon{
    font-size:2.4rem;
    color:#333;
}

.footer-link:hover,
.footer-link:active,
.phone-contact:hover,
.phone-contact:active,
.mail-contact:hover,
.mail-contact:active{

    color:#8f1212;
    font-weight: 700;

}




.instagram:hover,
.instagram:active{
    color:#e95950
}

.facebook:hover,
.facebook:active{
    color:	#3b5998;
}

.youtube:hover,
.youtube:active{
    color:	#ff0000;
}

.linkedin:hover,
.linkedin:active{
    color:	 #007bb5;
}




.footer{
    padding: 9.6rem 0;
    border-top: 1px solid #2720ad;
    height:30rem;
    margin-top: -2rem;
}
.footer .box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: -4rem;
    text-align: center;
}
.footer .box-container .box{
    padding: 1rem 0;
    flex: 1 25rem ;
}
.footer .box-container .box img{
    height: 20rem;
    width: 20rem;
  
    
}
.footer .box-container .box h3{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
    color: #807979;
}
.footer .box-container .box p{
    font-size: 1.5rem;
    padding:.7rem 0;
    color: blue;
}
.footer .box-container .box a{
    display: block;
    font-size: 1.5rem;
    padding:.3rem 0;
    color: blue;
    text-decoration: none;
}
.footer .box-container .box a:hover{
    color: red;
}
.footer .credit{
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: normal;
    color: #807979;
    border-top: .1rem solid rgba(255, 255, 255, 2);
}
.footer .credit span{
    color: blue;
}
.featured{
    visibility: hidden;
}




.popup{
    height:100vh;
    width:100%;
    position:fixed;
    top:0;left:0;
    background-color:rgba(0,0,0,0.8);
    z-index:9999;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .3s;
    transition:all .3s
}
.popup h1{
    color: blue;
    font-weight: bolder;
    text-align: center;
}
		@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))
		{
			.popup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,0.3)}
        }
			.popup__content{
                position:absolute;
                top:50%;left:50%;
                -webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);
                width:75%;
                height: 70%;
                background-color:#fff;
                -webkit-box-shadow:0 2rem 4rem rgba(0,0,0,0.2);
                box-shadow:0 2rem 4rem rgba(0,0,0,0.2);
                border-radius:3px;
                display:table;
                overflow:hidden;
              
                opacity:0;
                -webkit-transform:translate(-50%, -50%) scale(0.25);
                transform:translate(-50%, -50%) scale(0.25);
				-webkit-transition:all .5s .2s;
                transition:all .5s .2s
            }
                .popup__left{
                    width:33.333333%;
                    display:table-cell}
				.popup__right{
                    width:66.6666667%;
                    display:table-cell;
                    vertical-align:middle;
                    padding:3rem 5rem
                }
				
				.popup:target{
                    opacity:1;
                    visibility:visible
                }.popup:target 
				.popup__content{
                    opacity:1;
                    -webkit-transform:translate(-50%, -50%) scale(1);
                    transform:translate(-50%, -50%) scale(1)
                }
				.popup__close:link,.popup__close:visited{
                    color:#777;
                    position:absolute;
                    top:2.5rem;
                    right:2.5rem;
                    font-size:3rem;
                    text-decoration:none;
                    display:inline-block;
                    -webkit-transition:all .2s;
                    transition:all .2s;
                    line-height:1
                }
				.popup__close:hover{
                    color:blue
                }
.popup .box{
    border-radius: 2rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
    height: 30vh;
    width: 50vw;
    row-gap: 1;
    background-color: khaki;
}
.popup .card{
    width: 25rem; height: 53vh;
    margin-top: 5rem;
    margin-left: 5rem;
    background-color: khaki;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
}
.wrapper{
    margin-top: 150px auto;
    width: 70%;
    display:flex;
    
}
.wrapper img{
    max-width: 320px;
    float: left;
    border: 3px solid khaki;
    border-radius: 10px;
    margin-right: 15px;
}
.wrapper .text-box{
   
    color: #4f47e4;
} 
.wrapper .text-box p{
    font-size: 16px;
   
    
}
.wrapper .text-box h2{
    font-size: 42px;
    color:#116a3b;
}

/* .section-map{
    width: 100%;
    height: 70vh;
    position: relative;
}
.section-map .map-left{
    width: 40%;
    position: absolute;
    top:0;
    left: 0;
  margin-top: -5rem;
    padding: 25rem 10rem 0 10rem;
}
.section-map .map-right{
    width: 40%;
    height: 70vh;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10rem;
    border-radius: 2rem;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
} */

 .formation .container{
   max-width: 120vw;
    height: 100%;
    background: linear-gradient(145deg,  #e7f0b4, rgb(243, 237, 187) 75%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    margin-bottom: 10rem;
}
.blog-card{
    width: 50%;
    height: 5%;
    margin: 2rem 2rem; 
    background: rgb(26, 25, 25);
    border-radius: 2.5rem;
    padding: 2.5rem;
    box-shadow: 0 1.4rem 8rem rgba(40, 40, 40, 0.8);
    position: relative;
    transition:all 0.5s
}
.change .blog-card{
    width: 55%;
    height:80%;
}
.blog-card-img{
    width: 15rem;
    height: 15rem;
    background: linear-gradient(145deg,  #c3dbe9, #3e5ca2 75%);
    border-radius: 2rem;
    position: absolute;
    top: 40%;
    left: -5rem;
    transform: translateY(-50%);
    transition:all 0.5s;
}
.change .blog-card-img{
    transform: translateY(-50%) scale(0.6);
    top: 10%;
    left: -5rem;
}
.blog-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
    opacity: 0.5;
}
.blog-card-content{
    position: absolute;
    top:15%;
    left:20%;
    transition: all 0.5s;
}
.change .blog-card-content{
    top:1%;
    left: 7%;
    transform: scale(.8);
}
.blog-card-content h1{
    font-family: "Kanit", sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: khaki;
    margin-bottom: 2rem;
}
.blog-card-content h3{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    color: #999;
    margin-bottom: 2rem;
}
.blog-tours-item p{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    color: #777;
    width: 35rem;
    margin-bottom: 3rem;
}
.card-btn{
    width: 16rem;
    height: 4rem;
    background: linear-gradient(145deg,  #c3dbe9, #3e5ca2 75%);
    border: none;
    color: #fff;
    font-family: "Kanit", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    border-radius: 2rem;
    box-shadow: 0 1rem 1rem rgba(0,0,0,0.1);
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.blog-tours{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
   
    margin-top: 10rem;
   
}
.blog-tours-item{
    border-radius: 1rem;
    box-shadow: 0 1rem 5rem rgba(0,0,0,0.3);
    cursor: pointer;
    opacity: 0;
    left: 10rem;
    visibility: hidden;
    position: relative;
    transition: all 0.2s;
}
.change .blog-tours-item{
    opacity: 1;
    visibility: visible;
}
.blog-tours-item p{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    color: #777;
    width: 35rem;
    margin-bottom: 3rem;
}
.blog-tours-item button{
    margin-left: 9rem;
}
.tour-img{
    width: 25rem;
    height: 15rem;
    background: linear-gradient(135deg, #6db193, #135627);
    border-radius: 1rem;
}
.tour-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    opacity: 0.5;
    transition: all.3s;
}
.blog-tours-item:hover .tour-img img{
    opacity: 0.05;
}


/* Roulement*/

.roulement{
    width: 100%;
    height: 100%;
    padding: 10rem 0 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.roulement-list{
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}
.roule{
    width: 33rem;
    height: 33rem;
    position: relative;
    margin: 2rem;
    cursor: pointer;
}
.roule.hide{
    display: none;
}

.roule img{
    width: 20rem;
    height: 30rem;
    position: absolute;
    object-fit: cover;
    top: 10%;
    border-radius: 1rem;
}
.roulement h2{
    font-size: 3rem;
    margin-bottom: 2rem;
    color: red;
}
.roulement p{
    width: 80%;
    text-align: center;
    font-size: 1.6rem;
    color: #5e728f;
    margin-bottom: 4rem;
}
.filter-nav{
    width: 85%;
    height: 10rem;
    background-color: #fff;
    box-shadow: 0 2rem 8rem rgba(130, 162, 235, 0.2);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.filter-nav-link{
    width: 30rem;
    height: 5rem;
    background-color: #f2f4f5;
    border-radius: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    color: blue;
    text-decoration: none;
    transition: all 0.3s;
}
.filter-nav-link:hover{
    background-color: #dadfe2;
    transform: translateY(-0.1rem);
}
.filter-nav .active{
    background-color: blue;
    color: #fff;
}
.filter-nav .active:hover{
    background-color: #007bb5;
}

#success-message, #error-message{
    display:none;
}
  






.outillage{
    max-width: 100vw;
    text-align: center;
    margin-top: 5rem;
}

  .outillage h2{
    margin-top: 2rem;
  }
.outillage .row{
    margin:2rem 0;
    padding:2rem 2rem;
    margin-bottom: 5rem;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.outillage .row .image img{
    width:30vw;
    height:25vh;
}
  
.outillage .row .content{
    text-align: left;
    padding:0 2rem;
}
  
.outillage .row .content h3,
.outillage .coupant h3{
    font-size: 2rem;
    font-weight: bold;
    color:red;
    text-decoration: none;
    text-align: center;
}
  
.outillage .row .content p{
    font-size: 1.5rem;
    color:#333;
    padding:1rem 0;
}
.outillage .coupant .row {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.outillage .coupant .row .image img{
    width:20vw;
    height:25vh;
}
