﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');


/*  Waves     */

/* Header */
.header {
    position: relative;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(229,150,0,0.3) 38%, rgba(198, 204, 207,0.4) 100%),url('../../Img/Chaudronnerie/Header-EP.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 150px;
    margin-top: 35px;
    font-size: 1.4em;
    font-weight: 700;
    font-family :Roboto ; 
    color: white;
}

    .header .logo {
        width: 300px;
        fill: white;
        padding-right: 15px;
        display: inline-block;
        vertical-align: middle;
    }

    .header .inner-header {
        height: 45vh;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .header .flex { /*Flexbox for containers*/
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .header .waves {
        position: relative;
        width: 100%;
        height: 15vh;
        margin-bottom: -9px; /*Fix for safari gap*/
        min-height: 100px;
        max-height: 150px;
    }

    .header .content {
        position: relative;
        height: 20vh;
        text-align: center;
        background-color: transparent;
    }

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}



/* ENd waves */




.ContAll {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 2.5em;
    font-weight :400; 
}

.ProdColor {
    color: #ac3a37; 
}






.chaudronnerieheadercontainter {
    width: 97%;
    height: 400px;
    background-image: linear-gradient(90deg, rgba(220, 34, 32,0.5) 38%, rgba(238,238,230,0.6)),url('../../img/chaudronnerie/header-ep.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
}

.chaudronnerieheadercontent {
    font-size: 0.4em;
    /*font-weight: bold;*/
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}



/* Devider  */
.ContactDivider {
    padding-bottom: 10px;
    width: 95%;
}

.divider {
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
    height: 3px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 100%;
    height: 2px;
    background-image: linear-gradient( to right, transparent, rgba(220, 34, 32,0.5), transparent );
}

/* who we are  */


/* who we are  */


.whoweare {
    width: 70%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: auto;
    background: url('../../Img/Chaudronnerie/EuropPRoductionWhoWeAre.jpg') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 1em;
    line-height: 2.5em;
    text-align: left;
}
.whoweare2 {
    background: url('../../Img/Chaudronnerie/EESiloHeads.png') no-repeat center center/cover;
}
    .whoweare .whoweare-logo {
        /* display: inline-block; */
        margin-bottom: 28px;
    }

        .whoweare .whoweare-logo img {
            max-width: 279px;
            height: auto;
            vertical-align: middle;
        }
        .whoweare2 .whoweare-logo img {
            max-width: 279px;
            height: auto;
            vertical-align: middle;
        }


    .whoweare p {
        max-width: 400px;
        /*margin-bottom: 20px;*/
    }

    .whoweare li {
        margin-left: 30px;
    }


/* btn who we are 
   .btn {
       cursor: pointer;
       display: inline-block; 
       border: 0;
       font-weight: bold;
       padding: 10px 20px;
       background: #262626;
       color: #fff;
       font-size: 15px;
       margin-top: 20px;
       margin-bottom: 20px;
   
   }
   .btn:hover{
     opacity: 0.9;
   } */


/* Grand Titre  */

.ProduitTitle {
    font-size: 1.6em;
    font-weight :600; 
    max-width: 600px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.ProduitSousTitle {
    width: 80%;
    font-size: 1.3em;
    font-weight: 400;
    margin-left: 80px;
    text-align: center;
    margin-bottom: 30px;
}


.PlusContainerCompetences {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    align-items: center;
    justify-items: center;
    margin: auto;
    font-size: 1em;
    line-height: 2.5em;
}


.CompetencesListeFlex {
    margin-right: 90px;
}




    .CompetencesListeFlex li {
        margin-left: 80px;
        margin: 0 0 2px 0;
    }

    .CompetencesListeFlex .comptencesImgFlex img {
        width: 500px;
    }


/* equipements */


.PlusContainerEquipements {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 2fr));
    grid-row-gap : 35px ; 
    justify-items: center;
    margin: auto;
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom : 70px ; 
}

.PlusContainerEquipements2 {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 3fr));
    justify-items: center;
    margin: auto;
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 70px;
}






.EquipementsListeFlex {
    /*margin-right: 90px;*/
    font-size: 0.8em;
    line-height: 2em;
    min-width: 500px;
}

    .EquipementsListeFlex h1 {
        font-size: 1.1em;
        font-weight:400 ; 
        margin-top : 10px ; 
    }




.comptencesImgFlex img {
    max-width: 400px;
    min-width : 400px ; 
    height: auto;
    align-self: baseline;
}

/*.EquipementsListeFlex {
    margin-right: 20px;
    align-self: flex-start;
}*/

   


    .EquipementsListeFlex li {
        margin-left: 30px;
    }


/* Nos realisation */

/* our client  */



.swiper-container {
    width: 95%;
    height: 380px;
    margin: auto;
    margin-top: 20px;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}







.s2 .swiper-slide img {
    max-width: 400px;
    margin-right: 40px;
    margin-left: 40px;
    align-self: center;
    height : auto ; 
    width : auto ;
}

.swiper-pagination {
    color: black;
}

.OverRideSlideColor{
    background : transparent ; 
}


@media screen and (max-width: 1130px) {
    .whoweare {
        background : none ; 
        background-color:white ;
        align-items: center;
        justify-content: center;
        width: fit-content;
        padding-left: 20px;
        padding-right: 20px;
    }

        .whoweare p {
            max-width: 600px;
        }
}


@media screen and (max-width: 740px) {
    .whoweare .whoweare-logo img {
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }
}
