

/*
Author: Bootstrapthemes
Author URI: http://www.xpeedstudio.com
*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 1rem;
    }


    .cloudy{
        top: 250px;
        right: -240px;
    }
    .sunny{
        top: 250px;
        right: -230px;
    }
    .rainy{
        top:270px;
        right: -220px;
    }



}



/* Portrait tablets and small desktops */
/*@media (max-width: 992px) {

}*/


/* Portrait tablets and small desktops */
@media (max-width: 991px) {

    .sm-text-center{
        text-align: center !important;
    }
    .sm-pull-none{
        float: none !important;
    }
    .sm-m-top-10{
        margin-top:10px;
    }
    .sm-m-top-20{
        margin-top:20px;
    }
    .sm-m-top-30{
        margin-top:30px;
    }
    .sm-m-top-50{
        margin-top:50px;
    }

    nav.navbar.bootsnav.footer-menu{
        background-color: transparent;
        border-bottom: 0px solid;
    }
    nav.navbar.bootsnav.footer-menu .navbar-toggle{
        background-color: transparent !important;
    }

    .cloudy {
        right: -136px;
    }
    .attr_cloudy {
        right: 22%;
    }
    .attr_deg2 {
        left: 21%;
    }
    .sunny {
        right: -150px;
    }
    .attr_sun2 {
        right: 22%;
    }
    .attr_deg3 {
        left: 20%;
    }
    .rainy {
        right: -103px;
    }
    .attr_rainy2 {
        right: 22%;
    }
    .attr_deg4 {
        left: 21%;
    }

}



/* Landscape phones and portrait tablets */
@media  (max-width: 768px) {
    h2{
        font-size:2rem;
    }
    p{
        font-size:90%;
        line-height: 2rem;
    }
    .xs-pull-none{
        float: none !important;
    }
    .xs-text-center{
        text-align: center !important;
    }
    .xs-m-top-10{
        margin-top:10px;
    }
    .xs-m-bottom-10{
        margin-bottom:10px;
    }
    .xs-m-bottom-20{
        margin-bottom:20px;
    }
    .sunny {
        right: -170px;
    }
    .attr_sun2 {
        right: 18%;
    }
    .attr_deg3 {
        left: 15%;
    }
    .rainy {
        right: -205px;
    }
    .attr_rainy2 {
        right: 11%;
    }
    .attr_deg4 {
        left: 10%;
    }
    /***inscription**/
    .formulaire{
    padding-bottom: 50px !important;
        }
    .formulaire h1{
        font-size: 2.5rem;
        padding-right: -20px;     
    }
    .form-group{
        margin-left: 20px !important;
        margin-bottom: 0px !important;      
    }
    .input__field--mail {
    margin-top: 2em !important;
       }
    .mailgreen{
    height: 100% !important;
    }  
    .logo-Mail{
        margin-left: 0px !important;

    }    
    .tooth{
       margin-left: 5% !important;
    }

}




/* Landscape phones and smaller */
@media (max-width: 479px) {
.axe2,.axe3{
    visibility: hidden !important;
}
.axe1{
    left:78%;
    top: 8%;
    width: 90px;
    height: 100px;
}


.firstNewLaptop{
visibility: hidden !important;
}
.laptop{
    padding-top: 100px !important;
        display: block;
}
nav.navbar.bootsnav .navbar-nav{
    padding-bottom: 50px;
}
.nav .btnbar {
width: 80%;
}
.main_home {
    overflow: hidden;
    padding-top: 100px !important;
    padding-bottom: 350px;
}
.home{
    background: url(../images/homebg2.png) no-repeat top center ;
    background-size: cover;
    position: relative;
}  
.logo{
    margin-top: -15%;
}
.home_text h1{
    font-size:2.8rem;
}
.home_btns{
    margin-left: 10px !important;
}

.pub-image{
     display: none;
}
.pub{ 
    width:100%;
    height: 200px;
   position: relative;
   left: 0px;
   top: 0px;
   border: none !important;
}

.swiper-slide {
    text-align: center;
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 450px;

}

#v1{
    width: 50%;
    left: 25%;
    top:  40%;
}
.Recommandation img{
   margin-left: 60px;
   position: relative;
}
.Collaborateur_app a{
    display: inline !important;
}
.Colab{
    padding-left: 30px;
}
    html {
        font-size: 85%;
    }
    .cloudy {
        top: 255px;
        right: -190px;
        font-size: 11rem;
    }
    .attr_cloudy {
        right: 0%;
    }
    .attr_deg2 {
        left: 0%;
    }

    .attr_sun2 {
        right: 0%;
    }
    .attr_deg3 {
        left: 0%;
    }
    .attr_rainy2 {
        right: 0%;
    }
    .attr_deg4 {
        left: 0%;
    }
}





@media (max-width: 400px) {


}

@media (max-width: 320px) {
    html {
        font-size: 60.5%;
    }


}



