/*
 main.css
 Par: Robert Petit
 (c) 2023 cjmediasofts Tous droits réservés
*/

@font-face {
    font-family: 'Abel-Regular';
    src: url('../fonts/Abel-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'AnekBangla-Medium';
    src: url('../fonts/AnekBangla-Medium.ttf') format('truetype');;
}
@font-face {
    font-family: 'AnekBangla-Light';
    src: url('../fonts/AnekBangla-Light.ttf') format('truetype');;
}
@font-face {
    font-family: 'AnekBangla-Regular';
    src: url('../fonts/AnekBangla-Regular.ttf') format('truetype');;
}
body {
    background-color: white;
}
.navbar-vip {
    background: linear-gradient(to right, #01233F, #6E7276);
}

.actife {
    color: gold;
}

@media screen and (min-device-width: 798px) {
   header {
        background-color: white;
   }
   .titre_header {
        font-family: 'AnekBangla-Light';
        font-size: 40px;
        color: #454545;
        letter-spacing: 1.6px;
   }
   .img_header {
        width: 500px;
        height: 500px;
   }
}

@media screen and (max-device-width: 797.98px) {
    header {
        background-color: white;
    }
    .titre_header {
        font-family: 'AnekBangla-Light';
        font-size: 22px;
        text-align: center;
        color: #454545;
        letter-spacing: 1.2px;
   }
   .img_header {
        width: 300px;
        height: 300px;
    }
}

@media screen and (min-device-width: 798px) {
    #intro {
        background: linear-gradient(to right, #01233F, #6E7276);
        width: 100%;
        height: 600px;
        margin-top: 60px;
        padding-top: 40px;
    }
    #intro h2 {
        font-family: 'AnekBangla-Light';
        font-size: 35px;
        letter-spacing: 1.6px;
        color: #BEB31D;
    }
    #intro .text_intro {
        font-family: 'AnekBangla-Light';
        font-size: 20px;
        letter-spacing: 1.6px;
        color: #BEB31D;
    }
    #intro .text_phone {
        font-size: 36px;
    }
}
@media screen and (max-device-width: 797.98px) {
    #intro {
        background: linear-gradient(to right, #01233F, #6E7276);
        width: 100%;
        height: 600px;
        margin-top: 60px;
        padding-top: 40px;
    }
    #intro h2 {
        font-family: 'AnekBangla-Light';
        font-size: 22px;
        letter-spacing: 1.1px;
        color: #BEB31D;
    }
    #intro .text_intro {
        font-family: 'AnekBangla-Light';
        font-size: 18px;
        letter-spacing: 1px;
        color: #BEB31D;
    }
    #intro .text_phone {
        font-size: 26px;
    }
}
@media screen and (min-device-width: 798px) {
    #carte_holder {
        background-color: #FFF;
        width: 100%;
        padding-top: 100px;
    }

    #carte_holder .carte_warnign {
        font-family: 'AnekBangla-Light', sans-serif;
        font-size: 18px;
        color: red;
    }
}
@media screen and (max-device-width: 797.98px) {
    #carte_holder {
        background-color: #FFF;
        width: 100%;
        height: 1100px;
        justify-content: center;
    }

    #carte_holder .carte_warnign {
        font-family: 'AnekBangla-Light', sans-serif;
        font-size: 18px;
        color: red;
    }
}
@media screen and (min-device-width: 798px) {
    #service {
        background-color: white;
        width: 100%;
        height: 500px;
        margin-top: 60px;
        padding-top: 40px;
    }

    #service h2 {
        font-family: 'AnekBangla-Light';
        font-size: 35px;
        letter-spacing: 1.6px;
        color: #01233F;
        margin-bottom: 70px;
    }
    #service ul {
        list-style: none;
        font-family: 'Abel-Regular';
        font-size: 24px;
        color:#01233F;
    }
}

@media screen and (max-device-width: 797.98px) {
    #service {
        background-color: white;
        width: 100%;
        height: 500px;
        margin-top: 60px;
        padding-top: 40px;
    }
    #service h2 {
        font-family: 'AnekBangla-Light';
        font-size: 20px;
        letter-spacing: 1px;
        color: #01233F;
        margin-bottom: 30px;
    }
    #service ul {
        list-style: none;
        font-family: 'Abel-Regular';
        font-size: 16px;
        color:#01233F;
    }
}

@media screen and (min-device-width: 798px) {
    footer {
        background: linear-gradient(to left, #01233F, #6E7276);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer_ul {
        list-style: none;
        font-family: 'Abel-Regular', sans-serif;
        font-size: 14px;
        color: #BEB31D;
    }
    .footer_text {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 14px;
        color: #BEB31D;
    }

    footer a {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 14px;
        color: #BEB31D;
        text-decoration: none;
    }
    footer a:hover {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 14px;
        color: white;
        text-decoration: underline;
    }
}
@media screen and (max-device-width: 797.98px) {
    footer {
        background: linear-gradient(to left, #01233F, #6E7276);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer_text {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 12px;
        color: #BEB31D;
    } 
}
@media screen and (min-device-width: 798px) {
    .carte {
        width: 400px;
        height: 600px;
        border: 1px solid #696969;
        border-radius: 20px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        padding: 0;
        margin-bottom: 20px;
        margin-left: 2px;
        margin-right: 2px;
    }
    
    .carte_header {
        width:400px;
        background-color: darkgreen;
        border-bottom: 1px solide #696969;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        font-family: 'AnekBangla-Medium';
        color: white;
        font-size: 24px;
    }
    .carte_header_title {
        text-align: center;
    }
    .carte_body {
        padding-top: auto;
        padding-bottom: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .carte_body label {
        font-family: 'AnekBangla-Light', sans-serif;
        font-size: 14px;
    }
}
@media screen and (max-device-width: 797.98px){
    .carte {
        width: 385px;
        height: 600px;
        border: 1px solid #696969;
        border-radius: 20px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        padding: 0;
        margin-bottom: 20px;
        margin-left: 2px;
        margin-right: 2px;
    }

    .carte_header {
        width:385px;
        background-color: darkgreen;
        border-bottom: 1px solide #696969;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        font-family: 'AnekBangla-Medium';
        color: white;
        font-size: 24px;
    }
    .carte_header_title {
        text-align: center;
    }
    .carte_body {
        padding-top: auto;
        padding-bottom: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .carte_body label {
        font-family: 'AnekBangla-Light', sans-serif;
        font-size: 14px;
    }
    .carte_body p {
        font-family: 'AnekBangla-Light', sans-serif;
        font-size: 14px;
    }
}
@media screen and (min-device-width: 798px) {
    #cnd {
        width: 100%;
        padding: 2.5%;
    }
    #cnd h1 {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 45px;
        font-weight: bold;
    }
    #cnd h2 {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-decoration: underline;
    }
    #cnd p {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
    }
    #cnd p .int {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 18px;
    }
    #cnd ul {
        list-style-type: lower-latin;
    }
    #cnd li {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
    }
}
@media screen and (max-device-width: 797.98px) {
    #cnd {
        width: 100%;
        padding: 1%;
    }
    #cnd h1 {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 40px;
        font-weight: bold;
    }
    #cnd h2 {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-decoration: underline;
    }
    #cnd p {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
    }
    #cnd p .int {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 18px;
    }
    #cnd ul {
        list-style-type: lower-latin;
    }
    #cnd li {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
    }
}

 /* background-color: #01233F;
        background-image: linear-gradient(90deg, #01233F, #6E7276);
        background-clip: text;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent; */