@charset "utf-8";
/* CSS Document */

 
html,
body {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'raleway', sans-serif;
}

/*Edge*/

@supports ( -ms-accelerator:true) {
	html {
		overflow: hidden;
		height: 100%;
	}
	body {
		overflow: auto;
		height: 100%;
	}
}

/*Ie 10/11*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	html {
		overflow: hidden;
		height: 100%;
	}
	body {
		overflow: auto;
		height: 100%;
	}
}

a,
a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0;
    text-decoration: none;
}

.logoie {
    display: none;
}

.container {
    width: 100%;
}

/*.sous-container {
     margin-top: 8px; 
}*/

.container-fluid {
    padding: 0;
    margin-right: 2vw;
}

.dropdown-menu {
    background-color: rgb(221, 221, 223) !important;
}

.dropdown-menu>li>a:hover {
    color: rgb(58, 184, 113) !important; 
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgb(22, 92, 158) !important;
}

.navbar {
	height: 50px;
}

.centre {
    display: block;
    width: auto;
    text-align: center;
}

#intro_index {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: flex-end;
    align-items: flex-end;
    height: 90vh;
    width: 100vw;
    	max-width:100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
    padding: 0;
}



#base1 {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 50%;
    background-color: whitesmoke;
}

.menu_grosbouton>a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: auto;
    width: 100%;
    height: 100%;
}

.menu_grosbouton>a>div {
    margin: auto;
    color: white;
}

.menu_grosbouton:nth-of-type(1) {
    background-color: #228bbf;
    background-image: url(../images/logo/logoyooli.png);
    background-repeat: no-repeat;
    background-position: top 2px left 2px;
}

.menu_grosbouton:nth-of-type(2) {
    background-color: #1171a0;
}

.menu_grosbouton:nth-of-type(3) {
    background-color: #055277;
}

.menu_grosbouton:nth-of-type(4) {
    background-color: #05771e;
}

.menu_grosbouton:nth-of-type(5) {
    background-color: #11a03c;
}

.intro_2 {
    color: #337ab7;
    font-size: 1.3em;
    margin: 0;
}

#page2_index, #page3_index, #page4_index {
    height: 80vh;
    /* min-height: 100vh; */
    width: 100vw;
    max-width: 100%;
}

.primelien {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    width: 100%;
    height: 100%;
    margin: auto;
}

#page2_index, #page5_index, #chiffres, #here {
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

#page3_index {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* justify-content: center; */
    /* -webkit-box-pack: center;
    justify-content: center; */
    -webkit-box-align: center;
    align-items: center;
}

#page4_index {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    /* -webkit-box-pack: center;
    justify-content: center; */
    -webkit-box-align: center;
    align-items: center;
}

.posrecherche {
    margin-top: 7.5px;
}

.mobilephone a {
    color: #8ce0f5;
}

.actuprimebox {
    border-top: 2px solid orange;
}

#lienactu {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#page5_index{
    width: 100%;
}

#here {
    position: relative;
    float: right;
/*    bottom: 200px;*/
   /* z-index: 999; */
}

.format_titre_actu, .titreprime {
    font-weight: bold;
}

.titreprime {
    min-height: 60px;
}


.widget-HospitalIdee {
    position: inherit !important;
    bottom: inherit !important;
    right: inherit !important;
}

/* #chiffres {

} */



/************** css ecrans *************/


/* **************  ecran 1  ******************/

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

    .repere {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        z-index: 2500;
        background-color: rgb(255, 87, 20);

    }
    
    .header_index {
		height: 60px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(37, 141, 183, 0.4)), color-stop(40%, rgba(37, 141, 183, 0.6)), to(rgba(37, 141, 183, 1)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(37, 141, 183, 0.4) 30%, rgba(37, 141, 183, 0.6) 40%, rgba(37, 141, 183, 1) 100%);

    }

    .logo_index {
        position: absolute;
        background: url(../images/medipole_logo2.png) no-repeat;
        background-size: contain;
        float: left;
        width: 13vw;
        height: 7vh;
        z-index: 2000;
    }

    #base0 {
        position: relative;
        background-image: url(../images/fond_index_tablette1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        /* background-color: rgb(40, 146, 62); */
        width: 100%;
        height: 40%;
    }

    #base1 {
        height: 60%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    #menu {
        margin:0;
    }

    #menu>li {
        background-color: rgba(37, 141, 183, 1);
        text-align: center;
    }

    #menu>li>a {
        padding: 15px 0;
    }

    .dropdown {
        text-align: center;
    }

    .dropdown-menu {
        position: relative !important;
        float: none !important;
        text-align: center !important;
        width: 100% !important;
        margin: auto !important;
    }
    

    #mainNav {
        width: 100%;
    }

    .container {
        margin: 0;
        padding: 0;
    }

    .sous-container {
        margin-top: 4px;
    }

    .navbar-header {
        margin: 0;
    }

    #navbarCollapse {
        min-height: 20%;
        padding: 0;
        background-color: rgb(66, 172, 214);
    }

    .navbar-toggle {
        position: relative;
        float: right;
        /* margin: auto 40px; */
    }

    #menu a:hover, .menu_grosbouton>a>div:hover {
		color: #0f0;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 1em;
    }

    .form-control {
        margin:0;
    }

    .navbar-form {
        margin: 0 10px;
    }

    .input-group {
        width: 50%;
        margin: auto;
    }

    .posrecherche {
        text-align: center;
    }

    #grosmenu {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 90%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        height: 70%;
        overflow: hidden;
        margin: auto;
    }

    .menu_grosbouton {
        text-align: center;
        overflow: hidden;
        color: white;
        display: -webkit-box;
        display: flex;
        height: 20%;
        -webkit-box-align: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
    
    }

    .orac {
        display: block;
        background: url(../images/logo_orac_acronyme.png) no-repeat;
        background-size: contain;
        width: 15vw;
        height: 8vh;
        pointer-events: none;
        cursor: default;
        margin: auto;
    }

    .intro_2 {
        font-size: 0.9em;
    }

    #page2_index {
        height: 100vh;
        justify-content: space-around;
        background-color: rgb(42,89,99);
        background-image: url(../images/image_fond_tablette_2.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 0;
        
    }

    #page3_index {
        background: url(../images/deuxlunes-op-deg.jpg) no-repeat fixed;
        background-position: 5% 100px;
        height: 80vh;
    }

    #page4_index {
        position: relative;
        background: url(../images/deuxlunes-op-deg.jpg) no-repeat fixed;
        background-position: 5% 100px;
        height: 1100px;
        
    }

    .actuprimebox {
        border-top: 0;
        border-bottom: 2px solid orange;
    }
 

    #actutitre {
        position: relative;
        width: 100%;
        height: 40px;
        text-align: center;
        /* background-color: red; */
        margin: auto;
    }

    .titreprime {
        /* background-color: lawngreen; */
        display: block;
        width: 100%;
    }

    .format_prime_actu {
        position: relative;
        width: 90%;
        min-height: 20%;
    }

    #actuprime {
        position: relative;
        display : -webkit-box;
        display : flex;
        -webkit-box-orient : horizontal;
        -webkit-box-direction : normal;
                flex-direction : row;
        flex-wrap : nowrap;
                justify-content : space-around;
        -webkit-box-align : center;
                align-items : center;
    }

    #actuboite {
        position: relative;
        display : -webkit-box;
        display : flex;
        -webkit-box-orient : vertical;
        -webkit-box-direction : normal;
                flex-direction : column;
        flex-wrap : nowrap;
                justify-content : space-around;
        -webkit-box-align : center;
                align-items : center;
        /* background-color: rgb(158, 233, 176); */
        width: 90%;
        height: 80%; 
        /* margin: auto; */
    }

    #actuprime {
        position: relative;
        /* background-color: khaki; */
        width: 100%;
        height: 45%;
    }

    .actuprimebox {
        position: relative;
        /* background-color: lightcoral; */
        text-align: center;
        width: 45%;
        height: 95%;
        margin: auto;
        padding: 5px;
    }
    .image_prime_taille {
        position: relative;
        width: 60%;
        height: auto;
        margin: 5px auto;
    }

    .actulistebox {
        position: relative;
        /* background-color: lightcoral; */
        width: 100%;
        min-height: 25%;
        margin: 10px auto;
        padding: 8px;
    }

    #actulist {
        position: relative;
        display : -webkit-box;
        display : flex;
        -webkit-box-orient : vertical;
        -webkit-box-direction : normal;
                flex-direction : column;
        flex-wrap : nowrap;
                justify-content : space-around;
        -webkit-box-align : center;
                align-items : center;
        /* background-color: rgb(140, 180, 240); */
        width: 100%;
        height: 50%;
    }

    .format_titre_actu {
        position: relative;
        display: block;
        width: 70%;
        font-size: 0.9em;
        /* background-color: khaki; */
        margin: 0;
    }

    .format_texte_actu {
        position: relative;
        width: 70%;
        min-height: 20%;
        font-size: 0.9em;
        /* background-color: rgb(140, 187, 240); */
    }

    

    /* section partenaires et actu */

    #visitevirtuelle {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: space-around;
                justify-content: space-around;
        width: 80%;
        height: 60%;
        border: solid 1px white;
    }

    #vis1 {
        background-image: url(../images/virtu1.jpg);
    }

    #vis2 {
        background-image: url(../images/virtu2.jpg);
    }

    #vis3 {
        background-image: url(../images/virtu3.jpg);
    }

    #vis4 {
        background-image: url(../images/virtu4.jpg);
    }

    #vis5 {
        background-image: url(../images/virtu5.jpg);
    }

    #vis6 {
        background-image: url(../images/virtu6.jpg);
    }

    #vis1, #vis2, #vis3, #vis4, #vis5, #vis6 {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        height: 15%;
        width: 50%;
     }

     #visitevirtuelle h2 {
        color: white;
        font-weight: bold;
        font-size: 1.5em;
     }

     #page2_index {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        height: 100vh;
    }

    #page3_index {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        height: 100vh;
    }

    #page4_index {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    #page5_index{
        width: 100%;
        background-color: rgba(212, 211, 211, 0.5);
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    #here {
        /* background-color: lightseagreen; */
        width: 100%;
        /* height: 100%; */
        margin: 25px 0 25px 0;
        text-align: center;
    }

    #chiffres {
        /* background-color: lawngreen; */
        width: 100%;
        /* height: 100%; */
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        /* justify-content: center; */
        /* -webkit-box-pack: center;
        justify-content: center; */
        -webkit-box-align: center;
        align-items: center;
    }

    .widget-hospitalidee {
        position: relative;
        margin: auto;
    }

    .boitechiffrestitre, .boitechiffres {
        width: 80%;
    }

    .boitechiffres, .boitechiffrestitre {
        display: flex;
        background-color: white;
        /* height: 80%; */
        margin: 15px auto;
        padding: 5px;
        text-align: center;
        -webkit-box-align: center;
                align-items: center;
        border: 1px solid salmon;
    }

    .boitechiffrestitre {
        margin-top: 30px;
    }
    
    .boitechiffres>p, .boitechiffrestitre>p {
        /* display: block;
        height: 100%; */
        font-size: 1.1em;
        margin: auto;

    }

    .cadrepartner {
        position: relative;
        background-color: rgba(212, 211, 211, 0.5);
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        border: solid 1px white;
        width: 100%;
        height: 60px;
        /* border-radius: 10px 0; */
        text-align: center;
        margin: auto;
    }

    .cadrepartner h1, .cadretitreactu h1{
        font-size: 1.6em;
        color:rgb(75, 91, 235);
        margin: auto;
    }

    .contenu_partner {
        width: 80%;
        height: 70%;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        -webkit-box-align: center;
                align-items: center;
        margin: auto;
    }

    .contenu_partner img {
        box-shadow:8px 8px 5px hsla(0,0%,0%,.4);
        width: auto;
        height: 15vw;
    }


    .listepartner {
        width: 100%;
        height: 30%;
        text-align: center;
    }

    .cadretitreactu {
        background-color: rgba(0,0,0,0.3);
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
                border: solid 1px white;
        width: 50%;
        height: 8%;
        border-radius: 10px 0;
        text-align: center;
    }

    .caseactu {
        background-color: rgba(0,0,0,0.3);
        display: -webkit-box;
        display: flex;
        
        width: 30%;
        height: 60%;
    }

    #video {
        width: 80%;
        height: auto;
        /* border-radius: 25px; */
        -o-box-shadow: 10px 10px 10px 0px #312f2f;
        box-shadow: 10px 10px 10px 0px #312f2f;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#312f2f, Direction=134, Strength=10);
    }

    /*  fin section partenaires et actu*/
    
    /* footer */
    
    .footer {
		font-size: 0.75em;
		line-height: 20px;
    }
    
    .rangefooter {
        margin: 5px 0;
    }

    .afficheflex, #horizontalfooter {
        position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        border-bottom: 1px solid #96b4e9;
        width: 100%;
    }

    .afficheflex {
        padding: 10px 0;
    }

    #horizontalfooter {
        /* background-color: darkorchid; */
        -webkit-box-align: flex-start;
                align-items: flex-start;
    }

    #classefooter {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        margin: 0;
    }

    .rappelmenu p, .rappelmenu ul {
        margin: 0;
    }

    .rappelmenu ul li {
        list-style-type: none;
        margin: 10px 0;
    }

    .rappelmenu ul li a {
        color: white;
    }


    .rappelmenu {
        text-align: left;
        width: 100%;
        /* margin-left: 8%; */
    }

    .otherphone {
        display: none;
    }
    
    /* fin footer */  

    /* reseaux */

    .telicone {
        position: relative;
        /* bottom: 20px;
        right: 10px; */
        width: 230px;
        height: 35px;
        line-height: 35px;
        border-radius: 17px;
        text-align: right;
        background: url(../images/telephone_icone1.png) no-repeat 2% center;
        background-size:  contain;
        background-color: rgb(212, 212, 212);
        margin-bottom: 10px;
    }

    .telicone>p, .telicone>a {
        margin: auto 15px;
        font-size: 1.1em;
        font-weight: bold;
        color: black;
    }

    .resicone {
        display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        position: relative;
        /* bottom: 20px;
        right: 200px; */
        width: 180px;
        height: 35px;
        line-height: 35px;
        border-radius: 17px;
        /* text-align: right; */
        /* background: url(../images/telephone_icone1.png) no-repeat 2% center; */
        /* background-color: rgb(212, 212, 212); */
        border: 1px solid rgb(88, 88, 88);
        margin-bottom: 10px;
    }

    #faceb, #linked, #tweet, #insta {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        margin: auto;
    }

    #faceb {
        background: url(../images/facebook_icone.png) no-repeat;
        background-size:  contain;
    }
    
    #linked {
        background: url(../images/linked_icone.png) no-repeat;
        background-size:  contain;
    }

    #tweet {
        background: url(../images/tweeter_icone.png) no-repeat;
        background-size:  contain;
    }

    #insta {
        background: url(../images/instagram_icone.png) no-repeat;
        background-size:  contain;
    }
}

/* **************  ecran 2  *******************/



@media only screen and (min-width: 860px) and (max-width: 991px) {

    .repere {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        z-index: 2500;
        background-color: rgb(20, 255, 71);

    }

    .header_index {
		height: 60px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(37, 141, 183, 0.4)), color-stop(40%, rgba(37, 141, 183, 0.6)), to(rgba(37, 141, 183, 1)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(37, 141, 183, 0.4) 30%, rgba(37, 141, 183, 0.6) 40%, rgba(37, 141, 183, 1) 100%);
    }


    .logo_index {
        position: absolute;
        background: url(../images/medipole_logo2.png) no-repeat;
        background-size: contain;
        float: left;
        /* top: 53vh;
        left: 5vw; */
        width: 10vw;
        height: 9vh;
        z-index: 999;
    }

    #base0 {
        position: relative;
        /* background-color: rosybrown; */
        background-image: url(../images/fond_index_tablette1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 50%;
    }

    #base1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    #menu {
        background-color: rgba(37, 141, 183, 1);
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin: 0;
    }

    #menu>li {
        position: relative;
        margin: 10px 0;
    }

    .dropdown {
        text-align: center;
    }

    .dropdown-menu {
        position: relative;
        float: none;
        text-align: center;
        width: 50%;
        margin: auto;
    }

    #mainNav {
        width: 400px;
    }

    .container {
        margin: 0;
        padding: 0;
    }

    .sous-container {
        /* width: 44px; */
        margin-top: 8px;
    }

    .navbar-header {
        position: relative;
        text-align: right;
        margin: 0 0 0 0;
        width:100%;
    }

    #navbarCollapse {
        min-height: 20%;
        padding: 0;
        background-color: rgb(66, 172, 214);
    }

    .navbar-toggle {
        position: relative;
        float: right;
        /* margin: auto; */
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 1em;
    }

    .form-control {
        margin:0;
    }

    .navbar-form {
        margin: 0 10px;
    }

    .input-group {
        width: 50%;
        margin: auto;
    }

    .posrecherche {
        text-align: center;
    }

    #grosmenu {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        width: 80%;
        height: 45%;
        overflow: hidden;
        margin: auto;
    }

    .menu_grosbouton {
        text-align: center;
        overflow: hidden;
        color: white;
        display: -webkit-box;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 20%;
    
    }

    .menu_grosbouton>a>div {
        width: 15vw;
    }

    .orac {
        display: block;
        background: url(../images/logo_orac_acronyme.png) no-repeat;
        background-size: contain;
        float: left;
        width: 7vw;
        height: 7vh;
        pointer-events: none;
        cursor: default;
        margin: auto;
    }

    #menu a:hover, .menu_grosbouton>a>div:hover {
		color: #0f0;
    }

    #page2_index {
        background-color: rgb(42,89,99);
        background-image: url(../images/image_fond_tablette_2.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 0;
        
    }

    #page3_index {
        background: url(../images/deuxlunes-op-deg.jpg) no-repeat fixed;
        background-position: 5% 100px;
        height: 70vh;
    }

    #page4_index {
        background: url(../images/deuxlunes-op-deg.jpg) no-repeat fixed;
        background-position: 5% 100px;
        height: 85vh;
        
    }

    #page5_index{
        height: 140px;
        background-color: rgba(212, 211, 211, 0.5);
        margin-bottom: 30px;
    }

    #here {
        /* background-color: lightseagreen; */
        width: 17%;
        height: 100%;
        text-align: center;
    }

    #chiffres {
        /* background-color: lawngreen; */
        width: 70%;
        height: 100%;
    }

    .widget-hospitalidee {
        position: relative;
        margin: auto;
    }

    .boitechiffrestitre {
        width: 30%;
    }

    .boitechiffres {
        width: 20%; 
    }

    .boitechiffres, .boitechiffrestitre {
        display: flex;
        background-color: white;
        height: 80%;
        margin: auto;
        padding: 5px;
        text-align: center;
        -webkit-box-align: center;
                align-items: center;
        border: 1px solid salmon;
    }
    
    .boitechiffres>p, .boitechiffrestitre>p {
        /* display: block;
        height: 100%; */
        font-size: 1.1em;
        margin: auto;

    }

    #actutitre {
        position: relative;
        width: 100%;
        height: 40px;
        text-align: center;
        /* background-color: red; */
        margin: auto;
    }

    #actuboite, #actuprime {
        position: relative;
        display : -webkit-box;
        display : flex;
        -webkit-box-orient : horizontal;
        -webkit-box-direction : normal;
                flex-direction : row;
        flex-wrap : nowrap;
                justify-content : space-around;
        -webkit-box-align : center;
                align-items : center;
    }

    #actuboite {
        /* background-color: rgb(158, 233, 176); */
        position: relative;
        width: 90%;
        height: 70%; 
        margin: auto;
    }

    #actuprime {
        /* background-color: khaki; */
        width: 40%;
        height: 100%;
    }

    .actuprimebox {
        position: relative;
        /* background-color: lightcoral; */
        text-align: center;
        width: 45%;
        height: 80%;
        margin: auto;
        padding: 5px;
    }
    .image_prime_taille {
        width: 70%;
        height: auto;
        margin: 5px auto;
    }

    .actulistebox {
        position: relative;
        /* background-color: lightcoral; */
        width: 85%;
        height: 25%;
        margin: auto;
        padding: 8px;
    }

    #actulist {
        position: relative;
        display : -webkit-box;
        display : flex;
        -webkit-box-orient : vertical;
        -webkit-box-direction : normal;
                flex-direction : column;
        flex-wrap : nowrap;
                justify-content : space-around;
        -webkit-box-align : center;
                align-items : center;
        /* background-color: rgb(140, 180, 240); */
        width: 60%;
        height: 100%;
    }

    .format_titre_actu {
        position: relative;
        display: block;
        width: 100%;
        /* background-color: khaki; */
        margin: 0;
    }

    .format_texte_actu {
        position: relative;
        width: 80%;
        min-height: 20%;
        
        /* background-color: rgb(140, 187, 240); */
    }

    .format_prime_actu {
        position: relative;
        width: 90%;
        min-height: 20%;
    }

    /* section partenaires et actu */

    #visitevirtuelle {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: space-around;
                justify-content: space-around;
        width: 25%;
        height: 70%;
        border: solid 1px white;
    }

    #vis1 {
        background-image: url(../images/virtu1.jpg);
    }

    #vis2 {
        background-image: url(../images/virtu2.jpg);
    }

    #vis3 {
        background-image: url(../images/virtu3.jpg);
    }

    #vis4 {
        background-image: url(../images/virtu4.jpg);
    }

    #vis5 {
        background-image: url(../images/virtu5.jpg);
    }

    #vis6 {
        background-image: url(../images/virtu6.jpg);
    }

    #vis1, #vis2, #vis3, #vis4, #vis5, #vis6 {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        height: 15%;
        width: 70%;
     }

     #visitevirtuelle h2 {
        color: white;
        font-weight: bold;
        font-size: 1.5em;
     }

     .virtu {
        background-color:red;
        display: block;
        width: 100%;
        text-align: center;
     }

     .cadrepartner {
        position: relative;
        background-color: rgba(212, 211, 211, 0.5);
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        border: solid 1px white;
        width: 100%;
        height: 60px;
        /* border-radius: 10px 0; */
        text-align: center;
        margin: auto;
    }

    .cadrepartner h1, .cadretitreactu h1{
        font-size: 1.6em;
        color:rgb(75, 91, 235);
        margin: auto;
    }

    .contenu_partner {
        width: 60%;
        height: 70%;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        -webkit-box-align: center;
                align-items: center;
        margin: auto;
    }

    .contenu_partner img {
        box-shadow:8px 8px 5px hsla(0,0%,0%,.4);
        width: 250px;
        height: 100px;
    }


    .listepartner {
        min-width: 35%;
        height: 40%;
         /* margin: auto; */
    }

    .cadretitreactu {
        background-color: rgba(0,0,0,0.3);
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
                border: solid 1px white;
        width: 50%;
        height: 8%;
        border-radius: 10px 0;
        text-align: center;
    }

    .caseactu {
        background-color: rgba(0,0,0,0.3);
        display: -webkit-box;
        display: flex;
        
        width: 30%;
        height: 60%;
    }

    #video {
        height: 100%;
        /* border-radius: 25px; */
        -o-box-shadow: 10px 10px 10px 0px #312f2f;
        box-shadow: 10px 10px 10px 0px #312f2f;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#312f2f, Direction=134, Strength=10);
    }

    /*  fin section partenaires et actu*/
    
    /* footer */
    
    .footer {
		font-size: 0.8em;
		line-height: 20px;
	}
    
    .afficheflex, #horizontalfooter {
        position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        border-bottom: 1px solid #96b4e9;
        width: 100%;
    }

    .afficheflex {
        padding: 15px 0;
    }

    #horizontalfooter {
        /* background-color: darkorchid; */
        -webkit-box-align: flex-start;
                align-items: flex-start;
    }

    #classefooter {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        margin: 0;
    }

    .rappelmenu p, .rappelmenu ul {
        margin: 0;
    }

    .rappelmenu ul li {
        list-style-type: none;
        margin: 10px 0;
    }

    .rappelmenu ul li a {
        color: white;
    }


    .rappelmenu {
        text-align: left;
        width: 23%;
        /* margin-left: 8%; */
    }

    .mobilephone {
        display: none;
    }
    
    /* fin footer */

    /* reseaux */

    .telicone {
        position: absolute;
        bottom: 20px;
        right: 10px;
        width: 230px;
        height: 35px;
        line-height: 35px;
        border-radius: 17px;
        text-align: right;
        background: url(../images/telephone_icone1.png) no-repeat 2% center;
        background-size:  contain;
        background-color: rgb(212, 212, 212);
    }

    .telicone>p, .telicone>a {
        margin: auto 15px;
        font-size: 1.1em;
        font-weight: bold;
        color: black;
    }

    .resicone {
        display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        position: absolute;
        bottom: 20px;
        right: 250px;
        width: 180px;
        height: 35px;
        line-height: 35px;
        border-radius: 17px;
        /* text-align: right; */
        /* background: url(../images/telephone_icone1.png) no-repeat 2% center; */
        /* background-color: rgb(212, 212, 212); */
        border: 1px solid rgb(88, 88, 88);
    }

    #faceb, #linked, #tweet, #insta {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        margin: auto;
    }

    #faceb {
        background: url(../images/facebook_icone.png) no-repeat;
        background-size:  contain;
    }
    
    #linked {
        background: url(../images/linked_icone.png) no-repeat;
        background-size:  contain;
    }

    #tweet {
        background: url(../images/tweeter_icone.png) no-repeat;
        background-size:  contain;
    }

    #insta {
        background: url(../images/instagram_icone.png) no-repeat;
        background-size:  contain;
    }

    
 

}

/* **************  ecran 3  *******************/

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

    .repere {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        z-index: 2500;
        background-color: rgb(71, 20, 255);

    }

    .header_index {
		height: 60px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(10%, rgba(255, 255, 255, 1)), color-stop(30%, rgba(37, 141, 183, 1)), color-stop(40%, rgba(37, 141, 183, 1)), to(rgba(37, 141, 183, 1)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(37, 141, 183, 1) 30%, rgba(37, 141, 183, 1) 40%, rgba(37, 141, 183, 1) 100%);
        display : -webkit-box;
        display : flex;
        -webkit-box-orient : horizontal;
        -webkit-box-direction : normal;
        flex-direction : row;
        flex-wrap : nowrap;
        -webkit-box-pack : end;
        justify-content : flex-end;
        -webkit-box-align : center;
        align-items : center;
    }

    #base0 {
        position: relative;
        /* background-color: teal; */
        background-image: url(../images/image_virt_clinique.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 50%;
    }
    
    .logo_index {
        display: block;
        background: url(../images/medipole_logo2.png) no-repeat;
        background-size: contain;
        float: left;
        position: absolute;
        top: 53vh;
        left: 5vw;
        width: 15vw;
        height: 25vh;
    }

    .logoshrink {
        width: 100px !important;
        height: 100px !important;
        top: 10px !important;
        left: 50px !important;
        margin-top: 3px;
    }

    .shrink {
        height: 50px;
        padding: 0;
        top: 0;
    }
    
    .shrinknav {
        height: 60px;
    }

    /* .navbar {
        width: 100%;
    } */
    
    .header_index,
    .logo_index,
    .menunav_index,
    .navbar,
    .menunav,
    .sous_menu,
    .dropdown-menu {
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .orac {
        display: block;
        background: url(../images/logo_orac_acronyme.png) no-repeat;
        background-size: contain;
        float: left;
        position: absolute;
        bottom: 5vh;
        right: 5vw;
        width: 7vw;
        height: 7vh;
        pointer-events: none;
	    cursor: default;
    }

    /* .menunav_index {
		width: 100%;
        font-size: 1.2vw;
        margin: auto;
	} */
    
	#menu a:hover {
		color: #0f0;
	}
    
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		background-color: rgb(61, 160, 17);
		border-radius: 5px;
    }
    
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 1.0em;
    }

    .affiche_texte, .affiche_texte_multi {
        display: block;
        color: white;
        font-size: 1.0em;
    }

    #grosmenu {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 70%;
        margin-right: 4%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        height: 45%;
        margin-bottom: 8%;
        overflow: hidden;
    }

    .menu_grosbouton {
        box-shadow: -14px 0px 16px -7px rgba(0, 0, 0, 0.75);
        text-align: center;
        overflow: hidden;
        color: white;
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
        flex: 1 0 8em;
        -webkit-transition: -webkit-flex-basis 500ms ease-in-out;
        transition: -webkit-flex-basis 500ms ease-in-out;
        transition: flex-basis 500ms ease-in-out;
        transition: flex-basis 500ms ease-in-out, -webkit-flex-basis 500ms ease-in-out;
        height: 100%;
        -webkit-box-align: center;
        align-items: center;
        flex-wrap: nowrap;
    
    }

    .menu_grosbouton>a>div {
        width: 10vw;
    }

    .menu_grosbouton:hover,
    .menu_grosbouton:focus {
        -webkit-box-flex: 1;
        flex: 1 0 12em;
    }

    /* section:nth-of-type(1) {
        background: url(../images/deuxlunes-op-deg.jpg) no-repeat fixed;
        background-position: 5% 100px;
    } */

    #page2_index {
        background-color: rgb(42,89,99);
        background-image: url(../images/image_fond_tablette_2_2.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;     
    }

    #page3_index {
        background: url(../images/deuxlunes-op-deg.jpg) no-repeat fixed;
        background-position: 5% 100px;
        height: 75vh;
    }

    #page4_index {
        background: url(../images/deuxlunes-op-deg.jpg) no-repeat fixed;
        background-position: 5% 100px;
        height: 85vh;
    }

    #page5_index{
        height: 140px;
        background-color: rgba(212, 211, 211, 0.5);
        margin-bottom: 30px;
    }

    #here {
        /* background-color: lightseagreen; */
        width: 17%;
        height: 100%;
        text-align: center;
    }

    #chiffres {
        /* background-color: lawngreen; */
        width: 70%;
        height: 100%;
    }

    .widget-hospitalidee {
        position: relative;
        margin: auto;
    }

    .boitechiffrestitre {
        width: 30%;
    }

    .boitechiffres {
        width: 20%; 
    }

    .boitechiffres, .boitechiffrestitre {
        display: flex;
        background-color: white;
        height: 80%;
        margin: auto;
        padding: 5px;
        text-align: center;
        -webkit-box-align: center;
                align-items: center;
        border: 1px solid salmon;
    }
    
    .boitechiffres>p, .boitechiffrestitre>p {
        /* display: block;
        height: 100%; */
        font-size: 1.4em;
        margin: auto;

    }

    #actutitre {
        position: relative;
        width: 100%;
        height: 40px;
        text-align: center;
        /* background-color: red; */
        margin: auto;
    }

    #actuboite, #actuprime {
        position: relative;
        display : -webkit-box;
        display : flex;
        -webkit-box-orient : horizontal;
        -webkit-box-direction : normal;
                flex-direction : row;
        flex-wrap : nowrap;
                justify-content : space-around;
        -webkit-box-align : center;
                align-items : center;
    }

    #actuboite {
        /* background-color: rgb(158, 233, 176); */
        position: relative;
        width: 90%;
        height: 70%; 
        margin: auto;
    }

    #actuprime {
        /* background-color: khaki; */
        width: 40%;
        height: 100%;
    }

    .actuprimebox {
        position: relative;
        /* background-color: lightcoral; */
        text-align: center;
        width: 45%;
        height: 80%;
        margin: auto;
        padding: 5px;
    }
    .image_prime_taille {
        width: 70%;
        height: auto;
        margin: 5px auto;
    }

    .actulistebox {
        position: relative;
        /* background-color: lightcoral; */
        width: 85%;
        height: 25%;
        margin: auto;
        padding: 8px;
    }

    #actulist {
        position: relative;
        display : -webkit-box;
        display : flex;
        -webkit-box-orient : vertical;
        -webkit-box-direction : normal;
                flex-direction : column;
        flex-wrap : nowrap;
                justify-content : space-around;
        -webkit-box-align : center;
                align-items : center;
        /* background-color: rgb(140, 180, 240); */
        width: 60%;
        height: 100%;
    }

    .format_titre_actu {
        position: relative;
        display: block;
        width: 100%;
        /* background-color: khaki; */
        margin: 0;
    }

    .format_texte_actu {
        position: relative;
        width: 80%;
        min-height: 20%;
        /* background-color: rgb(140, 187, 240); */
    }

    .format_prime_actu {
        position: relative;
        width: 90%;
        min-height: 20%;
    }

    /* section partenaires et actu */

    #visitevirtuelle {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: space-around;
                justify-content: space-around;
        width: 30%;
        height: 90%;
        border: solid 1px white;
    }

    #vis1 {
        background-image: url(../images/virtu1.jpg);
    }

    #vis2 {
        background-image: url(../images/virtu2.jpg);
    }

    #vis3 {
        background-image: url(../images/virtu3.jpg);
    }

    #vis4 {
        background-image: url(../images/virtu4.jpg);
    }

    #vis5 {
        background-image: url(../images/virtu5.jpg);
    }

    #vis6 {
        background-image: url(../images/virtu6.jpg);
    }

    #vis1, #vis2, #vis3, #vis4, #vis5, #vis6 {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        height: 15%;
        width: 70%;
     }

     #visitevirtuelle h2 {
        color: white;
        font-weight: bold;
        font-size: 1.5em;
     }

     .virtu {
        background-color:red;
        display: block;
        width: 100%;
        text-align: center;
     }

    .cadrepartner {
        position: relative;
        background-color: rgba(212, 211, 211, 0.5);
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        border: solid 1px white;
        width: 100%;
        height: 60px;
        /* border-radius: 10px 0; */
        text-align: center;
        margin: auto;
    }

    .cadrepartner h1, .cadretitreactu h1{
        font-size: 1.6em;
        color:rgb(75, 91, 235);
        margin: auto;
    }

    .contenu_partner {
        width: 60%;
        height: 80%;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        -webkit-box-align: center;
                align-items: center;
        margin: auto;
    }

    .contenu_partner img {
        box-shadow:8px 8px 5px hsla(0,0%,0%,.4);
        width: 250px;
        height: 100px;
    }


    .listepartner {
        width: 40%;
        height: 50%;
    }

    .cadretitreactu {
        background-color: rgba(0,0,0,0.3);
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
                border: solid 1px white;
        width: 50%;
        height: 8%;
        border-radius: 10px 0;
        text-align: center;
    }

    .caseactu {
        background-color: rgba(0,0,0,0.3);
        display: -webkit-box;
        display: flex;
        
        width: 30%;
        height: 60%;
    }

    #video {
        height: 90%;
        /* border-radius: 25px; */
        -o-box-shadow: 10px 10px 10px 0px #312f2f;
        box-shadow: 10px 10px 10px 0px #312f2f;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#312f2f, Direction=134, Strength=10);
    }

    /*  fin section partenaires et actu*/

    
    /* footer */
    
    .footer {
		font-size: 0.9em;
		line-height: 20px;
	}
    
    .afficheflex, #horizontalfooter {
        position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        border-bottom: 1px solid #96b4e9;
        width: 100%;
    }

    .afficheflex {
        padding: 15px 0;
    }

    #horizontalfooter {
        /* background-color: darkorchid; */
        -webkit-box-align: flex-start;
                align-items: flex-start;
    }

    #classefooter {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        margin: 0;
    }

    .rappelmenu p, .rappelmenu ul {
        margin: 0;
    }

    .rappelmenu ul li {
        list-style-type: none;
        margin: 10px 0;
    }

    .rappelmenu ul li a {
        color: white;
    }


    .rappelmenu {
        text-align: left;
        width: 23%;
        /* margin-left: 8%; */
    }

    .mobilephone {
        display: none;
    }
    
    /* fin footer */

    /* reseaux */

    .telicone {
        position: absolute;
        bottom: 20px;
        right: 10px;
        width: 255px;
        height: 58px;
        line-height: 58px;
        border-radius: 29px;
        text-align: right;
        background: url(../images/telephone_icone1.png) no-repeat 2% center;
        background-color: rgb(212, 212, 212);
    }

    .telicone>p, .telicone>a {
        margin: auto 20px;
        font-size: 1.2em;
        font-weight: bold;
        color: black;
    }

    .resicone {
        display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        position: absolute;
        bottom: 20px;
        right: 275px;
        width: 240px;
        height: 58px;
        line-height: 58px;
        border-radius: 29px;
        /* text-align: right; */
        /* background: url(../images/telephone_icone1.png) no-repeat 2% center; */
        /* background-color: rgb(212, 212, 212); */
        border: 1px solid rgb(88, 88, 88);
    }

    #faceb, #linked, #tweet, #insta {
        position: relative;
        display: block;
        width: 52px;
        height: 52px;
        margin: auto;
    }

    #faceb {
        background: url(../images/facebook_icone.png) no-repeat;
    }
    
    #linked {
        background: url(../images/linked_icone.png) no-repeat;
    }

    #tweet {
        background: url(../images/tweeter_icone.png) no-repeat;
    }

    #insta {
        background: url(../images/instagram_icone.png) no-repeat;
    }

}

/* **************  ecran 4  *******************/

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

    .repere {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        z-index: 2500;
        background-color: deeppink;

    }

    .header_index {
		height: 90px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(37, 141, 183, 0.4)), color-stop(40%, rgba(37, 141, 183, 0.6)), to(rgba(37, 141, 183, 1)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(37, 141, 183, 0.4) 30%, rgba(37, 141, 183, 0.6) 40%, rgba(37, 141, 183, 1) 100%);
        display : -webkit-box;
        display : flex;
        -webkit-box-orient : horizontal;
        -webkit-box-direction : normal;
                flex-direction : row;
        flex-wrap : nowrap;
        -webkit-box-pack : end;
                justify-content : flex-end;
        -webkit-box-align : center;
                align-items : center;
    }
    
    #base0 {
        position: relative;
        /* background-color: red; */
        background-image: url(../images/image_virt_clinique.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 50%;
    }

    .logo_index {
        display: block;
        background: url(../images/medipole_logo2.png) no-repeat;
        background-size: contain;
        float: left;
        position: absolute;
        top: 53vh;
        left: 5vw;
        width: 20vw;
        height: 30vh;
    }

    .logoshrink {
        width: 130px !important;
        height: 130px !important;
        top: 10px !important;
        left: 50px !important;
        margin-top: 3px;
    }

    .shrink {
        height: 50px;
        padding: 0;
        top: 0;
    }
    
    .shrinknav {
        height: 60px;
    }

    .navbar {
        width: 80%;
    }

    #menu {
        display: block;
        float: right; 
    }

    .dropdown-menu {
        font-size: 1.0em;
	}

    .header_index,
    .logo_index,
    .menunav_index,
    .navbar,
    .menunav,
    .sous_menu {
        -webkit-transition: all .35s;
        transition: all .35s;
    }

    .dropdown-menu {
        width: 100%;
    }

    .orac {
        display: block;
        background: url(../images/logo_orac_acronyme.png) no-repeat;
        background-size: contain;
        float: left;
        position: absolute;
        bottom: 8vh;
        right: 5vw;
        width: 10vw;
        height: 10vh;
        /* inibit link */
        pointer-events: none;
	    cursor: default;
    }
    
	#menu a:hover {
		color: #0f0;
	}
    
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		background-color: rgb(61, 160, 17);
		border-radius: 5px;
    }
    
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 1.1vw;
    }

    .affiche_texte {
        display: block;
        color: white;
        font-size: 1.1vw;
    }

    .affiche_texte_multi {
        display: block;
        color: white;
        font-size: 1.1vw;
        margin-top: 0;
    }

    #grosmenu {
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        width: 70%;
        height: 40%;
        margin-right: 4%;
        margin-bottom: 8%;
        overflow: hidden;
    }

    
    .menu_grosbouton {
        box-shadow: -14px 0px 16px -7px rgba(0, 0, 0, 0.75);
        text-align: center;
        overflow: hidden;
        color: white;
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
        flex: 1 0 8em;
        -webkit-transition: -webkit-flex-basis 500ms ease-in-out;
        transition: -webkit-flex-basis 500ms ease-in-out;
        transition: flex-basis 500ms ease-in-out;
        transition: flex-basis 500ms ease-in-out, -webkit-flex-basis 500ms ease-in-out;
        height: 100%;
        -webkit-box-align: center;
                align-items: center;
        flex-wrap: nowrap;
    
    }

    .menu_grosbouton>a>div {
        width: 8vw;
    }

    .menu_grosbouton:hover,
    .menu_grosbouton:focus {
        -webkit-box-flex: 1;
        flex: 1 0 20em;
    }

    #page1_index {
        background: url(../images/deuxlunes-op-deg.jpg) no-repeat fixed;
        background-position: 5% 100px;
    }

    #page2_index {
        background-color: rgb(42,89,99);
        background-image: url(../images/image_fond_tablette_2_2.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: 40% 0; 
    }

    #page3_index {
        /* background-color: red; */
        background: url(../images/deuxlunes-op-deg.jpg) no-repeat fixed;
        background-position: 5% 100px;
        height: 75vh;
    }

    #page4_index {
        background: url(../images/deuxlunes-op-deg.jpg) no-repeat fixed;
        background-position: 5% 100px;
        height: 85vh;
    }

    #page5_index{
        height: 140px;
        background-color: rgba(212, 211, 211, 0.5);
        margin-bottom: 30px;
    }

    #here {
        /* background-color: lightseagreen; */
        width: 17%;
        height: 100%;
        text-align: center;
    }

    #chiffres {
        /* background-color: lawngreen; */
        width: 70%;
        height: 100%;
    }

    .widget-hospitalidee {
        position: relative;
        margin: auto;
    }

    .boitechiffrestitre {
        width: 30%;
    }

    .boitechiffres {
        width: 20%; 
    }

    .boitechiffres, .boitechiffrestitre {
        display: flex;
        background-color: white;
        height: 80%;
        margin: auto;
        padding: 5px;
        text-align: center;
        -webkit-box-align: center;
                align-items: center;
        border: 1px solid salmon;
    }
    
    .boitechiffres>p, .boitechiffrestitre>p {
        /* display: block;
        height: 100%; */
        font-size: 1.4em;
        margin: auto;

    }

    #actutitre {
        position: relative;
        width: 100%;
        height: 40px;
        text-align: center;
        /* background-color: red; */
        margin: auto;
    }

    #actuboite, #actuprime {
        position: relative;
        display : -webkit-box;
        display : flex;
        -webkit-box-orient : horizontal;
        -webkit-box-direction : normal;
                flex-direction : row;
        flex-wrap : nowrap;
                justify-content : space-around;
        -webkit-box-align : center;
                align-items : center;
    }

    #actuboite {
        /* background-color: rgb(158, 233, 176); */
        position: relative;
        width: 80%;
        height: 70%; 
        margin: auto;
    }

    #actuprime {
        /* background-color: khaki; */
        width: 40%;
        height: 100%;
    }

    .actuprimebox {
        position: relative;
        /* background-color: lightcoral; */
        text-align: center;
        width: 40%;
        height: 80%;
        margin: auto;
        padding: 5px;
    }
    .image_prime_taille {
        width: 70%;
        height: auto;
        margin: 5px auto;
    }

    .actulistebox {
        position: relative;
        /* background-color: lightcoral; */
        width: 80%;
        height: 140px;
        margin: auto;
        padding: 10px;
    }

    #actulist {
        position: relative;
        display : -webkit-box;
        display : flex;
        -webkit-box-orient : vertical;
        -webkit-box-direction : normal;
                flex-direction : column;
        flex-wrap : nowrap;
                justify-content : space-around;
        -webkit-box-align : center;
                align-items : center;
        /* background-color: rgb(140, 180, 240); */
        width: 60%;
        height: 100%;
    }

    .format_titre_actu {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        /* background-color: khaki; */
    }

    .format_texte_actu {
        position: relative;
        width: 80%;
        min-height: 20%;
        /* background-color: rgb(140, 187, 240); */
    }

    .format_prime_actu {
        position: relative;
        width: 90%;
        min-height: 20%;
    }


    /* section partenaires et actu */ 

    #visitevirtuelle {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: space-around;
                justify-content: space-around;
        width: 25%;
        height: 90%;
        border: solid 1px white;
    }

    #vis1 {
        background-image: url(../images/virtu1.jpg);
    }

    #vis2 {
        background-image: url(../images/virtu2.jpg);
    }

    #vis3 {
        background-image: url(../images/virtu3.jpg);
    }

    #vis4 {
        background-image: url(../images/virtu4.jpg);
    }

    #vis5 {
        background-image: url(../images/virtu5.jpg);
    }

    #vis6 {
        background-image: url(../images/virtu6.jpg);
    }

    #vis1, #vis2, #vis3, #vis4, #vis5, #vis6 {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        height: 15%;
        width: 70%;
     }

     #visitevirtuelle h2 {
        color: white;
        font-weight: bold;
        font-size: 1.5em;
     }

     .virtu {
        background-color:red;
        display: block;
        width: 100%;
        text-align: center;
     }



    .cadrepartner {
        position: relative;
        background-color: rgba(212, 211, 211, 0.5);
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        border: solid 1px white;
        width: 100%;
        height: 60px;
        /* border-radius: 10px 0; */
        text-align: center;
        margin: auto;
    }

    .cadrepartner h1, .cadretitreactu h1{
        font-size: 1.6em;
        color:rgb(75, 91, 235);
        margin: auto;
    }

    .contenu_partner {
        /* background-color: dodgerblue; */
        width: 50%;
        height: 70%;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        -webkit-box-align: center;
                align-items: center;
        margin: auto;
    }

    .contenu_partner img {
        box-shadow:8px 8px 5px hsla(0,0%,0%,.4);
        width: 250px;
        height: auto;
    }


    .listepartner {
        width: 40%;
        height: 40%;
    }

    .cadretitreactu {
        background-color: rgba(0,0,0,0.3);
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        border: solid 1px white;
        width: 50%;
        height: 8%;
        border-radius: 10px 0;
        text-align: center;
    }

    .caseactu {
        background-color: rgba(0,0,0,0.3);
        display: -webkit-box;
        display: flex;  
        width: 30%;
        height: 60%;
    }

    #video {
        height: 100%;
        /* border-radius: 25px; */
        box-shadow: 10px 10px 10px 0px #312f2f;
    }

    /*  fin section partenaires et actu*/
    
    /* footer */
    
    .footer {
		font-size: 0.9em;
		/* line-height: 40px; */
	}
    
    .afficheflex, #horizontalfooter {
        position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        border-bottom: 1px solid #96b4e9;
        width: 100%;
    }

    .afficheflex {
        padding: 15px 0;
    }

    #horizontalfooter {
        /* background-color: darkorchid; */
        -webkit-box-align: flex-start;
                align-items: flex-start;
    }

    #classefooter {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
        margin: 0;
    }

    .rappelmenu {
        /* background-color: darkkhaki; */
        text-align: left;
        width: 25%;
        /* margin: auto; */
    }

    .rappelmenu p, .rappelmenu ul {
        margin: 0;
    }

    .rappelmenu ul li {
        list-style-type: none;
        margin: 15px 0;
    }

    .rappelmenu ul li a {
        color: white;
    }

    

    .mobilephone {
        display: none;
    }
    
    /* fin footer */

    /* reseaux */

    .telicone {
        position: absolute;
        bottom: 20px;
        right: 10px;
        width: 255px;
        height: 58px;
        line-height: 58px;
        border-radius: 29px;
        text-align: right;
        background: url(../images/telephone_icone1.png) no-repeat 2% center;
        background-color: rgb(212, 212, 212);
    }

    .telicone>p, .telicone>a {
        margin: auto 20px;
        font-size: 1.2em;
        font-weight: bold;
        color: black;
    }

    .resicone {
        display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        position: absolute;
        bottom: 20px;
        right: 275px;
        width: 240px;
        height: 58px;
        line-height: 58px;
        border-radius: 29px;
        /* text-align: right; */
        /* background: url(../images/telephone_icone1.png) no-repeat 2% center; */
        /* background-color: rgb(212, 212, 212); */
        border: 1px solid rgb(88, 88, 88);
    }

    #faceb, #linked, #tweet, #insta {
        position: relative;
        display: block;
        width: 52px;
        height: 52px;
        margin: auto;
    }

    #faceb {
        background: url(../images/facebook_icone.png) no-repeat;
    }
    
    #linked {
        background: url(../images/linked_icone.png) no-repeat;
    }

    #tweet {
        background: url(../images/tweeter_icone.png) no-repeat;
    }

    #insta {
        background: url(../images/instagram_icone.png) no-repeat;
    }

    

    
}


/*********** smarphones landscapes ************/

/* @media screen and (orientation:landscape) and (max-height: 780px) {

} */



/**************  fin des css ecrans  *************/


/**************  IE 10, 11  ************** */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .logo_index {
        background-image: url(../images/logo-mini.png);
        background-repeat: no-repeat;
        width: 130px !important;
        height: 130px !important;
        top: 10px !important;
        left: 50px !important;
        margin-top: 3px;
    }

    .header_index {
        height: 50px;
        padding: 0;
        top: 0; 
    } 
    
    .menunav-index {
        margin: auto;
    }

}

@media all and (min-width: 992px) and (-ms-high-contrast: none),
(-ms-high-contrast: active)  {

    .logoie {
        display: block;
        background: url(../images/medipole_logo2.png) no-repeat;
        background-size: contain;
        float: left;
        position: absolute;
        top: 30px;
        left: 30px;
        width: 20vw;
        height: 30vh;
    }

}

@media all and (min-width: 860px) and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
    .logo_index {
        background-image: url(../images/logo-mini.png);
        background-repeat: no-repeat;
        width: 80px !important;
        height: 80px !important;
        top: 10px !important;
        left: 50px !important;
        margin-top: 3px;
    }
}

/************** fin IE 10, 11  ************** */

.header_index {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}


.actulistebox {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    border-left: 2px solid orange;
    /* border-right: 2px solid orange; */
    /* border-radius: 10px; */
}



.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
	text-shadow: none;
}

#menu .active a:hover {
    color: #fff;
}

.iframestyle input {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.footer {
	background-color: #01527f;
	min-height: 40px;
	color: #fff;
	text-align: center;
}

.afficheflex a,
.afficheflex p,
.otherphone {
	color: white;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
.afficheflex a:hover, .rappelmenu a:hover {
	color: #00ff00;
}

.mobilephone a {
    color: #8ce0f5;
}

#map {
	border-radius: 25px;
	width: 100%;
	height: 100%;
}

.back-link a {
    color: #4ca340;
    text-decoration: none; 
    border-bottom: 1px #4ca340 solid;
}

.back-link a:hover,
.back-link a:focus {
    color: #408536; 
    text-decoration: none;
    border-bottom: 1px #408536 solid;
}

.entry-header {
    text-align: left;
    margin: 0 auto 50px auto;
    width: 80%;
    max-width: 978px;
    position: relative;
    z-index: 1001;
}

.jaune {
    color: #ffff00;
}

.pasvue {
    display: none;
}

.dropdown-menu > li > a {
    color: #2f76a8 !important;
}
