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

* {
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    height: auto !important;
  }
/* Fonts */
.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;
}

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


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

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


/* Header Style */

.banner {
    max-width: 730px;
    margin-top: 6px;
    padding: 4px;
    border: 1px solid #e8e6e6 !important;
}


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


@media screen and (max-width: 768px) {
    .banner {
        max-width: 100%;
        margin-top: 4px;
        padding: 2px;
        border: 1px solid #e8e6e6 !important;
    }

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

    .vertical-text {
        display: none;
    }

    .nav-item {
        text-align: center;
    }

    .sticky-sidebar {
        display: none;
    }

    .text-wrapper {
        font-size: smaller;
    }

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

@media screen and (min-width: 1400px) {

    /* .vertical-text {
        display: none;
    } */
}

@media screen and (max-width: 1200px) {

    /* .vertical-text {
        display: none;
    } */
}

/* End Headert Style */

.maincontent {
    background-color: #e3e3e3;
}

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

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    height: 100vh;
}

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

@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;
    margin: 0;
}

.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;
}

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

.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;
}