@media (min-width:240px) {

    .icon-avantage {
        width: 20px;
        height: auto;
    }
}

@media (min-width: 360px) {

    /* queries for extra-small-devices  >576px (col-)**/
    /*examples of devices that fall into this category : Galaxy S5 / iphones: X/6/7/8/6,7,8 plus / pixel 2XL / Pixel2 / Nokia N9/ galaxy s5/s3*/
    /********spacer**********/
    .spacer-height-main1 {
        height: 20px;
    }

    .icon-avantage {
        width: 30px;
        height: auto;
    }
    .text-avantage{
        font-size: 14px;
    }
}

@media(min-width:400px) {
    .title-tachfine {
        font-size: 1.1rem;
    }
}

@media(min-width:440px) {
    .title-newsletter {
        font-size: 1.2rem;
    }

}

@media (min-width: 500px) {
    .title-tachfine {
        font-size: 1.4rem;
    }
    .wrap-main {
        background-position-x: -40vw;
    }
    .text-avantage{
        font-size: 16px;
    }
}

@media (min-width: 576px) {

    /* queries for extra-small-devices  >576px (col-)**/
    /*examples of devices that fall into this category : Galaxy S5 / iphones: X/6/7/8/6,7,8 plus / pixel 2XL / Pixel2 / Nokia N9/ galaxy s5/s3*/

    .title-main {
        font-size: 2rem;
    }

    .title-newsletter {
        font-size: 1.7rem;
    }
    .article-go-top{
        right: 0;
    }
}

@media (min-width: 768px) {

    /* queries for sm-devices > 768px (col-sm)**/
    /*examples of devices that fall into this category : BlackBerry Playbook / Microsoft Lumia 550 / Nexus 7 /*/
    html {
        font-size: 18px;
    }
    .container{
        min-width: 80%;
        width: 80%;
    }
    .section-general .container{
        min-width: 80%;
        width: 80%;
    }
    .col-btn-envoyer {
        text-align: right;
    }
    .btn-envoyer {
        float: right;
    }
    .col-checkbox {
        text-align: left;
    }

    .title-main {
        font-size: 1.5rem;
    }

    .title-newsletter {
        font-size: 1.9rem;
    }
    .light-img1{
        max-height: 70vh!important;
    }
    /*spacer*********/
    .div-bg-star {
        display: inline;
        position: absolute;
        z-index: -1;
    }

    .div-bg-star1 {
        left: -50%;
        top: 20%;
    }

    .div-bg-star2 {
        right: -27%;
        top: 17%;
    }

    .div-bg-star3 {
        left: 3%;
        top: 60%;
    }


    .div-bg-star4 {
        right: -27%;
        bottom: 0%;
    }

    .avantage {
        padding: 2rem 1rem 2rem 1rem;
    }
}

@media (min-width: 992px) {

    /* queries for medium-devices > 992px (col-md)*/
    /*examples of devices that fall into this category : Ipad / Kindle fire HDX / Ipad mini / Nexus 10  */
    .wrap-main {
        background-position-x: -20vw;
    }
    .content-main a{
      margin: 0;
    }
}

@media (min-width: 1024px) {

    /* queries for medium-devices >1024px (col-md)*/
    /*examples of devices that fall into this category : Ipad / Kindle fire HDX / Ipad mini / Nexus 10  */

    .wrap-main {
      background-position-x: 0vw;
    }
    .title-tachfine {
        font-size: 1.5rem;
        font-family: 'Dubai';
    }
    .btn-go-top {
        right: 50px;
    }
    .aside-tachfine,
    .section-general,
    .footer-tachfine {
        padding: 0 !important;
    }
    .article-go-top{
        width: 10%;
        height: 100px;
    }
    .text-footer {
        font-size: 0.9rem;
        font-family: 'Dubai';
    }
    .spacer-go-top {
        height: 10px;
    }
    .btn-go-top .div-image2 svg{
        transform: rotate(180deg);
        height: 80px;
    }
    .btn-go-top .div-image1 svg{
        -webkit-animation: 25s anim infinite;
                animation: 25s anim infinite;
        width: 100px;
        height: 100px;
    }
    .img-background {
        display: inline;
    }

    .btn-envoyer {
        width: 100%;
    }

    .title-main {
        margin-left: 0rem;
        font-size: 1.4rem;
    }

    .title-newsletter {
        font-size: 1.2rem;
    }
    .wrap-main {

        /*
      	padding: 0px;
        padding-left: 12%;*/
        flex-direction: row !important;
     /* height:1040px!important;*/

    }

    .spacer-height-main2 {
        height: 24%;
    }

    .spacer-height-form {
       /* height: 160px !important;*/
        height: 38px !important;
    }

    form {
        /*width: 55% !important;*/
        width: 89% !important;
        margin: auto;
    }

    .spacer-height-gallery {
        height: 1px;
    }

    .content-main {
        width: 33%;
    }

    .newsletter {
        width: 65%;
    }

    .warp-main {
        /*padding: 0px !important;*/
    }

    .spacer-h-footer {
        height: 0px;
    }
    /********spacer**********/
    .spacer-height-main1 {
        height: 1px;
    }

    .btn-go_bottom1 {
        display: inline;
    }

    .btn-go_bottom2 {
        display: none;
    }
}

@media(min-width:1101px) {
  .container {
    min-width: 90%;
    width: 90%;
}
}

@media (min-width:1200px) {
  .title-main {
      padding: 0;
  }
  .title-main::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 3vw);
    height:  calc(100% + 3vw);
    background: rgb(75 61 43 / 50%);
    z-index: -1;
}
    /* queries for large-devices > 1200px (col-lg)*/
    /*examples of devices that fall into this category : Ipad PRO / Laptop with HiDPI screen / Laptop with MDPI screen / Laptop with touch */
    .title-newsletter {
        font-size: 1.4rem;
    }
    .btn-go-top {
        right: 80px;
    }
    .title-main {
        margin-left: 3rem;
        font-size: 1.4rem;
    }
    .voir-plus {
        font-size: 1.5rem;
    }
  

}

@media (min-width : 1280px) {

/*.wrap-main { height:1220px!important; }*/3
  .wrap-main { height: 100%; }
}


@media (min-width:1400px) {
    .btn-envoyer {
        width: 180px;
    }
    .text-avantage{
        font-size: 1rem;
    }
    .light-img1{
        max-height: 65vh!important;
    }
    .light-box {
        cursor: pointer;
        min-height: 45vh;
        height: 100%;
    }
    .title-main {
        font-size: 1.9rem;
    }

    .title-newsletter {
        font-size: 1.6rem;
    }

    .icon-avantage {
        width: 40px;
        height: 40px;
        height: auto;
    }
    .wrap-main {
     	/*height:1220px!important;*/
      height: 100%;
    }
}

@media (min-width:1600px) {
    .title-tachfine {
        font-size: 1.6rem;
    }
    .wrap-main {

     	/*height:1220px!important;*/
      height: 100%;

    }
}

@media(min-width:1700px) {
    .logo-immolyse img {
        width: 200px;
    }
    .icon-avantage {
        width: 50px;
        height: 50px;
        height: auto;
    }
  .wrap-main {

     	/*height:1220px!important;*/
    height: 100%;

    }
}

@media (min-width:1900px) {

    /* queries for extra-large-devices > 1900px (col-xl)*/
    /*examples of devices that fall into this category : most descktop screens */
    form {
        width: 50% !important;
        margin: auto;
    }

    .title-tachfine {
        font-size: 1.7rem;
    }

    .hr-title-section {
        height: 7px !important;
        width: 140px;
    }

    .hr-avantage {
        height: 7px !important;
        width: 200px;
    }

    .icon-avantage {
        width: 60px;
        height: 60px;
        height: auto;
    }
    html {
        font-size: 20px;
    }
    .wrap-main {

     	/*height:1220px!important;*/
      height: 100%;

    }
}

@media(min-width:2000px) {
    .title-main {
        font-size: 2rem;
    }
    .btn-envoyer {
        border-radius: 15px !important;
        width: 230px !important;
        height: 55px !important;
    }
    .icon-avantage {
        width: 80px;
        height: auto;
    }
    .wrap-main {

     	/*height:1220px!important;*/
      height: 100%;

    }
}

@media (min-width:2500px) {
    html {
        font-size: 30px;
    }

    .btn-go_bottom1,
    .btn-go_bottom2 {
        position: relative;
        height: 220px;
        width: 220px;
    }

    .btn-go_bottom1 .div-image1,
    .btn-go_bottom1 .div-image2,
    .btn-go_bottom2 .div-image1,
    .btn-go_bottom2 .div-image2 {
        height: 220px;
        width: 220px;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
    }

    .btn-go_bottom1 .div-image1 img {
        height: 220px !important;
        width: 220px !important;
    }

    .spacer-text-animation {
        height: 78px;
    }

    .title-main {
        font-size: 1.9rem;
    }

    .logo {
        width: 200px;
    }
    .wrap-main {

     	/*height:1220px!important;*/
      height: 100%;

    }
}

@media (max-width: 768px){
/*.afficher {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    margin: 0 auto;
    text-align: center;
    right: 0px;
    font-weight: bold;
    font-size: 19px;
}*/
.afficher {
    width: 100%;
    /* max-width: 100%; */
    border-radius: 0px;
    margin: 0 auto;
    right: 10px;
    /*font-weight: bold;*/
    font-size: 14px;
	line-height:70px;
}
.elaz {
    display: none;
    z-index: 2147483647;
    position: fixed;
    overflow: hidden;
    width: 94% !important;
    margin: auto;
    left: initial;
    right: 12px;
    top: 30px;
}
.spacer-height-main{
    height: 1px;
}
form {
    padding: 10px 30px;
}
.mb-3 {
    margin-bottom: 0.8em!important;
}
/*#anas101{display:block!important;}
.section-gallery{display:none;}*/
#success-msg{font-size: 17px!important; width: 310px!important; height: auto!important;}
.logohead{
    position: relative;
}
#ali{Display:none!important;}
#ali2{display:block!important;}
.wrap-main {
	background-image: url(../img/BGGLOBAL2.jpg);
    background-repeat: no-repeat;
    background-position: top!important;
    background-position-x: 0vw!important;
    -o-object-fit: contain;
    /* object-fit: contain; */
    /* padding: 5% 10% 0 10%; */
	padding: 2% 10% 0 10%!important;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    /*height: 201px!important;*/
}
.logo{
    width: 50%;
}
.icon-animation{
    width: 20px;
	margin: 25px 0 0 0;
}
.spacer-text-animation{
    font-size: 15px;
}
.whatssap {
    display: block!important;
    z-index: 1;
    position: fixed;
    overflow: hidden;
    bottom: 0px;
    left: initial;
    right: 178px;
    margin: 0 0 0 0;
    max-width: 181px;
    width: 181px;
    background: transparent;
    color: white;
    line-height: 60px;
    /* border-radius: 32px; */
    cursor: pointer;
	left: 10px;
}
.ina2{
	background: #0e3228;
    position: absolute;
    z-index: 1;
    right: 1px;
    top: 1px;
  }  

}
