/***********************************************************************************************/

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
    font-family: "Poppins", sans-serif;
}
.nav-item:hover{
    color: var(--primary) !important;
}
.bottom {
    background-color: #fbc10e;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    color: #14142a;
    height: 37px;
    padding-top: 14px;
}

.copyright {
    background-color: #fbc10e;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #14142a;
    padding : 10px;
}

@media only screen and (max-width: 5000px) {
    .logo1 {
        padding-top: 10px;
    }
    .colom {
        margin-left: 17%;
    }
    .top1 {
        margin-top: -50px;
    }
    .box1 {
        margin-top: 10px;
    }
    footer a {
        color: #4e4b66;
    }
    .desc {
        font-family: "Poppins";
        font-style: normal;
        font-size: 14px;
        /* line-height: 18px; */
        padding: 0 100px 0 0;
        letter-spacing: 1px;
        color: #66738f;
        margin-top: 2em;
        text-align: justify;
    }
    .pub {
        font-family: "Poppins";
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1px;
        text-align: left;
        width: 360px;
    }
    .footer-title {
        font-family: "Poppins";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 1px;
        color: #14142a;
        text-align: left;
    }
    .shfooter .collapse {
        display: inherit;
    }
    li {
        text-align: left;
        margin-top: 10px;
    }
    h2 {
        color: #14142a;
    }
    #img2 {
        margin-left: 100px;
    }
    .img-bloc {
        margin-top: -70px;
        position: relative;
        bottom: 0px;
    }
    .input-container {
        display: flex;
    }
    .input-footer {
        background: #ffffff;
        border: 1px solid #f25f20;
        width: 300px;
        height: 50px;
    }
    .btn-envoi {
        color: #14142a;
        border: 2px solid #f25f20;
        box-sizing: border-box;
        background-color: #f25f20;
        color: #ffffff;
        width: 120px;
        height: 50px;
        font-family: "Poppins";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
    .desc {
        padding: 0px;
    }
    .right {
        margin-left: 0px;
    }
    .colom {
        margin-left: 12%;
        justify-content: space-between;
    }
    .left {
        margin-right: 10%;
    }
    .img-bloc {
        margin-left: -15%;
    }
}

@media only screen and (max-width: 1100px) {
    .input-footer {
        width: 250px;
        height: 40px;
    }
    .btn-envoi {
        width: 100px;
        height: 40px;
        font-size: 13px;
    }
    .colom {
        margin-left: 9%;
    }
}

@media only screen and (max-width: 991px) {
    .left {
        margin-right: 25%;
    }
    .colom {
        margin-right: 0%;
    }
    #img2 {
        margin-left: 80px;
        width: 50px;
        height: 50px;
    }
    .img1 {
        width: 200px;
        height: 60px;
    }
    .img-bloc {
        margin-top: -150px;
    }
    .shfooter .center1 {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .logo1 {
        padding-top: 15px;
        margin-left: -15px;
    }
    .left {
        margin-right: 30%;
        text-align: center;
        justify-content: center;
    }
    .img-bloc {
        margin-top: 0px;
    }
    #img2 {
        margin-left: 50px;
        width: 50px;
        height: 50px;
    }
    .img-bloc {
        margin-left: -20%;
    }
    .desc {
        width: 100%;
        margin-right: 0px;
        text-align: justify;
    }
    .pub {
        width: 100%;
    }
    .desc1 {
        display: flex;
    }
    .row {
        /* margin-left: -20px; */
    }
}

.row {
    /* margin-right: 0px; */
}

@media only screen and (max-width: 400px) {
    .img-bloc {
        margin-left: -15%;
    }
    .img1 {
        width: 150px;
        height: 45px;
    }
    #img2 {
        margin-left: 8px;
        width: 40px;
        height: 40px;
    }
}


/***********************************************************************************************/
