/*************************************************************************/
/************************ Tous les écrans ********************************/

/*** Menu ***/
#navbarmenu {
    background-color: white;
}

/*** Général ***/
.centre {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.style_div {
    background-color: white;
    width: 100%;
}

.image_partie {
    background: url(../images/home/background.jpg);
    background-size: cover;
    text-align: left;
    border-bottom: 5px solid rgba(0,101,181,1);
}

/*** Texte ***/
.citation_slide {
    font-style: italic;
}

.grostitre_slide {
    color: rgba(0, 101, 181, 1);
 }

 .titre_slide1 {
     color: rgba(0, 101, 181, 1);
 }

.grostitre_slide, .titre_slide1 {
    text-shadow: 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff;
}

/*** Menu carousel ***/
.legende_nav {
    list-style: none;
}

.legende_nav li {
    margin-top: 10px;
}

.transparent {
    color: transparent;
}

/*** Carousel ***/

.slide {
    width: 100%;
}

.slide0 {
    background-color: transparent;
}

.slide_after {
    background-color: rgba(0, 101, 181, 0.7);
}

.texte_image {
    display: table;
}
    
.texte {
    display: table-cell;
    vertical-align: middle;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    transition-duration: 1s;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/*** Bouton ***/
.button_template {
    height: 50px;
    width: 150px;
    background-color: #FFCE42;
    border: none;
    color: rgba(0,101,181,1);
    font-variant: small-caps;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    font-family: arial;
}

.button_product {
    height: 100px;
    width: 50%;
    margin-top: 90px;
    margin-bottom: 50px;
    background-color: rgba(0, 101, 181, 1);
    font-size: 40px;
    color: white;
    font-weight: bold;
    border: 5px dotted rgba(255,255,255, 0.5);
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}

/*** Image ***/
.product_remobi {
    width: 120%;
    height: 120%;
    margin-left: -15%;
    margin-top: 100px;
}

/*************************************************************************/
/**************************** Grand écran ********************************/

@media (min-width: 892px) {
    /*** Menu ***/
    #navbarmenu {
        z-index: 100;
        position: fixed;
        margin-top: -74px;
    }
      
    /*** Style ***/
    .image_partie {
        margin-top: 50px;
        height: 800px;
        width: 100%;        
        background-position: center;
    }
    
    .style_div {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    
    .petit_ecran {
        display: none;
    }
    
    /*** Texte sur le carousel ***/
    .texte_image {
        color: white;      
        margin-left: 30px;
    }

    .grostitre_slide {
        margin-top: 500px;
        font-size: 60px;
        font-weight: bold;
    }

    .titre_slide1 {
        font-size: 35px;
    }
    
    .slide_after {
        display: table;
    }

    .titre_slide2 {
        font-size: 50px;
        font-weight: bold;
    }

    .texte_slide {
        font-size: 30px;
    }
    
    .citation_slide {
        font-size: 25px;
    }
    
    /*** Menu carousel ***/
    .legende_nav {
        position: absolute;
        margin-left: 70%;
        margin-top: 200px;
        font-size: 30px;
        text-align: right; 
        color: rgba(0,101,181,1);
        z-index: 1;
        width: 480px;
        font-weight: bold;
    }
    
    .legende_nav li {
        transition: all 0.5s ease 0s;
    }
        
    .legende_nav li:hover {
        font-size: 40px;
    }

    .liste_nav, .point_nav {
        color: white;
        font-size: 40px;
        transition: all 0.5s ease 0s;
    }
    
    .point_nav  {
        font-size: 30px;
    }

    .contour {        
        text-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff;
    }
    
    /*** Carousel ***/
    .slide {
        height: 800px;
    }
    
    .slide_after {
        padding-top: 20px;
    }
    
    .texte_image {
        height: 700px;
    }

    /*** Image ***/
    .product_remobi {
        margin-left: -10%;
    }
    
    /*** Bouton ***/
    .button_template {
        margin-top: 20px;
    }
    
    .button_template {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .button_template:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .button_product:hover {
        box-shadow: 10px 10px 5px 5px gray;
    }

    /*** Vidéo ***/
    .videoyt {        
        width: 840px;
        height: 472.5px; 
        margin-top: 50px;
    }
    
    /*** Flèche ***/
    .fleche {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        position: fixed;
        margin-top: 35%;
        margin-left: 90%;
        z-index: 10;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
    }

    .fleche_abs {
        width: 0px;
        height: 0px;
        position: fixed;
        margin-top: 35%;
        margin-left: 90%;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
    }    
}

@media (min-width: 1300px) and (max-width: 1600px) {
    /*** Menu carousel ***/
    .legende_nav {
        margin-left: 60%;        
        margin-top: 150px;
    }
    
    /*** Slides ***/
    .image_partie, .slide {
        height: 750px;
        margin-top: 75px;
        overflow: hidden;
    }
    
    .texte_image {
        height: 700px;
    }
    
    .slide {
        margin-top: 0px;
        height: 750px;
    }
    
    /*** Texte slide ***/
    .grostitre_slide {
        margin-top: 470px;
        font-size: 50px;
        font-weight: bold;
    }

    .titre_slide1 {
        font-size: 30px;
    }

    .titre_slide2 {
        font-size: 35px;
        font-weight: bold;
    }

    .texte_slide {
        font-size: 25px;
    }
    
    .citation_slide {
        font-size: 20px;
    }
    
    .grand_ecran {
        display: none;
    }
    
    
}


@media (min-width: 992px) and (max-width: 1299px) {
    /*** Menu carousel ***/
    .legende_nav {
        margin-left: 50%;        
        margin-top: 180px;
    }

    .petit_ecran {
        display: none;
    }
    
    .grostitre_slide {
        margin-top: 400px;
        font-size: 50px;
        font-weight: bold;
    }
    
    .titre_slide1 {
        font-size: 25px;
    }

    .titre_slide2 {
        font-size: 40px;
        font-weight: bold;
    }

    .texte_slide {
        font-size: 25px;
    }
    
    .citation_slide {
        font-size: 18px;
    }
}

/*** Demi-page ***/

@media screen and (min-width: 882px) and (max-width: 992px) {
    .legende_nav {
        margin-left: 45%;
        margin-top: 20%;
    }
    
    .texte {
        height: 500px;
        margin-top: 30px;
    }
    
    .grostitre_slide {
        /*margin-top: 400px;*/
        font-size: 50px;
        font-weight: bold;
    }
    
    .titre_slide1 {
        font-size: 25px;
    }

    .titre_slide2 {
        font-size: 30px;
        font-weight: bold;
    }

    .texte_slide {
        font-size: 20px;
    }
    
    .citation_slide {
        font-size: 15px;
    }
    
    .product_remobi {
        margin-left: -5%;
    }
    
    .videoyt {
        width: 560px;
        height: 315px;
    }
    
    .petit_ecran {
        display: none;
    }
}


/*************************************************************************/
/************************** Grands et moyens écrans **********************/



/*************************************************************************/
/************************** Moyens écrans ********************************/

@media (min-width: 480px) and (max-width: 891px) {
    /*** Style ***/
    .image_partie {
        margin-top: 100px;
    }
    
    .style_div {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    
    .fond_bleu {
        color: white;
        font-size: 30px;
        background-color: #0065B5;
        margin-left: -20px;
        font-variant: small-caps;
        font-stretch: expanded;
    }
    
    .texte {
        height: 500px;
        margin-top: 30px;
    }
    
    /*** Texte sur le carousel ***/
    .texte_image {
        color: white;
        font-weight: bold;
        text-align: center;
    }

    .grostitre_slide {
        font-size: 40px;
        margin-top: 45%;
    }

    .titre_slide1 {
        font-size: 15px;
    }

    .titre_slide2 {
        font-size: 30px;
        margin-top: 5%;
    }

    .texte_slide {
        font-size: 20px;
    }
    
    .citation_slide {
        font-size: 10px;
    }
    
    /*** Menu carousel ***/
    
    .legende_nav {
        position: relative;
        font-size: 15px;
        text-align: center; 
        color: darkgray;
        margin-top: 90px;
        margin-left: -20px;
        font-variant: small-caps;
        font-stretch: expanded;
    }
    
     .legende_nav li {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
    }
    
    .legend {
        width: 90%;
        margin-left: 3%;
    }

    /*** Carousel ***/
    .image_partie {
        margin-top: 0px;
    }
    
    .carousel-inner { 
        position: relative;
    }
    
    .slide {
        position: absolute;
        height: 500px;
    }
    
    #indicators {
        display: none;
    }
    
    /*** Image ***/
    .product_remobi {
        width: 100%;
        height: 100%;
    }
    
    /*** Vidéo ***/    
    .videoyt {        
        width: 280px;
        height: 157.5px; 
        margin-top: 20px;
    }
    
}

@media (min-width: 768px) and (max-width: 893px) {
    .legende_nav {
        margin-top: 200px;
    }   
}

/*************************************************************************/
/************************** Petits et moyens écrans **********************/

@media (max-width: 891px) { 
    .slide  {        
        overflow: scroll;
    }
    
    .image_partie {
        background-size: cover;
        background-position: left;
    }
    
    .product_remobi {
        width: 100%;
    }
    
    .liste_nav {
        background-color: rgba(0, 101, 181, 1);
        color: white;
        box-shadow: -5px 5px 2px 2px lightgray;
        
    }
    
    .point_nav, .transparent {
        display: none;
    }
    
    /*** Bouton ***/
    .button_template {
        margin-left: 0%;
         margin-top: 10px;
    }
    
    /*** Fleche ***/
    .fleche, .fleche_abs {
        display: none;
    }
    
}



/*************************************************************************/
/************************** Petits écrans ********************************/

@media (max-width: 479px) {
    /*** Style ***/
    .image_partie {
        margin-top: 100px;
    }
    
    .style_div {
        margin-top: 20px;
    }
    
    .fond_bleu {
        color: white;
        font-size: 30px;
        background-color: #0065B5;
        margin-left: -20px;
        font-variant: small-caps;
        font-stretch: expanded;
    }
    
    .grand_ecran {
        display: none;
    }
    
    .button_product {
        height: 100px;
        width: 70%;
        margin-top: 60px;
        margin-bottom: 50px;
        background-color: rgba(0, 101, 181, 1);
        font-size: 30px;
        color: white;
        font-weight: bold;
        border: 5px dotted rgba(255,255,255, 0.5);
    }
    
    /*** Texte sur le carousel ***/
    .texte_image {
        color: white;
        font-weight: bold;
        margin-top: 10%;
        text-align: center;
    }

    .grostitre_slide {
        font-size: 30px;
        margin-top: 90%;
    }

    .titre_slide1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .titre_slide2 {
        font-size: 25px;
    }

    .texte_slide {
        font-size: 20px;
    }
    
    .citation_slide {
        font-size: 13px;
    }
    
    /*** Menu carousel ***/    
    .legende_nav {
        font-size: 15px;
        text-align: center; 
        color: darkgray;
        margin-top: 100px;
        margin-left: -20px;
        font-variant: small-caps;
        font-stretch: expanded;
    }
    
    .legende_nav li {
        padding-top: 5px;
        padding-bottom: 5px;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
    }
    
    .legend {
        width: 90%;
        margin-left: 3%;
    }

    /*** Carousel ***/
    .image_partie {
        position: relative;
        margin-top: 0px;
    }
    
    .carousel-inner { 
        position: relative;
    }
    
    .slide {
        position: absolute;
        height: 500px;
    }

    
    #indicators {
        display: none;
    }

}

@media (max-width: 492px) {
    .image_partie, .slide {
        height: 600px;
    }
}