/* Gallery */
.gallery-slideshow{
    width: 100% !important;
    height: 355px !important;
}
ul.gallery-slideshow{
    background-color: #fff;
}
ul.gallery-slideshow li img{
    position: initial;
    margin-bottom: 15px;
}
ul.gallery-navbar li.active{
    background: #db4b4b;
}
ul.gallery-navbar li{
    background:#666;
}
ul.gallery-slideshow ul.gallery-navbar{
    bottom : -13px;
}
.gallery-control{
    background: #484848;
}
ul.gallery-navbar li:hover{
    background: #aaa;
}
.play{
    display: none !important;
}
.pause{
    display: none !important;
}
.prev{
    display: none !important;
}
.next{
    display: none !important;
}

/* GENERAL */
.responsive_p{
    display: none;
}
#bloc_accueil{
    display: flex;
    justify-content: space-around;
}
.element1{
    padding: 50px;
    margin: 30px;
    border: 1mm ridge #dbdbdb;
    border-radius: 95px;
    height: 420px;
    width: 337px;
    
}
@keyframes transition {
0%   { margin-top: -120px;opacity:0; }
100% { margin-top: -60px;opacity:1; }
}
@keyframes opacity {
0%   { opacity: 0%; }
100% { opacity: 100%; }
}
#element_premier{
    background: linear-gradient(white,#dbdbdb);
    border: solid #dbdbdb;
    margin-top: -60px;
    opacity:0;
    animation: transition 1s ease-in-out 1s forwards;
}
@keyframes transition1 {
/*0%   { margin-right: -60px;opacity:0; }
100% { margin-right: 0px;opacity:1; }*/
0%   {transform:translateX(60px); opacity:0; }
100% { transform:translateX(0px); opacity:1; }
}
@keyframes opacity {
0%   { opacity: 0%; }
100% { opacity: 100%; }
}
#element_deuxieme{
    opacity:0;
    animation: transition1 1s ease-in-out 2s forwards;
}
@keyframes transition2 {
/*0%   { margin-right: -60px;opacity:0; }
100% { margin-right: 0px;opacity:1; }*/
0%   { transform:translateX(60px);opacity:0; }
100% {transform:translateX(0px);opacity:1; }
}
@keyframes opacity {
0%   { opacity: 0%; }
100% { opacity: 100%; }
}
#element_troisieme{
    opacity:0;
    animation: transition2 1s ease-in-out 3s forwards;
}
.element1 img{
    height: 85px;
    width: 90px;
    margin-left: 126px;
    margin-bottom: 24px;
}
.element1 p{
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
}
#sous_span{
    font-size: 15px !important;
    font-weight: normal !important;
    margin-top: -16px;
}
.btn_bloc{
    bottom: -388px;
    border-radius: 5px;
    background-color: #db4b4b !important;
    color: #fff !important;
    box-shadow: 1px 1px rgba( 0, 0, 0, 0.5),0 -1px 0 rgba( 255, 255, 255, 0.4);

}
.btn_bloc:hover{
    background-color: #fff !important;
    color: #db4b4b !important;
}
.element1 #btn1{
    margin-left: 88px;
    margin-bottom: 0px;
}
.element1 #btn2{
    margin-left: 60px;
    margin-bottom: 0px;
}
.element1 #btn3{
    margin-left: 80px;
    margin-bottom: 0px;
    margin-top:5px;
}
.title_accueil{
    text-align: center;
    font-size: 45px;
    margin-bottom: -10px;
}
#border, #little_border{
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #484848;
    border-radius: 17px;
}
#little_border{
    width: 32%;
    position: relative;
    top: 28px;
    z-index: 5;
    background-color: #fff;
}
#little_border span{
    font-size: 13px !important;
    margin-top: -16px;
    margin-bottom: 15px;
}
#little_border p, #little_border span{
    display:block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    margin:6px;
}
#border{
    width: 70%;
    height:209px;
}
#prop_collab{
    position: relative;
    top: -21px;
    left: 44%;
}
#bulle1, #bulle2, #bulle3, #bulle4, #bulle5, #bulle6, #bulle7, #bulle8{
    position: absolute;
    top:36px;
    border: 2px solid #fff;
    width: 2%;
    font-size: 31px;
    border-radius: 86px;
    color: #fff;
}
#bulle1, #bulle3, #bulle5, #bulle7{
    left:92%;
}
#bulle2, #bulle4, #bulle6, #bulle8{
    left:6%;
}
.margin_top_bloc_p{
    margin-top:58px;
}
#avec{
    position: relative;
    top:16px;
    left:-15px;
}
#huit{
    font-size: 68px !important;
    color:#db4b4b !important;
    position: relative;
    top: 19px;
    left: 9px;
}
#phrase{
    position:relative;
    left:34px;
}
#et{
    margin-top: 50px; 
    font-size: 28px !important;
}
#huit_2{
    font-size: 68px !important;
    color:#db4b4b !important;
    position:relative;
    top:10px;
}
#modules_4{
    margin-top: 20px !important;
}
#partenariat{
    font-size:25px !important;
}
.espace_bloc{
    margin-bottom: 95px;
    padding: 15px;
    font-size: 25px;
    text-align: center;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}
.espace_bloc2{
    margin-bottom: 45px;
    /*padding: 15px;*/
    font-size: 27px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.element2{
    width: 16%;
    margin-top: 28px;
}
.element2 p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.img_picto{
    height: 55px;
    width: 60px;
}
#bloc_2{
    display: flex;
    justify-content: space-around;
}
.mini{
    height: 85px;
    width: 85px;
}
.element3{
    margin-top: 30px;
}
.element3 p {
    font-size: 15px;
}
#element_1{
    margin-left: 150px;
}
#element_2{
    margin-right: 142px;
}
#element_3{
    margin-left: 150px;
}
#element_4{
    margin-right: 160px;
}
#img_tableau{
    margin-top: 12px;
    width: 82%;
}
#bloc_4 p{
    font-size: 20px;
    font-weight: bold;
}
#mini_bloc{
    display: flex;
    justify-content: space-around;
}
.mini_bloc1{
    background-color: #db4b4b;
    border-radius: 5px;
    width: 300px;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),0 -1px 0 rgba( 255, 255, 255, 0.4);
}
.mini_bloc1 p {
    color: #fff;
    padding: 10px;
}
#align{
    margin-top: 32px;
}

.bloc_5{
    display: flex;
    justify-content: space-around;
    background-image: url("../images/new_home_page/externalisation_background.png");
    background-repeat: no-repeat;
}
.img_bloc{
    margin-bottom: -5px;
    padding: 30px;
}
.bloc_btn{
    border-radius: 5px;
    background-color: #db4b4b !important;
    color: #fff !important;
    margin-bottom: 10px;
    box-shadow: 1px 1px rgba( 0, 0, 0, 0.5),0 -1px 0 rgba( 255, 255, 255, 0.4);
}
.bloc_btn:hover{
    background-color: #fff !important;
    color: #db4b4b !important;
}
.bloc_btn_rose{
    border-radius: 5px;
    background-color: #595959 !important;
    color: #fff !important;
    margin-bottom: 10px;
    border: 1px solid #595959 !important;
    box-shadow: 1px 1px rgba( 0, 0, 0, 0.5),0 -1px 0 rgba( 255, 255, 255, 0.4);
}
.bloc_btn_rose:hover{
    background-color: #fff !important;
    color: #db4b4b !important;
}
.bloc_titre{
    color: #fff !important;
    font-size: 45px;
    margin-top: 11px;
}
.bloc_6{
    display: flex;
    justify-content: space-around;
    background-image: url("../images/new_home_page/mutualisation_background.png");
    background-repeat: no-repeat;
}
.bloc_p{
    color: #595959;
    font-size: 20px;
}
.bloc_home ul{
    text-align: left;
    font-size: 20px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-left: 180px;
}
.p_in_bloc{
    text-align: left;
    font-size: 20px;
    color: #5D5D5D;
    margin-top: -40px;
}
.bloc_p_titre{
    text-align: left;
    font-size: 20px;
    color: #db4b4b;
}
.bloc_5 .small_bloc {
    background-color: #595959;
    height: 455px;
    width: 285px;
    padding: 10px 0px 0px 0px !important;
    margin-right: 90px;
}
.bloc_5 .small_bloc span{
    margin-top: 15px;
    color: #fff;
}
.bloc_5 .small_bloc .bold{
    color: #595959 !important;
}
.input_modules{
    position: relative;
}
.input_modules input{
    position: absolute;
    margin-top: 265px;
    margin-left: -53px;
}
#my_eboutique, #gestion_projet, #srm_crm{
    width: 598px;
    height: 428px;
}
#bloc_modules{
    margin-left: 98px;
}
#modules{
    left:0;
    top:0px;
    position:absolute;
    height:10px;
    width:100%;
    background-color:#DB4B4B;
}
#marketplace{
    left:0;
    top:0px;
    position:absolute;
    height:10px;
    width:100%;
    background-color:#A57E7E;
}
#eco_systeme {
    left:0;
    top:0px;
    position:absolute;
    height:10px;
    width:100%;
    background-color:#34A746;
}
#solution_digit {
    left:0;
    top:0px;
    position:absolute;
    height:10px;
    width:100%;
    background-color:#73C6C2;
}
/* TEXTE TITRES MODULES BLANC **/
#trois_blocs{
    display: flex;
    justify-content: space-around;
    width: 50%;
    margin-left: 446px;
}
#trois_blocs p {
    color: #fff;
    padding-right: 12px;
    padding-left: 12px;
    font-weight: bold;
    font-size: 14px;
}
#trois_blocs img{
    margin-top: 25px;
    height: 55px;
    width: 55px;
}
#grand_rouge{
    height: 250px;
    background-color: #db4b4b;
    margin-right: 60px;
    width: 400px;
}
#moyen_gris{
    height: 200px;
    background-color: #595959;
    margin-top: 50px;
    margin-right: 60px;
    width: 400px;
}
#petit_rouge{
    height: 150px;
    margin-top: 100px;
    background-color: #db4b4b;
    width: 400px;
}
#bloc_7{
    background-color: #db4b4b;
    width: 100%;
}
#bloc_7 p{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}
.petit_picto{
    display: flex;
    width: 50%;
    margin-left: 783px;
}
.petit_picto img{
    height: 34px;
    width: 34px;
    margin-left: 24px;
    margin-top: 12px;
}
.picto_btn{
    border-radius: 5px;
    background-color: #db4b4b !important;
    color: #fff !important;
    margin-bottom: 10px;
    border : 1px solid #fff !important;
    box-shadow: 1px 1px rgba( 0, 0, 0, 0.5),0 -1px 0 rgba( 255, 255, 255, 0.4);
    margin-left: 740px;
}
.picto_btn:hover{
    background-color: #fff !important;
    color: #db4b4b !important;
    border : 1px solid #db4b4b !important;
}
.bloc_8{

    background-image: url("../images/new_home_page/externalisation_background.png");
    background-repeat: no-repeat;
}
.element_flex{
    display: flex;
    margin-top: 15px;
    margin-left: 25px;
}
#bloc_citation {
    display:flex;
    border : 1px solid #fff;
    height: 145px;
    margin-top:25px;
    margin-left: 125px;
}
#citation{
    color: #fff;
    font-style: italic;
    margin-top: 45px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
}
.element8{
    display: flex;
    justify-content: space-around;
}
.element8 p {
    font-size: 25px;
}
.img_element8 {
    height: 320px;
}
#bloc8_section .title_accueil{
    margin: 15px;
}
/* GENERAL */
#main_content_transparent_home {
    color: #5D5D5D;
}
/* Pour mettre du texte par dessus les images */
#main_content_transparent_home img {
    z-index: -1;
}
#main_content_transparent_home span {
    font-size: 20px;
}
#btn_etude {
    color: #fff;
    background-color: #db4b4b;
    font-size: 11px;
    padding: 5px;
    height: 18px !important;
    border-radius: 5px;
    margin-top: -7px;
    box-shadow: 1px 1px rgba( 0, 0, 0, 0.5),0 -1px 0 rgba( 255, 255, 255, 0.4);
}
.bold {
    font-weight: bold;
    font-size: 30px !important;
}
.italic {
    font-style: italic;
}
.grey {
    background-color: #eeeeee;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
}
#gain_temps{
    z-index:1;
    height:95px;
}
.bloc_prio7_p{
    text-align: center;
    font-size: 24px !important; 
    color: #fff !important;
}
#marketplace_centrale{
    display: inline-block;
    color: #fff; 
    margin-right: 110px;
}
#img_bloc_prio7{
    display: inline-block;
    position:relative;
    right:110px;
}
#img_bloc_prio7 img {
    width:700px;
}
#equipe_avenir{
    margin-left:184px;
}
#picto_handicap{
    margin-left:120px;
}
#picto_recycle{
    margin-right:140px;
}
#p_handicap{
    margin-left: 150px;
}
#p_recycle{
    margin-right: 150px;
}
#img_recycle{
    margin-left: 150px;
}
#btn_recycle{
    margin-right:140px;
}
#btn_handicap{
    margin-left:120px;
}
#img_handicap{
    margin-right: 150px;
}
#trois_leviers_responsive{
    top:50px;
    right: -280px;
}
#trois_leviers_img{
    width:450px;
}
.align_left {
    text-align: left !important;
}
.text_red {
    color: #db4b4b;
}
.margin_right_80 {
    margin-right: 80px;
}
.bckg_gris {
    background-color: #eeeeee;
    margin-top: 50px;
}
.bckg_blanc {
    background-color: #fff !important;
    margin-bottom: 10px;
}
.font_size_18 {
    font-size: 18px !important;
}
.font_size_20 {
    font-size: 20px !important;
}
.bloc_home {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    min-width: 1150px;
}
.bloc_home span {
    position: relative;
}
.two_bloc {
    font-size: 20px;
    margin-top: 50px;
    display: flex;
}
.two_bloc_left {
    margin-left: 402px
}
.two_bloc_right {
    padding: 10px 0px 10px 30px;
}
.two_bloc_right .bold {
    font-size: 20px !important;
}
.trois_leviers_left{
    padding: 10px 0px 10px 30px;
    font-size: 20px !important;
    margin-left : 243px;
}
.trois_leviers_right{
    padding: 10px 0px 10px 30px;
    font-size: 20px !important;
}
#bloc_1 {
    height: 260px;
    color: #fff;
    top: 5px;
    background-color: #db4b4b;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
#bloc_1 span.bold {
    font-size: 20px !important;
}
#content_bloc_1 {
    width: 1125px;
    margin: auto;
    position: relative;
    height: 200px;
}
#sous_content_bloc_1 {
    width: 680px;
    float: left;
    height: 200px;
    background-color: #db4b4b;
    display: flex;
    justify-content: space-around;
}
.small_bloc {
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    position: relative;
}
.small_bloc span {
    font-size: 17px !important;
}
.small_bloc span.bold {
    font-size: 20px !important;
}
#bloc_prio_5 .small_bloc {
    background-color: #eeeeee;
    height: 440px;
    width: 262px;
    padding: 10px 0px 0px 0px !important;
}
#bloc_prio_5 .bloc_img {
    height:105px;
    background-color:#fff;
    text-align: center;
}
#bloc_intelligent {
    height: 1000px;
}
#bloc_intelligent .grey {
    position: absolute;
    border-radius:20px
}
#bloc_partenariats {
    background-color: #fff;
    color: #595959;
    padding: 10px 0px 50px 0px;
    margin-top: -60px;
}
#bloc_prio_7 {
    background-color: #db4b4b;
    height: 715px;
    margin-top:-26px;
}
#div_partenariats{
    margin:auto auto 50px auto;
    width:1200px;
}
#bloc_3 .hidden {
    display: none;
}
#bloc_3 .small_bloc:hover .bloc_hide {
    display: inline-block;
}
#bloc_3 .bloc_hide {
    position: absolute;
    background-color: #db4b4b;
    color: #fff;
    width: 1100px;
    top: 50px;
    text-align: left !important;
}
#small_bloc_activ {
    background-color: #db4b4b;
    color: #fff;
}
#bloc_3 .bloc_hide span {
    position: relative;
    top: 30px;
    left: 50px;
}
#bloc_3 .bloc_hide div {
    display: inline-block !important;
    vertical-align: text-top;
}
#bloc_3 .bloc_small_bloc {
    margin: auto;
    width: 560px;
}
#bloc_3 .small_bloc {
    padding: 10px;
    border: 1px solid #db4b4b;
    font-size: 23px;
    margin: 0;
    float: left;
}
#bloc_3 .small_bloc:hover {
    background-color: #db4b4b;
    color: #fff;
}
#bloc_adn_acheteur{
    display: flex;
}
#bloc_leviers{
    display: flex;
}
#bloc_escalier{
    display:flex;
    margin-top: -128px;
}
.p_sous_bloc{
    color:#fff;text-align: center;font-weight: bold;font-size: 16px;
}
.titre_sous_bloc{
    color:#fff;text-align: center;font-size: 18px;font-weight: bold;
}
.gros_titre_sous_bloc{
    color:#fff;text-align: center;font-size: 20px;font-weight: bold;
}
#bloc_petit_gris{
    margin-right: 15px;margin-top:390px;height:209px;width: 25%;background-color: #484848;display:flex;flex-direction: column;
}
#bloc_petit_rouge{
    margin-right: 15px;margin-top:306px;height:294px;width: 25%;background-color: #db4b4b;display:flex;flex-direction: column;
}
#bloc_moyen_gris{
    margin-right: 15px;margin-top:223px;height:379px;width: 25%;background-color: #484848;display:flex;flex-direction: column;
}
#bloc_grand_rouge{
    height:465px;margin-top: 139px;width: 25%;background-color: #db4b4b;display:flex;flex-direction: column;
}
#span_sous_bloc{
    font-size: 16px !important;
    margin-left: -80px;
}
.img_sous_bloc{
    z-index: 1 !important;
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}
#input_sous_bloc{
    width: 169px;
    text-align: center;
    background-color: #DB4B4B;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
}
#responsive_partenariats{
    margin-top : -30px !important;
}
.plus{
    font-size : 40px !important;
    margin-top: -14px;
    margin-right: 15px;
}
@media all and (min-width: 1280px) and (max-width: 1599px){
    .gallery-slideshow{
        display: none;
    }
}
@media all and (min-width: 1600px) and (max-width: 1700px){
    ul.gallery-slideshow li img{
        max-width:1600px;
    }
    .gallery-slideshow{
        height: 288px !important;
    }
}
@media all and (min-width: 1700px) and (max-width: 1800px){
    ul.gallery-slideshow li img{
        max-width:1700px;
    }
    .gallery-slideshow{
        height: 305px !important;
    }
}
@media all and (min-width: 1800px) and (max-width: 1900px){
    ul.gallery-slideshow li img{
        max-width:1800px;
    }
    .gallery-slideshow{
        height: 325px !important;
    }
}

/* MEDIA QUERY */ 


@media all and (min-width: 800px) and (max-width: 1280px){
    #equipe_avenir{
        margin-left: 100px !important;
    }
    .element2{
        margin-left: 29px !important;
    }
    #img_adn{
        margin-left: 170px !important;
    }
    #trois_leviers_img{
        margin-left: 233px !important;
    }
    #div_img_levier{
        width: 80%;
        float: right;
    }
    .espace_bloc{
        margin-top : 55px !important;
    }
    
    .bloc_5 .small_bloc{
        margin-left: 20px !important;
        margin-right: 0 !important;
    }
    #bloc_modules{
        margin-left : 0 !important;
    }
    /* à mettre dans global css*/
    #menu_picto{
        width: 130% !important;
    }
    .topnav a {
        font-size: 30px !important;
    }
    .picto_menu{
        height: 55px !important;
    }
    .picto_spe_menu{
        height: 48px !important;
    }
    #picto_contact_menu{
        height: 40px !important;
    }
    .chevron{
        margin-top: 20px !important;
    }
    #chevron_contact{
        margin-left : 45px !important;
    }
    .petit_picto{
        margin-left: 190px !important;
    }


    /* fin */
}
/* Sur tous types d'écran, quand la largeur de la fenêtre est comprise entre 1024px et 1280px */
@media all and (min-width: 360px) and (max-width: 1280px)
{
    #main_content_transparent_home span{
        font-size: 15px;
    }
    .gallery-slideshow{
        display: none;
    }
    .carousel__navigation{
        display: none;
    }
    .none_responsive{
        display:none;
    }
    .espace_bloc{
        margin-bottom: 5px !important;
        padding:5px;
    }
    .title_accueil{
        font-size: 23px !important;
    }
    #bloc_accueil{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .bloc_home{
        min-width: 360px !important;
    }
    .bloc_titre{
        font-size: 20px !important;
        margin-top:19px;
    }
    .element1{
        width: 290px !important;
        /*height: 35px!important;*/
        height: 300px!important;
        padding: 15px!important;
        margin: 12px!important;
    }
    #element_premier{
        /*display: flex;*/
    }
    #element_deuxieme{
        /*display: flex;*/
        margin-bottom: 78px;
    }
    #element_troisieme{
        /*display: flex;*/
    }
    .element1 img{
        height: 50px !important;
        width: 60px !important;
        margin-top: 22px;
        margin-left: 120px !important;
    }
    .element1 p {
/*        display: none;  à voir comment remettre en place */
        font-size: 15px !important;
        margin-top: -5px !important;
    }
    .element1 #btn1{
        margin-left: 59px !important;
        margin-top: -5px;
    }
    .element1 #btn2{
        display: none;
/*        margin-left: 40px !important;
        margin-top: -5px;*/
    }
    #element_premier p{
        /*display: flex;*/
        margin-top: 15px !important;
    }
    .element1 #btn3{
        margin-left: 59px !important;
        margin-top: -5px;
    }
    input[type=submit], input[type=button] {
        height: 18px !important;
    }
    #element_deuxieme .responsive_p{
/*        display: block;
        margin-top: 5px;*/
    }
    .responsive_p{
/*        display: block !important;
        font-size: 11px !important;*/
    }
    .element2 p{
        /*display: none !important;*/
        width: 290px !important;
    }
    #bloc_1{
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center;
        height : 740px !important;
    }
    .img_picto{
        height : 28px !important;
        width: 33px !important;
        margin-top: 30px;
    }
    .element2 {
        width: 50% !important;
        display: flex !important;
        margin-top : 5px !important;
        margin-left: -136px;
    }
    #bloc_2{
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }
    #element_3{
        margin-left : 0 !important;
    }
    #element_4{
        margin-right : 0 !important;
    }
    #img_tableau{
        width: 100% !important;
    }
    #mini_bloc{
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }
    .mini_bloc1{
        margin-bottom : 15px;;
    }
    .bloc_p{
        font-size: 15px;
    }
    .bloc_5{
        flex-direction: column !important;
    }
    .bloc_5 .bloc_p{
        margin-top: 3px;
    }
    .bloc_5 .bloc_titre{
        margin-top: 30px;
    }
    #bloc_p_bloc_6{
        margin-top: 35px;
    }
    .bloc_p_titre{
        margin-left: 10px;
    }
    .p_in_bloc{
        margin-left: 10px;
    }
    .img_bloc{
        display:none; /* à voir comment remettre en place */
    }
    .bloc_6{
        flex-direction: column !important;
    }
    #bloc_6_responsive .bloc_p{
        margin-top: 20px;
    }
    .bloc_home ul{
        margin-left : 55px !important;
    }
    .bloc_5 .small_bloc{
        margin-right: 5px !important;
        margin-left: -90px;
        margin-top: 15px;
    }
    #bloc_modules{
        margin-top: 34px;
    }
    #modules_4{
        margin-top: 4px !important;
        font-size: 19px !important;
    }
    #trois_blocs{
        justify-content: center !important;
        align-items: center;
        margin-left: 0 !important;
        width : auto !important;
        flex-direction: column !important;
    }
    #trois_blocs p{
        margin-right : 20px !important;
        margin-left : 20px !important;
    }
    #grand_rouge{
        margin-right: 0 !important;
    }
    #moyen_gris{
        margin-right: 0 !important;
    }
    #petit_rouge{
        margin-top: 48px !important;
    }
    .petit_picto{
        margin-left : 100px !important;
        width: 60% !important;
    }
    .petit_picto img{
        margin-right: 0px;
    }
    #picto_prix{
        margin-right: -153px !important;
    }
    .picto_btn{
        margin-left : 0 !important;
    }
    #responsive_div{
        display: flex;
        justify-content : space-around !important;
    }
    #bloc_3{
        display: none;
    }
    #responsive_div{
        display: grid;
        margin-top: 0 !important;
    }
    #bloc_prio_6 .margin_right_80{
        margin-right: 0;
    }
    #bloc_intelligent{
        display: none;
    }
    .bloc_prio7_p{
        margin: 10px;
        font-size: 19px !important;
    }
    #align{
        margin-top: 13px;
    }
    #marketplace_centrale{
        margin-left: -68px;
        margin-top: 30px;
    }
    #div_partenariats{
        width: 100% !important;
    }
    #responsive_span{
        display:none;
    }
    #img_bloc_prio7 img{
        width: 300px !important;
        margin-left: -210px;
    }
    #bloc_prio_7{
        height: 510px !important;
    }
    #responsive_partenariats{
        display: none !important;
    }
    #bloc_citation{
        display: none !important;
    }
    #equipe_avenir{
        margin-left: -5px !important;
        margin-top: -4px;
    }
    #bloc8_section .title_accueil{
        margin-top: 13px !important;
    }
    #responsive_handicap{
        flex-direction: column !important;
    }
    #picto_handicap{
        margin-left : 0 !important;
    }
    #p_handicap{
        margin-left: 0 !important;
        margin : 10px;
    }
    #btn_handicap{
        margin-left : 0 !important;
        margin-bottom: 20px;
    }
    #img_handicap{
        margin-right: 0 !important;
    }
    .img_element8{
        height: 200px !important;
    }
    #responsive_recycle{
        flex-direction: column !important;
    }
    #img_recycle{
        margin-left: 0 !important;
    }
    #picto_recycle{
        margin-right: 0 !important;
    }
    #p_recycle{
        margin-right: 0 !important;
        margin: 10px;
    }
    #btn_recycle{
        margin-right: 0 !important;
    }
    #responsive_innover{
        display: none;
    }
    #img_humain{
        padding: 0 !important;
        margin-left: 0 !important;
    }
    #p_humain{
        padding: 6px 12px 6px 12px !important;
    }
    #trois_leviers_responsive{
        top: 0 !important;
        right: 0 !important;
        margin-left: -24px !important;
    }
    #trois_leviers_img{
        width: 377px !important;
        margin-left: 24px;
    }
    #trois_levier_left{
        
    }
    #bloc_adn_acheteur{
        flex-direction: column !important;
    }
    #bloc_leviers{
        flex-direction: column !important;
    }
    #div_img_levier{
        
        margin-left: -63px !important;
    }
    #footer_bloc_5{
        display: none;
    }
    #bandeau_footer_gris{
        margin-top: 15px;
    }
    #bloc_escalier{
        display:none !important;
    }
    .bold, #partenariat{
        font-size: 15px !important;
    }
    .two_bloc{
        font-size: 15px;
    }

    #little_border{
        width:81%;
        top: 11px;
    }
    #prop_collab{
        left:22%;
        top:-14px;
    }
    #little_border p, #little_border span{
        font-size: 15px;
        width: 96%;
    }
    #border{
        width: 91%;
        height: 319px;
    }
    #border .espace_bloc{
        font-size: 15px !important;
    }
    .espace_bloc2{
        font-size: 15px;
    }
    .element8 p{
        font-size: 15px;
    }
    .espace_bloc{
        font-size: 15px;
    }
    #bloc_4 p{
        font-size: 15px;
    }
    #avec{
        top:0;
        left:0;
    }
    #huit, #huit_2{
        font-size: 26px !important;
        top:0;
        left:0;
    }
    #phrase{
        left:0;
    }
    #et{
        font-size: 15px !important;
    }
    .bloc_8, .bloc_5, .bloc_6{
        background-size: 210%;
    }
    #bulle1, #bulle3, #bulle5, #bulle7{
        left: 2%;
    }
    #bulle1, #bulle2, #bulle3, #bulle4, #bulle5, #bulle6, #bulle7, #bulle8{
        top:2px;
        width: 6%;
        font-size: 15px;
    }
    #bulle2, #bulle4, #bulle6, #bulle8{
        left:91%;
    }
    .bloc_home ul{
        font-size: 15px;
    }
    #resp_720{
        margin-top: 0px !important;
        margin-left: -18px;
    }
       /* à mettre dans global css*/

   /* fin */
    
}
/* Sur les téléviseurs */
@media tv
{
    
}
/* Sur les écrans Infinity display*/
@media all and (min-width: 650px) and (max-width: 900px){
    .bloc_titre{
        font-size: 22px !important;
    }
    .element1{
        height: 295px !important;
        width: 450px !important;
    }
    .element1 img{
        height: 70px !important;
        width: 80px !important;
        margin-top: -7px;
        margin-left: 186px !important;
    }
    .element1 p {
/*        display: none;  à voir comment remettre en place */
        font-size: 20px !important;
    }
    #bloc8_section .title_accueil{
        margin-top: 7px !important;
    }
    .espace_bloc{
        font-size: 20px;
        margin-top: 17px !important;
    }
    .title_accueil{
        margin-top: 56px;
        font-size: 22px !important;
    }

    #sous_span{
        margin-bottom: 0;
        margin-top: -13px !important;
    }
    .element1 #btn1{
        margin-left: 146px !important;
    }
    .element1 #btn3{
        margin-left: 146px !important;
    }
     #border{
        width: 95% !important;
        height: 220px !important;
    }
    #prop_collab{
        left:35% !important;
        top: -14px !important;
    }
    #little_border{
        width: 80% !important;
        margin-top: 20px;
    }
    #equipe_avenir{
        margin-left: 162px !important;
        margin-top: -15px;
    }
    .element8 p{
        font-size:20px;
    }
    .element2 p{
        width: 390px !important;
        margin-left:15px;
    }
    .element2{
        width: 65% !important;
        margin-left: 0px !important;
    }
    .espace_bloc2{
        font-size: 20px;
    }
    #bloc_2{
        flex-direction: row !important;
    }
    #huit{
        font-size: 40px !important;
        top:0px;
        left:-3px;
    }
    #huit_2{
        font-size: 40px !important;
        top:0px;
    }
    #avec{
        top:0px;
        left:7px;
    }
    #et{
        font-size: 20px !important;
    }
    .none_responsive{
        display:none;
    }
    #phrase{
        left:2px;
    }
    .bloc_8, .bloc_5, .bloc_6{
        background-size: 100%;
    }
    .bloc_5 .bloc_titre{
        margin-top: 17px !important;
    }
    .bloc_5 .bloc_p{
        margin-top: 12px;
    }
    #bloc_p_bloc_6{
        margin-top:56px;
    }
    #bulle1, #bulle2, #bulle3, #bulle4, #bulle5, #bulle6, #bulle7, #bulle8{
        top:3px;
        width: 3%;
    }
    #depassement_responsive_720{
        font-size: 22px !important;
        position: relative;
        top:25px;
        margin-left:-91px;
    }
    #resp_720{
        margin-left:90px;
    }
    #bloc_6_responsive .bloc_p{
        margin-top: 56px;
    }
    #modules_4{
        margin-top: 9px !important;
    }
    #paragraphe_workplace{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .petit_picto{
        margin-left:173px !important;
    }
    .bold{
        font-size: 22px !important;
    }
    .bloc_prio7_p{
        font-size: 22px !important;
    }
    #responsive_div{
        display: flex !important;
    }
    #img_bloc_prio7{
        right: 153px;
    }
    #bloc_partenariats{
        padding: 10px 0px 0px 0px;
    }
    #partenariat{
        font-size:22px !important;
    }
    #trois_leviers_img{
        margin-left:168px !important;
    }
    #bloc_modules{
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top:52px;
    }
    .bloc_5 .small_bloc{
        margin-right: 32px !important;
        margin-left: -60px !important;
    }
    #img_bloc_prio7 img{
        margin-left:-25px ;
    }
    .small_bloc .block{
        display: inline-block;
        width: 130px;
    }
    #img_humain{
        width: 50%;
        margin-left: auto !important;
        margin-right: auto;
    }
}
@media all and (min-width: 680px) and (max-width: 720px){
    #img_bloc_prio7 img{
        margin-left: 0px;
    }
}
@media all and (min-width: 1200px) and (max-width: 1492px){
    #border{
        height:309px;
    }
    #prop_collab{
        left:44%;
    }
    #little_border{
        padding: 10px;
    }
}
@media all and (min-width: 1492px) and (max-width: 1899px){
    #border{
        height:254px;
    }
    #little_border{
        padding: 10px;
    }
}