﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');



/*  Waves     */

/* Header */
.header {
    position: relative;
    text-align: center;
    background-image: linear-gradient(60deg, rgba(246, 152, 22, 0.40) 5%, rgba(198, 204, 207,0.4) 100%),url('../../Img/societe/HeaderSoc.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*color: white;*/
    margin-bottom: 150px;
    margin-top: 35px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.9em;
    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 */




/*Section HEader societe */
.socheadercontainter {
    width: 97%;
    height: 400px;
    background-image: linear-gradient(90deg, rgba(242,207,8,0.4) 38%, rgba(238,238,230,0.6)),url('../../img/societe/headersoc.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: auto;
    margin-bottom :120px ; 
}



.ContainerALL {
    width :80%;
    margin: auto;
    margin-bottom: 60px;
}

.HeaderTitle {
    font-size: 2.1em;
    line-height: 1;
    font-weight: 900;
    text-align: left;
    margin-bottom: 90px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
}


.HeaderTitleContainer{
     width:800px ; 
     margin:auto ; 
}

.HeadTitleYell {
    color: #f0b840;
}

.HeadTitleNrm {
    color: black;
}

.TitleSpace {
   
    margin-left: 37%;
}
.TitleSpaceTwo {
    margin-left: 50%;
}


@media screen and (max-width: 751px) {
    .HeaderTitleContainer {
        font-size: 1.2em;
    }
}
/*Section HEader societe */

.ContaierSocIntro {
    font-size: 1.2em;
    line-height: 2;
    /*font-weight: 700;*/
    text-align: center;
    margin-bottom: 70px;
    font-family: 'Roboto', sans-serif;
}



.ContainerSocCore {
    margin-top: 90px;
    font-size: 1.2em;
    line-height: 2;
    text-align: left;
    margin-bottom: 70px;
    font-family: 'Roboto', sans-serif;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}


@media(max-width :900px) {
    .ContainerSocCore {
        grid-template-columns: 1fr;
        text-align :center; 
    }

    .SocCoreOne
    {
        align-items:center; 
    }
    .SocScoreTwo {
        align-items: center;
    }


}

.ContainerSocCore .ColumHead {
    color: #f0b840;
    font-size: 1.5em;
    font-weight :900; 
    text-align : left;
    margin-left :20px ; 
}


    /*.SocCoreOne {
        grid-column: 1;*/ /* placement en colonne 1 */
    /*}

.SocScoreTwo {
    grid-column: 2;*/ /* placement en colonne 1 */
/*}*/


.ContainerSocCore .Titles {
    color: black;
    font-weight: 800;
    font-size :1.2em ; 
}

    .ContainerSocCore .SousTitles {
        color: black;
        margin-bottom :40px ;
        text-align :left ; 
    }

    .ContainerSocCore .SousTitles {
        color: black;
        /*font-weight: 800;*/
    }

    .ContainerSocCore .SousTitles Elems {
        margin-left: 10%;
    }

