@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    height: auto !important;
  }
.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background-color: #f5f5f5;
}

.sticky-below-nav {
    top: 400px;
}

.navColor {
    background-color: #D6CCC2;
}

.bg-color-content {
    background-color: #FFF9F3;
}

/* Header Style */

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
}

.banner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .banner img {
        max-width: 100%;
        height: auto;
    }

    .groupeDnsBanner {
        width: 300px;
    }

    .vertical-text {
        display: none;
    }
}

@media only screen and (min-width: 960px) {
    .myheader {
        height: 250px;
    }

    .sticky-ad {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .myheader {
        height: 220px;
    }

    .sticky-ad {
        display: none;
    }

    /* .sticky-sidebar img{
        max-width: 90%;
    } */
}

@media only screen and (max-width: 766px) {
    .sticky-sidebar {
        display: none;
    }
}

.maincontent {
    background-color: #e3e3e3;
}

.imgcard {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    height: 100vh;
    text-align: center;
}

.sticky-sidebar img{
    width: -webkit-fill-available;
}

.container .content img {
    max-width: 100%;
    height: auto;
}

.tit-txt {
    color: #463f3a;
}

@media (min-width: 578px) {
    .ad-small-screen {
        display: none;
    }
}

.ad-small-screen {
    position: relative;
}

.ad-small-screen img {
    max-width: 320px;
    height: auto;
    overflow: hidden;
}

.ad-small-screen i {
    position: absolute;
    top: 0;
    right: 0;
}

.sideborder {
    padding: 4px;
    border: 1px solid #e8e6e6 !important;
}

.adv {
    padding-top: 8px;
    color: #767674;
    font-family: Roboto Condensed, Verdana, sans-serif;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .063rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.vertical-text {
    padding-right: 8px;
    writing-mode: vertical-rl;
    color: #767674;
    font-family: Roboto Condensed, Verdana, sans-serif;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .063rem;
    line-height: 1;
    padding-left: .625rem;
    padding-top: .375rem;
    text-transform: uppercase;
    text-align: center;
}

.groupeDns {
    background-color: #EEEEEE;
}

.dnsBanner {
    background-color: #EEEEEE;
    display: inline-table;
    max-width: 1000px;
}

.groupeDnsBanner {
    background-color: #EEEEEE;
    display: inline-block;
    border: 1px solid #d3d3d3;
    width: 50%;
}

.domainAction {
    text-decoration: none;
    color: #1E0342;
    padding: 5px;

}

.text-wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.domainAction:hover {
    text-decoration: underline;
    color: #f2f2f2;
    background-color: #C70039;
}

/* Style Privacy */

.head-1 {
    font-family: "Radio Canada Big", sans-serif;
    font-weight: 800;
    color: #0f2522;
    font-size: 40px;
    line-height: 50px;
}

.head-4 {
    font-weight: 600;
    letter-spacing:.5px;
    color: #0f2522;
    font-family: "Radio Canada Big", sans-serif;
    margin: 15px 0px;
    margin-bottom: 3px;
}

.parag {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #0f2522;
    letter-spacing: .5px;
    pdding-top: 0 px;
    margin-top: 0px;
}

.mail {
    color:#0A79F1;
    font-weight: 600;
}

.privacy {
    background-color: white;
    /* border: 30px solid #F6F6F6; */
    padding: 50px;
    /* margin: 20px; */
}
