*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Tahoma, sans-serif;
    font-size:.95rem;
}
@keyframes myfirst {
    0%   {left:-200px;opacity:.5}
    25%  {left:0px;opacity:1}
    50%  {left:200px;opacity:.5}
    75%  {left:0px;opacity: 1;}
    100% {left:-200px;opacity:.5}
}
.header{
    height: 20vh;
    padding:1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header .logo{
    text-decoration: none;
    color:black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo img{
    width:180px;
}
.header .logo p{
    font-weight: bold;
    font-size:.9rem;
    display:block;
    margin:0;
    width:150px;
}
.header ul{
    list-style-type: none;
    padding:0;
    margin:0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header ul li{
    width:fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1rem;
    transition: all .3s .2s ease;
    text-align: center;
}
.header ul li .link{
    color:black;
    text-decoration: none;
    font-weight:bold;
    transition:all .3s .1s ease;
}
.header ul li select{
    cursor: pointer;
    border:none;
    font-weight: bolder;
    outline:0;
}
.header ul li:not(:last-child):hover{
    background-color: #F7F7F7;
    border-radius: 5px;
}
.header ul li .link-contact{
    text-align: center;
    width:100%;
    border-radius:5px;
    font-weight: bold;
    padding:.5rem 1rem;
    color:white;
    text-decoration: none;
    background-color: red;
    opacity:.7;
    transition: all .3s .2s ease;
}
.header ul li .link-contact:hover{
    opacity:1;
    padding:.7rem 1.1rem;
}
.header select{
    height: fit-content;
    align-self: center;
}
@media screen and (max-width: 1440px) {
    .header{
        height: 20vh;
        padding:1rem 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .header .logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .logo img{
        width:180px;
    }
    .header .logo p{
        font-weight: bold;
        font-size:.9rem;
        display:block;
        margin:0;
        width:150px;
    }
    .header ul{
        list-style-type: none;
        padding:0;
        margin:0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header ul li{
        width:fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:1rem;
        transition: all .3s .2s ease;
        text-align: center;
    }
    .header ul .hello{
        display: flex;
        flex-direction: column;
    }
    .header ul .hello:hover .test{
        display:flex;
        flex-direction: column;
    }
    .header ul .hello .test{
        display: none;
    }
    .header ul li .link{
        color:black;
        text-decoration: none;
        font-weight:bold;
        transition:all .3s .1s ease;
    }
    .header ul li:not(:last-child):hover{
        background-color: #F7F7F7;
        border-radius: 5px;
    }
    .header ul li .link-contact{
        text-align: center;
        width:100%;
        border-radius:5px;
        font-weight: bold;
        padding:.5rem 1rem;
        color:white;
        text-decoration: none;
        background-color: red;
        opacity:.7;
        transition: all .3s .2s ease;
    }
    .header ul li .link-contact:hover{
        opacity:1;
        padding:.7rem 1.1rem;
    }
}
@media screen and (max-width: 1024px) {
    .header{
        height: 20vh;
        padding:1rem 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .header .logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .logo img{
        width:180px;
    }
    .header .logo p{
        font-weight: bold;
        font-size:.9rem;
        display:none;
        margin:0;
        width:100px;
    }
    .header ul{
        list-style-type: none;
        padding:0;
        margin:0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header ul li{
        width:fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:1rem;
        transition: all .3s .2s ease;
        text-align: center;
    }
    .header ul .hello{
        display: flex;
        flex-direction: column;
    }
    .header ul .hello:hover .test{
        display:flex;
        flex-direction: column;
    }
    .header ul .hello .test{
        display: none;
    }
    .header ul li .link{
        color:black;
        text-decoration: none;
        font-weight:bold;
        transition:all .3s .1s ease;
    }
    .header ul li:not(:last-child):hover{
        background-color: #F7F7F7;
        border-radius: 5px;
    }
    .header ul li .link-contact{
        text-align: center;
        width:100%;
        border-radius:5px;
        font-weight: bold;
        padding:.5rem 1rem;
        color:white;
        text-decoration: none;
        background-color: red;
        opacity:.7;
        transition: all .3s .2s ease;
    }
    .header ul li .link-contact:hover{
        opacity:1;
        padding:.7rem 1.1rem;
    }
}
@media screen and (max-width: 850px) {
    .header{
        height: 100vh;
        padding:1rem 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .header .logo{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header .logo img{
        width:220px;
    }
    .header .logo p{
        font-weight: bold;
        font-size:.9rem;
        display:none;
        margin:0;
        width:150px;
    }
    .header ul{
        list-style-type: none;
        padding:0;
        margin:0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header ul li{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:1rem 0;
        transition: all .3s .2s ease;
    }
    .header ul li .link{
        color:black;
        text-decoration: none;
        font-weight:bold;
        transition:all .3s .1s ease;
    }
    .header ul li:not(:last-child):hover{
        background-color: #F7F7F7;
        border-radius: 5px;
    }
    .header ul li .link-contact{
        text-align: center;
        width:100%;
        border-radius:5px;
        font-weight: bold;
        padding:.5rem 0;
        color:white;
        text-decoration: none;
        background-color: red;
        opacity:.7;
        transition: all .3s .2s ease;
    }
    .header ul li .link-contact:hover{
        opacity:1;
        padding:.7rem 0;
    }
}
@media screen and (max-width: 425px) {
    .header{
        height: 100vh;
        padding:1rem 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .header .logo{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header .logo img{
        width:220px;
    }
    .header .logo p{
        font-weight: bold;
        font-size:.9rem;
        display:none;
        margin:0;
        width:150px;
    }
    .header ul{
        list-style-type: none;
        padding:0;
        margin:0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header ul li{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:1rem 0;
        transition: all .3s .2s ease;
    }
    .header ul li .link{
        color:black;
        text-decoration: none;
        font-weight:bold;
        transition:all .3s .1s ease;
    }
    .header ul li:not(:last-child):hover{
        background-color: #F7F7F7;
        border-radius: 5px;
    }
    .header ul li .link-contact{
        text-align: center;
        width:100%;
        border-radius:5px;
        font-weight: bold;
        padding:.5rem 0;
        color:white;
        text-decoration: none;
        background-color: red;
        opacity:.7;
        transition: all .3s .2s ease;
    }
    .header ul li .link-contact:hover{
        opacity:1;
        padding:.7rem 0;
    }
}
@media screen and (max-width: 375px) {
    .header{
        height: 100vh;
        padding:1rem 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .header .logo{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header .logo img{
        width:220px;
    }
    .header .logo p{
        font-weight: bold;
        font-size:.9rem;
        display:none;
        margin:0;
        width:150px;
    }
    .header ul{
        list-style-type: none;
        padding:0;
        margin:0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header ul li{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:1rem 0;
        transition: all .3s .2s ease;
    }
    .header ul li .link{
        color:black;
        text-decoration: none;
        font-weight:bold;
        transition:all .3s .1s ease;
    }
    .header ul li:not(:last-child):hover{
        background-color: #F7F7F7;
        border-radius: 5px;
    }
    .header ul li .link-contact{
        text-align: center;
        width:100%;
        border-radius:5px;
        font-weight: bold;
        padding:.5rem 0;
        color:white;
        text-decoration: none;
        background-color: red;
        opacity:.7;
        transition: all .3s .2s ease;
    }
    .header ul li .link-contact:hover{
        opacity:1;
        padding:.7rem 0;
    }
}
@media screen and (max-width: 320px) {
    .header{
        height: 100vh;
        padding:1rem 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .header .logo{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header .logo img{
        width:220px;
    }
    .header .logo p{
        font-weight: bold;
        font-size:.9rem;
        display:none;
        margin:0;
        width:150px;
    }
    .header ul{
        list-style-type: none;
        padding:0;
        margin:0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header ul li{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:1rem 0;
        transition: all .3s .2s ease;
    }
    .header ul li .link{
        color:black;
        text-decoration: none;
        font-weight:bold;
        transition:all .3s .1s ease;
    }
    .header ul li:not(:last-child):hover{
        background-color: #F7F7F7;
        border-radius: 5px;
    }
    .header ul li .link-contact{
        text-align: center;
        width:100%;
        border-radius:5px;
        font-weight: bold;
        padding:.5rem 0;
        color:white;
        text-decoration: none;
        background-color: red;
        opacity:.7;
        transition: all .3s .2s ease;
    }
    .header ul li .link-contact:hover{
        opacity:1;
        padding:.7rem 0;
    }
}



/* --------------------------- */

.about{
    padding-top:3rem;
    min-height: 80vh;
    background-image: url('./acceuil-img.jpg');
    background-size: 100% 100vh;
}
.about .container{
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
    color:white;
}
.about .container .link{
    align-self: flex-start;
    background-color: white;
    color:black;
    border-radius: 5px;
    text-decoration: none;
    padding:.5rem 1rem;
    font-weight: bold;
    margin:2rem;
    transition: all .3s .1s ease;
}
.about .description p{
    text-align: center;
    font-size:1.3rem;
    transition: all .3s .2s ease;
    font-weight: bold;
}
.about .description p span{
    font-size: 1.3rem;
}

@media screen and (max-width: 1440px) {
    .about{
        padding-top:3rem;
        min-height: 80vh;
        background-image: url('./acceuil-img.jpg');
        background-size: 100% 100vh;
    }
    .about .container{
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        align-items: center;
        color:white;
    }
    .about .container .link{
        align-self: flex-start;
        background-color: white;
        color:black;
        border-radius: 5px;
        text-decoration: none;
        padding:.5rem 1rem;
        font-weight: bold;
        margin:2rem;
        transition: all .3s .1s ease;
    }
    .about .description p{
        text-align: center;
        font-size:1.3rem;
        transition: all .3s .2s ease;
        font-weight: bold;
    }
    .about .description p span{
        font-size: 1.3rem;
    }
}


@media screen and (max-width: 1024px) {
    .about{
        padding-top:3rem;
        min-height: 80vh;
        background-image: url('./acceuil-img.jpg');
        background-size: 100% 100vh;
    }
    .about .container{
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        align-items: center;
        color:white;
    }
    .about .container .link{
        align-self: flex-start;
        background-color: white;
        color:black;
        border-radius: 5px;
        text-decoration: none;
        padding:.5rem 1rem;
        font-weight: bold;
        margin:2rem;
        transition: all .3s .1s ease;
    }
    .about .description p{
        text-align: center;
        font-size:1.3rem;
        transition: all .3s .2s ease;
        font-weight: bold;
    }
    .about .description p span{
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 850px) {
    .about{
        padding-top:3rem;
        min-height: 100vh;
        background-image: url('./acceuil-img.jpg');
        background-size: 100% 100vh;
    }
    .about .container{
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        align-items: center;
        color:white;
    }
    .about .container .link{
        align-self: center;
        background-color: white;
        color:black;
        border-radius: 5px;
        text-decoration: none;
        padding:.5rem 1rem;
        font-weight: bold;
        margin:2rem;
        transition: all .3s .1s ease;
    }
    .about .description p{
        text-align: center;
        font-size:1.3rem;
        transition: all .3s .2s ease;
        font-weight: bold;
    }
    .about .description p span{
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 425px) {
    .about{
        padding-top:3rem;
        min-height: 100vh;
        background-image: url('./acceuil-img.jpg');
        background-size: 100% 100vh;
    }
    .about .container{
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        align-items: center;
        color:white;
    }
    .about .container .link{
        align-self: center;
        background-color: white;
        color:black;
        border-radius: 5px;
        text-decoration: none;
        padding:.5rem 1rem;
        font-weight: bold;
        margin:2rem;
        transition: all .3s .1s ease;
    }
    .about .description p{
        text-align: center;
        font-size:1.3rem;
        transition: all .3s .2s ease;
        font-weight: bold;
    }
    .about .description p span{
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 375px) {
    .about{
        padding-top:3rem;
        min-height: 100vh;
        background-image: url('./acceuil-img.jpg');
        background-size: 100% 100vh;
    }
    .about .container{
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        align-items: center;
        color:white;
    }
    .about .container .link{
        align-self: center;
        background-color: white;
        color:black;
        border-radius: 5px;
        text-decoration: none;
        padding:.5rem 1rem;
        font-weight: bold;
        margin:2rem;
        transition: all .3s .1s ease;
    }
    .about .description p{
        text-align: center;
        font-size:1.3rem;
        transition: all .3s .2s ease;
        font-weight: bold;
    }
    .about .description p span{
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 320px) {
    .about{
        padding-top:3rem;
        min-height: 100vh;
        background-image: url('./acceuil-img.jpg');
        background-size: 100% 100vh;
    }
    .about .container{
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        align-items: center;
        color:white;
    }
    .about .container .link{
        align-self: center;
        background-color: white;
        color:black;
        border-radius: 5px;
        text-decoration: none;
        padding:.5rem 1rem;
        font-weight: bold;
        margin:2rem;
        transition: all .3s .1s ease;
    }
    .about .description p{
        text-align: center;
        font-size:1.3rem;
        transition: all .3s .2s ease;
        font-weight: bold;
    }
    .about .description p span{
        font-size: 1.3rem;
    }
}

/* ------------------------------------ */
.why{
        min-height:80vh;
        display: flex;
        flex-direction:row;
        justify-content: center;
        align-items: center;
    }
    .why h1{
        color:green;
        font-size:3rem;
        width: 300px;
        text-align: center;
    }
    .why .fleche{
        width:150px;
        transform: rotate(0deg);
    }
    .why .vies{
        display: flex;
        flex-direction: column;
    }
    .why .vies div{
        display: flex;
        align-items: center;
        padding:1rem 0;
    }
    .why div h5{
        color:green;
        transition:all .3s .1s ease;
    }

@media screen and (max-width: 1440px) {
    .why{
        min-height:80vh;
        display: flex;
        flex-direction:row;
        justify-content: center;
        align-items: center;
    }
    .why h1{
        color:green;
        font-size:3rem;
        width: 300px;
        text-align: center;
    }
    .why .fleche{
        width:150px;
        transform: rotate(0deg);
    }
    .why .vies{
        display: flex;
        flex-direction: column;
    }
    .why .vies div{
        display: flex;
        align-items: center;
        padding:1rem 0;
    }
    .why div h5{
        color:green;
        transition:all .3s .1s ease;
    }
}



@media screen and (max-width: 1024px) {
    .why{
        min-height:80vh;
        display: flex;
        flex-direction:row;
        justify-content: center;
        align-items: center;
    }
    .why h1{
        color:green;
        font-size:3rem;
        width: 300px;
        text-align: center;
    }
    .why .fleche{
        width:150px;
        transform: rotate(0deg);
    }
    .why .vies{
        display: flex;
        flex-direction: column;
    }
    .why .vies div{
        display: flex;
        align-items: center;
        padding:1rem 0;
    }
    .why div h5{
        color:green;
        transition:all .3s .1s ease;
    }
}


@media screen and (max-width: 768px) {
    .why{
        min-height:100vh;
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
    .why h1{
        color:green;
        font-size:3rem;
        width: 300px;
        text-align: center;
    }
    .why .fleche{
        width:100px;
        transform: rotate(120deg);
    }
    .why .vies{
        display: flex;
        flex-direction: column;
    }
    .why .vies div{
        display: flex;
        align-items: center;
        padding:1rem 0;
    }
    .why div h5{
        color:green;
        transition:all .3s .1s ease;
    }
}

@media screen and (max-width: 425px) {
    .why{
        min-height:100vh;
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
    .why h1{
        color:green;
        font-size:3rem;
        width: 300px;
        text-align: center;
    }
    .why .fleche{
        width:100px;
        transform: rotate(120deg);
    }
    .why .vies{
        display: flex;
        flex-direction: column;
    }
    .why .vies div{
        display: flex;
        align-items: center;
        padding:1rem 0;
    }
    .why div h5{
        color:green;
        transition:all .3s .1s ease;
    }
}

@media screen and (max-width: 375px) {
    .why{
        min-height:100vh;
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
    .why h1{
        color:green;
        font-size:3rem;
        width: 300px;
        text-align: center;
    }
    .why .fleche{
        width:100px;
        transform: rotate(120deg);
    }
    .why .vies{
        display: flex;
        flex-direction: column;
    }
    .why .vies div{
        display: flex;
        align-items: center;
        padding:1rem 0;
    }
    .why div h5{
        color:green;
        transition:all .3s .1s ease;
    }
}

@media screen and (max-width: 320px) {
    .why{
        min-height:100vh;
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
    .why h1{
        color:green;
        font-size:3rem;
        width: 300px;
        text-align: center;
    }
    .why .fleche{
        width:100px;
        transform: rotate(120deg);
    }
    .why .vies{
        display: flex;
        flex-direction: column;
    }
    .why .vies div{
        display: flex;
        align-items: center;
        padding:1rem 0;
    }
    .why div h5{
        color:green;
        transition:all .3s .1s ease;
    }
}


.slogant1, .slogant5{
    text-shadow : "2px 7px 5px";
    position: relative;
    animation: myfirst 6s linear .1s infinite alternate;
    transition:all .3s .2s ease;
    text-align:center;
    font-size:1.2rem;
    font-weight:bolder;
}
.slogant1 span, .slogant5 span{
    font-size:1.2rem;
}

@media screen and (max-width:1024px){
    .slogant1 , .slogant5{
        animation:none;
        text-align: center;
    }    
}


/* --------------------------------------- */


.services{
    min-height: 100vh;
    padding:3rem;
    background-color: #f7f7F7;
}
.services .single-service{
    border-radius:9px;
    background-color: white;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding:3rem;
    margin-bottom: 1rem;
}
.services .single-service:hover{
    background-color: #FAFAFA;
    cursor:pointer;
}
.services .single-service img{
    width:400px;
    height:260px;
}
.services .single-service div{
    width:500px;
}
.services .single-service div h3{
    padding:1rem 0;
    text-align: center;
}


@media screen and (max-width: 1440px) {
    .services{
        min-height: 100vh;
        padding:3rem;
        background-color: #f7f7F7;
    }
    .services .single-service{
        border-radius:9px;
        background-color: white;
        display:flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding:3rem;
        margin-bottom: 1rem;
    }
    .services .single-service:hover{
        background-color: #FAFAFA;
        cursor:pointer;
    }
    .services .single-service img{
        width:400px;
        height:260px;
    }
    .services .single-service div{
        width:500px;
    }
    .services .single-service div h3{
        padding:1rem 0;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .services{
        min-height: 100vh;
        padding:3rem;
        background-color: #f7f7F7;
    }
    .services .single-service{
        border-radius:9px;
        background-color: white;
        display:flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding:3rem;
        margin-bottom: 1rem;
    }
    .services .single-service:hover{
        background-color: #FAFAFA;
        cursor:pointer;
    }
    .services .single-service img{
        width:400px;
        height:260px;
    }
    .services .single-service div{
        width:230px;
    }
    .services .single-service div h3{
        padding:1rem 0;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .services{
        min-height: 100vh;
        padding:3rem;
        background-color: #f7f7F7;
    }
    .services .single-service{
        border-radius:9px;
        background-color: white;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding:3rem;
        margin-bottom: 1rem;
    }
    .services .single-service:hover{
        background-color: #FAFAFA;
        cursor:pointer;
    }
    .services .single-service img{
        width:400px;
        height:260px;
    }
    .services .single-service div h3{
        padding:1rem 0;
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    .services{
        min-height: 100vh;
        padding:3rem;
        background-color: #f7f7F7;
    }
    .services .single-service{
        border-radius:9px;
        background-color: white;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding:3rem;
        margin-bottom: 1rem;
    }
    .services .single-service:hover{
        background-color: #FAFAFA;
        cursor:pointer;
    }
    .services .single-service img{
        width:280px;
        height:180px;
    }
    .services .single-service div h3{
        padding:1rem 0;
        text-align: center;
    }
}


@media screen and (max-width: 375px) {
    .services{
        min-height: 100vh;
        padding:3rem;
        background-color: #f7f7F7;
    }
    .services .single-service{
        border-radius:9px;
        background-color: white;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding:3rem;
        margin-bottom: 1rem;
    }
    .services .single-service:hover{
        background-color: #FAFAFA;
        cursor:pointer;
    }
    .services .single-service img{
        width:250px;
        height:160px;
    }
    .services .single-service div h3{
        padding:1rem 0;
        text-align: center;
    }
}
@media screen and (max-width: 320px) {
    .services{
        min-height: 100vh;
        padding:3rem;
        background-color: #f7f7F7;
    }
    .services .single-service{
        border-radius:9px;
        background-color: white;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding:3rem;
        margin-bottom: 1rem;
    }
    .services .single-service:hover{
        background-color: #FAFAFA;
        cursor:pointer;
    }
    .services .single-service img{
        width:250px;
        height:160px;
    }
    .services .single-service div h3{
        padding:1rem 0;
        text-align: center;
    }
}

/*-------------------------*/

.partners h1{
    text-align:center;
    padding-top:3rem;
}
.partners div{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}



/* --------------------------- */



@keyframes mysecond {
    0%   {transform:rotate(-20deg);opacity:.5}
    25%  {transform:rotate(20deg);opacity:1}
    50%  {transform:rotate(-20deg);opacity:.5}
    75%  {transform:rotate(20deg);opacity: 1;}
    100% {transform:rotate(-20deg);opacity:.5}
}


.produits{
    background-color: #F7F7F7;
    min-height: 100vh;
    padding-top:3rem;
}
.produits .slogant2{
    animation: mysecond 6s linear .1s infinite alternate;
    padding:3rem;
    transition:.3s .2s ease;
    text-align:center;
    font-size:1.1rem;
    font-weight:bold;
}
.produits .slogant3{
    text-shadow : "2px 7px 5px";
    position: relative;
    animation: myfirst 6s linear .1s infinite alternate;
    padding:3rem;
    transition:.3s .2s ease;
    text-align:center;
    font-size:1.1rem;
    font-weight:bold;
}
@media screen and (max-width:768px) {
    .produits .slogant3{
        animation: none;
    }
}
.produits .single-produit{
    padding:1rem;
    display:flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    margin-bottom:2rem;
    flex-wrap: wrap;
}
.produits .single-produit div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* --------------------------- */


.bureau{
    margin-top: 2rem;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.bureau div{
    display:flex;
    flex-direction:column;
    align-items: flex-start;
    margin-right:3rem;
}
.bureau div img{
    width:100%;
    height:200px;
}
.bureau div h1{
    color:green;
}
.bureau div p{
    text-align: left;
}

@media screen and (max-width:1440px) {
    .bureau{
        margin-top: 2rem;
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .bureau div{
        display:flex;
        flex-direction:column;
        align-items: flex-start;
        margin-right:3rem;
    }
    .bureau div img{
        width:100%;
        height:200px;
    }
    .bureau div h1{
        color:green;
    }
    .bureau div p{
        text-align: left;
    }
    
}
@media screen and (max-width:1024px) {
    .bureau{
        margin-top: 2rem;
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .bureau div{
        display:flex;
        flex-direction:column;
        align-items: flex-start;
        margin-right:3rem;
    }
    .bureau div img{
        width:100%;
        height:160px;
    }
    .bureau div h1{
        color:green;
    }
    .bureau div p{
        text-align: left;
    }
    
}

@media screen and (max-width:768px) {
    .bureau{
        margin-top: 2rem;
        min-height: 100vh;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .bureau div{
        display:flex;
        flex-direction:column;
        align-items: center;
        margin-right:0;
    }
    .bureau div img{
        width:100%;
        height:330px;
    }
    .bureau div h1{
        color:green;
    }
    .bureau div p{
        text-align: center;
    }
    
}

@media screen and (max-width:425px) {
    .bureau{
        margin-top: 2rem;
        min-height: 100vh;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .bureau div{
        display:flex;
        flex-direction:column;
        align-items: center;
        margin-right:0;
    }
    .bureau div img{
        width:100%;
        height:240px;
    }
    .bureau div h1{
        color:green;
    }
    .bureau div p{
        text-align: center;
    }
    
}

@media screen and (max-width:375px) {
    .bureau{
        margin-top: 2rem;
        min-height: 100vh;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .bureau div{
        display:flex;
        flex-direction:column;
        align-items: center;
        margin-right:0;
    }
    .bureau div img{
        width:100%;
        height:200px;
    }
    .bureau div h1{
        color:green;
    }
    .bureau div p{
        text-align: center;
    }
    
}


@media screen and (max-width:320px) {
    .bureau{
        margin-top: 2rem;
        min-height: 100vh;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .bureau div{
        display:flex;
        flex-direction:column;
        align-items: center;
    }
    .bureau div img{
        width:100%;
        height:200px;
    }
    .bureau div h1{
        color:green;
    }
    .bureau div p{
        text-align: center;
    }
    
}



  .services .slogant4{
    text-shadow : "2px 7px 5px";
    position: relative;
    animation: myfirst 6s linear .1s infinite alternate;
    padding:3rem;
    transition:.3s .2s ease;
    text-align:center;
    font-size:1.1rem;
    font-weight:bold;
    }
    @media screen and (max-width:768px) {
        .services .slogant4{
            animation: none;
        }
    }


/* --------------------------------------- */

.contactez-nous{
    background-image: url(hello.jpg);
    min-height: 100vh;
    background-size: cover;
    color:white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contactez-nous .imgs{
    display: flex;
}
.contactez-nous h3{
    text-align:center;
}
@media screen and (max-width:1024px) {
    .contactez-nous{
        margin-top:3rem;
        background-image: url(hello.jpg);
        min-height: 100vh;
        background-size: cover;
        color:white;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .contactez-nous .imgs{
        flex-direction: column;
    }
}


.contact{
    background-color:#F7F7F7;
    height:83vh;
    padding:3rem 0;
}
.contact h1{
    margin-bottom: 3rem;
}
.contact .form-contact .nom, .contact .form-contact .email, .contact .form-contact .addresse, .contact .form-contact .telephone{
    width:45%;
    margin-right:20px;
    margin-bottom:15px;
    height:40px;
    border:1px solid #CCC;
    outline:1px solid #CCC;
    border-radius: 5px;
}
.contact .form-contact textarea{
    width:calc(90% + 20px);
    border:1px solid #CCC;
    outline:1px solid #CCC;
    height:80px;
    border-radius: 5px;
    margin-bottom:15px;
}
.contact .form-contact button{
    background-color: red;
    border:0;
    color:white;
    border-radius: 5px;
    padding:7px 15px;
    transition: all .3s .1s ease;
    font-weight: bolder;
}
.contact .form-contact button:hover{
    padding:8px 17px;
    opacity: .8;
}
.contact-informations{
    color:green;
    padding:3rem 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.contact-informations button{
    background-color: green;
    opacity: .8;
    border:0;
    border-radius: 35px;
    color:white;
    padding:1rem 2rem;
    transition: all .3s .1s ease;
}
.contact-informations button:hover{
    color:green;
    background-color: white;
    border: 1px solid green;
}
.contact-informations button a{
    text-decoration: none;
    color:white;
}
.contact-informations button a:hover{
    color:green
}
.contact-informations .informations{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-informations .informations a{
    text-decoration: none;
    color:green;
    font-size:1.1em;
    font-weight: bold;
    transition: all .3s .2s ease;
}
.contact-informations .informations a:hover{
    border-bottom:1px solid green;
}
@media screen and (max-width: 768px) {
    .contact-informations span{
        text-align: center;
    }
}
@media screen and (max-width:425px){
    .contact .form-contact .nom, .contact .form-contact .email, .contact .form-contact .addresse, .contact .form-contact .telephone{
        width:100%
    }
}
.contact-informations div img{
    margin:1rem;
}
.contact-informations div img:hover{
    cursor: pointer;
}
.contactez-nous .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.contactez-nous h1{
    font-size: 5rem;
    text-align: center;
    margin-bottom: 3rem;
}
.contactez-nous img{
    width:100%;
    height: 35vh;
}
@media screen and (max-width: 768px) {
    .contactez-nous h1{
        font-size:2.5rem;
    }
    .bureau .container-fluid div p{
        text-align: center;
    }
}
.contactez-nous button{
    background-color: white;
    border:0;
    padding:1rem 2rem;
    border-radius: 25px;
    opacity: .9;
    transition: all .3s .1s ease;
}
.contactez-nous button:hover{
    opacity:1;
    text-decoration: underline;
    padding:1.1rem 2.2rem;
}


/*--------------------------------------*/

.a-propos{
    padding-top:4rem;
    min-height: 83vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.a-propos h1{
    margin-bottom: 2rem;
}
.a-propos .container {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .a-propos .container{
        flex-direction: column;
    }
    .a-propos .container div{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom:1rem;
    }
}
.a-propos .container img{
    /* box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px; */
}
.a-propos .container p{
    width:500px;
    font-size: 1.1em;
}
@media screen and (max-width: 768px) {
    .a-propos .container .img{
        width:300px;
        margin-bottom: 2rem;
    }
    .a-propos .container p{
        text-align:center;
    }
}
.a-propos #slog{
    width:fit-content;
    padding:1rem;
    border-radius: 5px;
    text-align:center;
    position: relative;
    transition: all .3s .2s ease;
    animation: myfirst 6s linear .1s infinite alternate;
}
.produits #slog{
    position: relative;
    animation: myfirst 6s linear .1s infinite alternate;
}

/* ------------------------------ */


.aventage{
    min-height: 100vh;
    padding:1rem 0;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .aventage{
        flex-direction: column;
        align-items: center;
    }.aventage img{
        width:200px;
    }
}
.aventage h3{
    opacity:.7;
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
    .aventage h3{
        margin-top:1rem;
        text-align: center;
    }
}
.aventage div p{
    font-size:1rem;
    transition: all .3s .1s ease;
}
.aventage div p:hover{
    font-size:1rem;
    opacity:.9;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .aventage div p img{
        width:40px;
    }
    .engagement .container div div img{
        width:40px;
    }
}
.engagement{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7;
}
.engagement .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .engagement .container{
        flex-direction: column;
    }
    .engagement .container div img{
        width:200px;
    }
    .engagement .container div img{
        width:200px;
    }
    .bureauu .container-fluid{
        flex-direction: column;
    }
    .bureauu .container-fluid div{
        align-items: center;
        flex-direction: column;
    }
}
.engagement .container div{
    display: flex;
    flex-direction: column-reverse;
}
.engagement .container div div{
    padding:1rem;
    display:flex;
    flex-direction: row;
    align-items: center;
}
.engagement .container h3{
    color:green;
    margin-bottom: 3rem;
}
.bureauu{
    margin-top:7rem;
    min-height: 80vh;
}
.bureauu .container-fluid{
    display:flex;
}