﻿
body {
    /*background-image: url('../../img/centralemobile/fondgris3.jpg');
    background-repeat: initial;*/
}


/*  Waves     */

/* Header */
.header {
    position: relative;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(229,150,0,0.6) 38%, rgba(198, 204, 207,0.4) 100%),url('../../Img/CentraleMobile/Header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 150px;
    margin-top: 35px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.7em;
    font-weight: 800;
    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 */














.CMheadercontainter {
    width: 100%;
    height: 400px;
    background-image: linear-gradient(90deg, rgba(236, 162, 0,0.9) 2%, rgba(238,238,230,0.3)),url('../../img/centralemobile/header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: auto;
    margin-bottom: 90px;
}

.SMcheadercontent {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size :  3.6em ; 
    font-weight: bold;
    color: white;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}





.ContainerALL {
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    /*background-image: url('../../img/centralemobile/fondgris3.jpg');
    background-repeat: initial;*/
}

.ContainerALL img {
    border-radius: 8px;
}


.Header {
    width: 80%;
    margin: auto;
    font-size: 2.2em;
    line-height: 1.5;
    font-weight: 700;
}

.Header .HeadTitleYell {
    color: #e59600;
}




.ProdDefContainer {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    font-size: 1.2em;
    line-height: 2.3;
    text-align: justify;
}



.ProdDef {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
}


@media (max-width: 860px) {
    .ProdDef {
        grid-template-columns: 1fr;
        width: 90%;
        margin: auto;
    }
}


/*end definition produit*/


/*Tsrat Gallery*/ /*Tsrat Gallery*/



.Gallery {
    /*background-color: rgba(231, 227, 227,0.4);*/
    width: 80%;
    margin: auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    grid-row-gap: 40px;
    justify-items: center;
}

@media (max-width: 1400px) {
    .Gallery {
        grid-template-columns: 1fr 1fr;
        width: 95%;
        margin: auto;
    }
}

@media (max-width: 860px) {
    .Gallery {
        grid-template-columns: 1fr;
        width: 95%;
        margin: auto;
    }
}



.Text1 {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.5em;
    line-height: 2.5;
    font-weight: 700;

    /*background-color: rgba(231, 227, 227,0.4);*/
    padding: 20px;
}
    .Text1 .ColoredY {
       
        color: #e59600;
    }

    .Text1 .ColoredB {
    
        color: #000;
    }

    .Text1 li {
        margin-left : 50px ; 
    }


.Gallery2 {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    grid-row-gap: 40px;
    justify-items: center;
}

@media (max-width: 1400px) {
    .Gallery2 {
        grid-template-columns: 1fr 1fr;
        width: 95%;
        margin: auto;
    }
}

@media (max-width: 860px) {
    .Gallery2 {
        grid-template-columns: 1fr;
        width: 95%;
        margin: auto;
    }
}

/*Gallery3*/

.Gallery3 {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 30px;
    justify-content: center;
    justify-items: center;
}



    .Gallery3 img {
        margin-right: 25px;
        margin-bottom: 30px;
        height : 500px ; 
        max-width: 100%;
        /*overflow :hidden ;*/ 
        
    
    }


    @media (max-width: 1514px) {
        .Gallery3 {
            grid-template-columns: 1fr ;
            width: 95%;
            margin: auto;
        }
    }


/*Gallery And Text4*/

.ColoredBb {
    font-size: 1.5em;
    line-height: 2.5;
    font-weight: 700;
    color: black;
}

.ColoredYy {
    font-size: 1.5em;
    line-height: 2.5;
    font-weight: 700;
    color: #e59600;
}




.TextGal4 {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom : 120px ; 
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap : 60px ; 
    justify-content: center;
    justify-items: center;
}

@media (max-width: 1452px) {
    .TextGal4 {
        grid-template-columns: 1fr;
        width: 95%;
        margin: auto;
    }
}


    .TextGal4 .secondCOl ul {
       margin : 20px ; 
    }


    .TextGal4 .secondCOl li {
        margin-left: 50px;
        font-size: 1.2em;
        line-height: 2.5;
        font-weight: 400;
    }