html{font-size: 62.5%; /* 1rem vaut 10px */}
body {
	margin:0;padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:1.5rem;
}
/*IMAGES*/
.imageResponsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/*LIENS*/
a {
    text-decoration:none;
    cursor: pointer;
}
a.lienrosefonce{
    font-weight: bold;
    color: #BA1257;
    cursor: pointer;
}
a.lienbleu{
    font-weight: bold;
    color: #009cdd;
    cursor: pointer;
}
a.lienorangefonce{
     font-weight: bold;
     color: #cf4a30;
     cursor: pointer;
 }
a.lienviolet{
    font-weight: bold;
    color:#412C58;
    cursor: pointer;
}
a.liengris{
    font-weight: bold;
   color:#626262;
    cursor: pointer;
}
a.liennoir{
    font-weight: normal;
    color:#000;
    cursor: pointer;
}
a.lienbleufonce{
    font-weight: bold;
    color:#2c4a7e;
    cursor: pointer;
    font-size:16px;
    letter-spacing:2px;
}
/*TABLES*/
table.tabOrange{
    margin:5px 0 10px 10px;
    border: 1px solid #ff6600;
    border-collapse: collapse;
    width:80%;
    min-width:550px;
    max-width:1200px;
}
table.tabOrange th{
    border:1px solid #ff6600;
}
tr.trOrange{
    border:1px solid #ff6600;
}
table.tabOrange td{
    padding: 5px;
    border:1px solid #ff6600;
}
/*lien telechargement*/
.blocTelechargement{
    text-align: center;
}
.blocTelechargement a:hover {
    text-decoration: underline;
}
h4.titreTelechargement:before{
    position: relative;
    top:10px;
    margin-right:10px;
    content:url(images/icone-telechargement.png);
}
/*paragraphe de l'historique*/
div.blockimghistorique{
    float:right;margin-left: 20px;
}
div.blockimghistorique img{
    margin-bottom: 8px;
}
p.historique{
    line-height:1.7em;
}
p.historique span{
    font-size:18px;
}
p.historique:before{
    position: relative;
    top:6px;
    margin-right:5px;
    margin-bottom:5px;
    content:url(images/fleche-bleuclair.png);
}
/*ENTETE*/
#header {
    height:125px;
	display:flex;/*le header est lui même un container de flexbox*/
	justify-content:space-between;
	align-items:center;
    box-shadow: 0 6px 6px 0 #ececec;
    padding-right:10px;
}
#header > a {
	padding:1em 0;
}
.header>div.logochu{
    margin: 30px;
}
div.logochu img{border: 0;}
div.logochu img.logoprinc{height:97px;margin-right:20px;}
#header > .logo {
	font-size:2.4em;
}
nav#header div.btnPictoMenuHaut{
    padding:1px;
    min-width: 120px;
    height:85px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content:flex-start;
    cursor:pointer;
}
.txtbtnmenuhaut{font-size:11px;}
nav#header div.btnPictoMenuHaut:first-child{margin-left:35px;}
nav#header div.btnPictoMenuHaut:hover{
    transition:all 0.2s ease-in-out;
    cursor: pointer;
    transform:scale(1.1,1.1);
}
nav#header div.btnPictoMenuHaut#headerDon{
    flex-direction: row;
    align-items:center;
    margin-top:5px;
}
.txtPictoMenuHaut{
    text-align:center;
    width:100%;
    margin-top: auto;
}
.txtPictoMenuHaut1ligne{
    text-align:center;
    width:100%;
    margin-top: auto;
    height:100%;
    display: flex;
    max-height:42px;
    align-items: center;
    justify-content: center;
}
nav#header div.btngrisclair{
    padding: 5px;
    min-width: 120px;
    height: 40px;
    text-align:left;
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content:space-around;
    cursor:pointer;
}
nav#header div.btngrisclair:first-child{margin-left:35px;}

nav#header a.grisfonce,nav#header a.grisfonceXL{
    color: #626262;
    font-weight: bold;
    letter-spacing:2px;
    font-size:12px;
}
nav#header a.grisfonceXL{letter-spacing:3px;font-size:17px;}
nav#header div.btngrisclair:hover{
    transition:all 0.2s ease-in-out;
    cursor: pointer;
    transform:scale(1.1,1.1);
}
div.btnEnglishVersion{
    height:35%;
    margin-top:auto;
}
nav#header div.btnrech{
    height:42%;
    margin-top:auto;
}
nav#header a.grisclair{
    font-size:18px;
    color: #717171;
    letter-spacing:3px;
}
nav#header div.btnespaceprive{
    background: #fff;
    width:50px;
    margin:0 0 0 10px;
}
nav#header div.btnrech input{
    font-size:17px;
    color: #efefef;
    width: 100%;
    min-width:100px;
    max-width:160px;
    height: 28px;
    border: 2px solid #cccccc;
    padding: 3px 3px 3px 10px;
}
nav#header div.btnrech input::placeholder {
    color: #d2d2d2;
    letter-spacing: 2px;
}
.enteteToutePage{
    margin-left: 20px;
}
.enteteToutePage h1,.enteteToutePage h1.orangefonce,.enteteToutePage h1.orangeclair,.enteteToutePage h1.title-violet,.enteteToutePage h1.title-bleu{
    font-size: calc(1.1em + 1vw);
    margin:10px 10px 10px 0;
    padding:3px 4px 3px 15px;
    color:#ba1257;
    border-bottom: 4px solid #ba1257;
    text-transform : uppercase;
}
.enteteToutePage h1.orangefonce{
    color:#cf4a30;
    border-bottom: 4px solid #cf4a30;
}
.enteteToutePage h1.orangeclair{
    color:#ED8C2B;
    border-bottom: 4px solid #ED8C2B;
}
.enteteToutePage h1.title-violet{
    color:#412C58;
    border-bottom: 4px solid #412C58;
}
.enteteToutePage h1.title-bleu{
    color:#009cdd;
    border-bottom: 4px solid #009cdd;
}
h1.title-bleu2{
    font-size: calc(1.1em + 1vw);
    padding:3px 4px 3px 2px;
    color:#009cdd;
    border-bottom: 4px solid #009cdd;
    text-transform : uppercase;
}
/*MENU HAUT PAGE*/
section.secmenuhaut{
    display:flex;
    flex-direction:column;
    margin-bottom: 20px;
}
#sousmenuhaut{
    display:none;
    min-width:320px;
    max-width:1680px;
    width:100%;
    min-height:350px;
}
nav.menuhaut{
    order:1;
    min-height:77px;
    display:flex;
    font-size:22px;
    flex-wrap: wrap;
}
div#sousmenuhaut{
    order:2;
}
.menuhaut-btnviolet,.menuhaut-btnrose,.menuhaut-btnorangefonce,.menuhaut-btnorange{
    min-width: 194px;
    max-width: 400px;
    width:20%;
    height: 77px;
    color: #fff;
    text-align: center;
    margin: auto;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:  pointer;
}
.menuhaut-btnviolet{
    order:1;
    background-color: #412c58;
}
.menuhaut-btnrose{
    order:2;
    background-color: #ba1257;
}
.menuhaut-btnorangefonce{
    order:3;
    background-color: #cf4a30;
}
.menuhaut-btnorange{
    order:4;
    background-color: #ed8c2b;
}
.sousmenuhautGlobal{
    display: flex;
    flex-direction: row;
}
.sousmenuhaut-col1 {
     order:1;
     min-width:340px;
     max-width:360px;
        width:100%;
     margin-right:25px;
 }
ul.sousmenuhaut-niv2{
    margin-left:25px;
}

.sousmenuhaut-col3 ul{
    margin-left:25px;
}
.sousmenuhaut-col2 {
    order:2;
    min-width:340px;
    max-width:360px;
    width:100%;
    margin-right:25px;
}
.sousmenuhaut-col2 ul{
    margin-left:30px;
}
.sousmenuhaut-col3 {
    order:3;
    min-width:340px;
    max-width:360px;
    width:100%;
    margin-right:25px;
}
.sousmenuhaut-col4 {
    order:4;
    min-width:340px;
    max-width:360px;
    width:100%;
    margin-right:25px;
}
#sousmenuhaut-violet,#sousmenuhaut-rose,#sousmenuhaut-orangefonce,#sousmenuhaut-orange{
    display:none;
    padding: 20px;
}
#soumenuhaut ul{list-style-type:none;}
.sousmenuhaut-niv2 a{border-top:0;}
#sousmenuhaut li a{
    border-top:1px solid white;
    display: block;
    padding-bottom:7px;
    padding-top:7px;
    padding-left:10px;
    text-decoration: none;
    font-size:18px;
}
#sousmenuhaut li ul.sousmenuhaut-niv2 a{
    border-bottom:0;
    padding-top:5px;
    padding-bottom:5px;
    font-size: 15px;
}
#sousmenuhaut li a:hover{
    background-color: #fff;
    color: #ba1257;
    font-weight: bold;
}
#sousmenuhaut-orange li a{
    color:white;
    border-top:1px solid #fff;
}
#sousmenuhaut-orange li a:hover{
    background-color: #fff;
    color: #ed8c2b;
    font-weight: bold;
}
#sousmenuhaut-orangefonce li a{
    color:white;
    border-top:1px solid #FFF;
}
#sousmenuhaut-orangefonce li a:hover{
    background-color:white;
    border-bottom:1px solid #FFF;
    color: #CF4A30;
    font-weight: bold;
}
ul.sousmenuhaut-niv2 li a{
    border-bottom:0;
    padding-top:5px;
    padding-bottom:5px;
    font-size: 14px;
}
#sousmenuhaut-violet li a:hover{
    background-color: #FFF;
    border-bottom:1px solid #fff;
    color: #412C58;
    font-weight: bold;
}
.pictodoc{
    vertical-align:middle;
    margin-left:4px;
    margin-right:6px;
}
/*MAIN - colonne principale*/
.main {
	margin: 0 auto;
	max-width: 1680px;
	padding: 10px;
    display:flex;
    flex-flow:column;
}
.uneColonne{
    margin:10px 40px 20px 30px;
    width:95%;
    max-width:1500px;
    min-width:600px;
}
.fiche-column1 {
    order: 1;
    min-width:400px;
    width:65%;
    max-width: 1000px;
    padding: 5px 10px 10px 10px;
    margin-right:40px;
}
.fiche-column2,.fiche-column2-mediatheque {
    margin:5px;
    padding: 5px 5px 10px 5px;
    order:2;
    border: 10px solid #e9e9e9;
    max-width:550px;
}
.fiche-column2-mediatheque{
    max-width:480px;
    min-width:300px;
    width:100%;
}
/*Positionnement du slider de l'accueil*/
.slideraccueil{
    order:1;
    max-height:408px;
}
#page {
    background-color: #f4f3f3;
	display:flex;
    margin-bottom: 35px;
    margin-top:20px;
    order:2;
    align-items:stretch;/*!*on aligne ses élements verticalement*!*/
    justify-content:center;
    box-shadow: 0 10px 20px 0 #cfcfcf;
}
/*PAVE RECHERCHE ACCUEIL*/
.bloc-rech-accueil{
    margin-top:25px;
    margin-bottom:35px;
    min-width:400px;
    width:100%;
    max-width:400px;
    order:1;
    background-color: #ffffff;
    padding:10px 0 0 25px;
}
.bloc-rech-accueil h2{color: #4dafe4;}
.bloc-accueil-recherche-champs{margin:3px 0 20px 30px;}
.champrechindex{
    margin-left:10px;
    float:right;
    display: inline-block;
    width:220px;
}
.champrechindex input[type=text] {
    padding:3px;
    border-radius:8px;
    width:190px;
}
.champrechindex select {
    padding:3px;
    border-radius:8px;
    width:200px;
}
#nommedecin{
    border:1px solid #009cde;
    background-color: #009cde;
}
#nomservice{
    border:1px solid #33b0e5;
    background-color: #33b0e5;
}
#nomconsultation{
    border:1px solid #66c4eb;
    background-color: #66c4eb;
}
#nomorgane{
    border:1px solid #99d7f2;
    background-color: #99d7f2;
}
/*MENU CATEGORIES BLEU*/
#menu-btnbleus,#menu-btnbleusInt {
    margin-top:25px;
    margin-bottom: 35px;
	order:2;
	display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    max-width: 1110px;
    min-width:221px;
    cursor:  pointer;
}
#menu-btnbleusInt{
    max-width: 500px;
    min-width:220px;
}
.contMenuBtnBleusIntTelem{display:flex;flex-direction:column;justify-content: space-between;order:2;}
.BtnBleusItem {/*ici on paramètre l'espace de chaque bouton*/
    min-width:110px;
    min-height:70px;
    max-height: 179px;
    max-width: 221px;
}
.BtnBleusTelem{
    max-height: 150px;
}
.BtnBleusTelemInt{max-height:70px;}
.BtnBleusTelem:hover,.BtnBleusTelemInt:hover{
    transition:all 0.4s ease-in-out;
    cursor: pointer;
    transform:scale(1.1,1.1);
}
#menu-btnbleusInt li.BtnBleusItem{
    min-width:90px;
    background:#F7F7F7;
}
#menu-btnbleusInt img{
    width:90px;
}
#menu-btnbleusInt img:hover,#menu-btnbleus img:hover{
    transition:all 0.4s ease-in-out;
    cursor: pointer;
    transform:scale(1.1,1.1);
}
.BtnBleusItem li{margin:0;padding:0;}
#menu-btnbleus ul, #menu-btnbleusInt ul{margin:0;padding:0;}
.BtnBleusItem:nth-of-type(1) {order:1;}
.BtnBleusItem:nth-of-type(2) {order:2;}
.BtnBleusItem:nth-of-type(3) {order:3;}
.BtnBleusItem:nth-of-type(4) {order:4;}
.BtnBleusItem:nth-of-type(5) {order:5;}
.BtnBleusItem:nth-of-type(6) {order:6;}
.BtnBleusItem:nth-of-type(7) {order:7;}
.BtnBleusItem:nth-of-type(8) {order:8;}
.BtnBleusItem:nth-of-type(9) {order:9;}
.BtnBleusItem:nth-of-type(10) {order:10;}
.BtnBleusItem:nth-of-type(11) {order:11;}

/*encart video telemedecine*/
.encartvideo{order:3;max-width:450px;}

/*TROMBINOSCOPE MEDECINS*/
#trombomedecin {
    margin-bottom:25px;
    order:3;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
}
#trombomedecinentete{
    padding:10px;
    order:1;
    display:flex;
    min-width:460px;
    width:90%;
    justify-content:space-between;
}
#trombomedecinentete h1{
    color:#00B1E7;
    margin: 0 0 10px 10px;
    border-left:3px solid #00B1E7;
}
#owl-trombi{
    order:2;
    width:80%;
}
/*Carte GOOGLE MAPS*/
#map-canvas {
    border-top: 2px solid #686868;
    border-bottom:2px solid #686868;
    order:4;
    min-width: 313px;
    min-height:58px;
    height:300px;
}
div#copymap{
    order:5;
    margin-bottom: 30px;
}
/*Module actualités bas page*/
.actusbas{
    order:6;
    width:100%;
    display:flex;
    justify-content: space-around;
    flex-direction:row;
    flex-wrap: wrap;
    max-width: 1500px;
    min-width: 800px;
}
.lienvignetteactu a{color:#4ba5d5;}
.lienvignetteactu a:hover {
    color:#4B6C9F;
    text-decoration:underline;
}
.vignetteactu{
    min-width:220px;
    max-width:320px;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    /*justify-content: space-between;*/
}
.imgvignetteactu{align-self:center;}
.imgvignetteactu img{
    max-height:116px;
    min-height:116px;
}
.vignetteactu h3{
    color:#4ba5d5;
    font-size:16px;
    letter-spacing:2px;
    max-width:310px;
    margin-left: 3px;
}
.resumevignetteactu{
    text-align: justify;
    min-width:220px;
    max-width:310px;
    max-height:160px;
    margin-right:8px;
}
.lienvignetteactu{
    color:#4ba5d5;
    align-self:flex-end;
    margin-top: auto;
}
#btnplusactus
{
    order:6;
    align-self:center;
    color: #ffffff;
    font-size:22px;
    text-align: center;
    letter-spacing:2px;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
    background: #48aadf none repeat scroll 0 0;
    max-width:200px;
    overflow:hidden; /* Delete this line to see the sliding divs hidden */
    padding: 5px 20px 5px 30px;
    cursor:pointer;
}
#btnplusactus a{
    color:white;
}
#btnplusactus span {
    display: block;
    position: relative;
    text-align: left;
    z-index: 2;
}
#btnplusactus::after {
    content: "";
    position:absolute;
    transition: all ease 0.3s;
    background: #cf0868;
    height: 800%;
    margin: -5px 0 0 -5px;
    right: -1670px;
    top: 0;
    transform: rotate(120deg);
    transform-origin: 0 0 0;
    width: 280%;
}
#btnplusactus:hover::after {
    background: #cf0868;
    right: -720px;
    color:#fff;
}
/*bouton rendez-vous vaccination*/
#btnvaccinationcovid{
    font-weight:bold;
    padding:6px 3px 2px 3px;
    color:#fff;
    font-size:22px;
    background:#BA1257;
    height:30px;
    width:300px;
}
.btnOr {
    width: 230px;
    height: 45px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
    border-radius: 5px;
    border: none;
    background-color: #f3d701;
    line-height:38px;
    font-size:22px;
}
.btnOr:hover {
    border-radius: 4px;
    padding-right: 24px;
    padding-left:8px;
    background:#040393;
}
.btnOr:hover:after {
    opacity: 1;
    right: 10px;
}
.btnOr:after {
    content: "\00BB";
    position: absolute;
    opacity: 0;
    font-size: 28px;
    line-height:40px;
    top: 0;
    right: -20px;
    transition: 0.4s;
}
#btnvaccinationcovid:hover{background:#040393;}
#iframeCovid{
    max-width:1000px;
    min-width:304px;
    width:100%;
    /*width:98%;*/
    min-height:500px;
    height:100%;
    border:none;
}

/*TELEMEDECINE*/
.enteteProjTelem{
    display:flex;
    flex-direction: row;
    align-items:center;
    margin-left: 10px;
}
.enteteProjTelem>img{
    width:54px;
    margin-right: 10px;
}
.enteteProjTelem div.titreProjTelem{
    margin-left:10px;
    min-width:500px;width:100%;
}
.bloc2colTelem{
    display:flex;
    flex-direction:row;
    align-items: flex-start;
    justify-content: space-between;
}
/*PIED DE PAGE*/
.footer {
	display:flex;
	align-items:center;
    justify-content: space-between;
	flex-direction:column;
	padding:2em 0;
    min-height:100px;
    width:100%;
    margin:0 auto ;
}
.footerligne1 {
    order:1;
    display:flex;
    align-items:baseline;
    justify-content: space-around;
    flex-direction:row;
    padding:2em 0;
    min-height:100px;
    width:100%;
    background-color: #94dfef;
    margin-bottom: 20px;
    flex-wrap: wrap;
    letter-spacing:3px;
}
.footerColon1{
    order:1;
    background-color: #6f6f6f;
    width:30%;
    max-width:470px;
    min-height:300px;
    color:white;
}
.footerColon2{
    order:2;
    max-width:400px;
    height:430px;
    width:30%;
    max-height: 430px;
    display:flex;
    flex-direction:column;
    align-items:baseline;
    color:#454545;
}
.footerColon3{
    order:3;
    max-width:420px;
    width:30%;
    color:#454545;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    height:430px;
    max-height: 430px;
}
.footerColon1 a{
    color:white;
}
.footerColon1 h2{
    display: block;
    margin-left: 20px;
}
#footer-btn-soutenez{
    background-color: #fff;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction:row;
    font-weight: bold;
    color: #94dfef;
}
#div-mediatheque {
    font-size:24px;
    display: flex;
    align-items:center;
    justify-content: space-around;
    flex-direction:row;
    font-weight: bold;
    border-bottom:3px solid #c5c5c5;
    padding: 5px 25px 25px 20px;
}
.div-mediatheque-ligne2,.div-mediatheque-ligne3{
    font-size:24px;
    font-weight: bold;
    display: flex;
    align-items:center;
    justify-content:flex-start;
    flex-direction:row;
    padding: 5px 25px 5px 20px;
}
.div-mediatheque-ligne2{
    border-bottom:3px solid #c5c5c5;
    min-height: 93px;
}
.div-mediatheque-ligne3{min-height: 61px;}
.visuel-mediatheque{
    background-color: #fff;
    padding:6px;
    margin-right: 15px;
}
.visuel-mediatheque-l{
    padding: 0;
    max-width:70px;
    margin-right: 25px;
}
#alivretaccueil{
    display: block;
    /*margin-left:40px;*/
    font-style: italic;
    float: right;
    font-weight: normal;
    margin-top: 10px;
}
/*le nav d'id footer prendra toute la hauteur restante du container div de class footercolon2 il pousse ainsi le bouton soutenez le chu en bas du container.*/
#footerColon2-nav{flex-grow: 1;}
/*selection des div sauf celui de class footer-btn-firstdiv*/
#footerColon2-nav div:not(.footerColon2-firstdiv){margin-top: 30px;}
nav#footerColon2-nav a {
    color: #454545;
    font-weight: normal;
    font-size: 25px;
}
/*selection des div sauf celui de class footer-btn-suivez*/
.footerColon3 div:not(.footer-btn-suivez){margin-top: 20px;}
/*le div association occupe tout l'espace libre du container en hauteur, comme cela, le div footer-btn-suivez est poussé en bas du container */
div.footerColon3-asso,div.footerColon3-contact{flex-grow:1}
.footerColon3 a{
    color:#454545;
    letter-spacing:2px;
}
.footer-btn-suivez{
    display: flex;
    align-items:center;
    justify-content:space-between;
    flex-direction:row;
}
.info-pg-activites-service{
    display:none;
    flex-flow:column;
    margin-left: 20px;
    max-width:1280px;
}
.divauteur{
    min-height:50px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    display:flex;
    padding:8px;
    flex-direction:row;
    align-items:flex-start;
}
.ico-auteur{
    margin-right:5px;
    float:left;
}
.date-auteur{
    align-self: flex-end;
    margin-left: auto;
    font-size: 14px;
}
.optionFerme{
    color: #ba1257;
    align-self: flex-end;
    margin-left: auto;
    font-size: 14px;
}
.optionFerme:hover{
    cursor: pointer;
    text-decoration: underline;
}
.details{
    margin-top:0;
    padding: 0 10px 10px;
    background-color: #ebebeb;
}
/*PAGES STATIQUES INTERNES*/
/*généralités*/
.containerImg,.containerImgNoMargin{
    display: flex;
    flex-direction:row;
    margin-bottom: 10px;
    justify-content: space-between;
}
.containerImgNoMargin{
    justify-content: flex-start;
}
.cadrephoto{
    order:2;
    min-width:170px;
    margin:10px 20px 8px 0;
    text-align: right;
    align-self: center;
}
.cadrephotoTop{
    order:2;
    min-width:170px;
    margin:25px 20px 8px 0;
    align-self:flex-start;
}
.flexFigure{
    margin: 0;
    display: flex;
    border:4px solid #412c58;
    margin-bottom: 2rem;
}
.flexFigure div:first-child {
    flex: 1;
    max-width: 170px;
    background-size: cover;
    background-position: center;
}
.flexFigure div:last-child {
    margin: 2rem;
    flex: 2;
}
.flexFigure h3 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}
.flexFigure p {
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 400;
}
.flexFigure p:last-of-type {
    margin-bottom: 0;
}
.flexFigure span.svplus{
    float: right;
    padding-top:5px;
}
.txtcontainerImg,.txtcontainerImgNoMgLeft{
    order:1;
    min-width:400px;
    max-width:770px;
    margin-right:20px;
    margin-left: 10px;
}
.largTxtcontainerImg{
    order:1;
    min-width:400px;
    margin-right:20px;
    align-content: stretch;
}
.arrondi,.arrondipage{
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius:  8px 8px 8px 8px;
    border-radius:  8px 8px 8px 8px;
}
/*menu interne à une page statique*/
.menuInternePage {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    min-height: 120px;
    width:100%;
    align-self: center;
    align-items: center;
}
#menuInternePage-ligne1 {
    display: flex;
    flex-wrap: wrap;
    order: 1;
}
#menuInternePage-ligne1 div:nth-child(1n) {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    width: 200px;
    height: 100px;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 2px;
}
#menuInternePage-ligne2 {
    display: flex;
    flex-wrap: wrap;
    order: 2;
}
#menuInternePage-ligne2 div:nth-child(1n) {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    width: 200px;
    height: 100px;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 2px;
}
.btn-retour-menuInterne {
    background: #4dafe4;
    color: white;
    padding: 5px;
    margin-top: 20px;
    width: 100px;
    font-size: 18px;
    cursor: pointer;
}
h1.rubTitleBleu,h1.rubTitleRoseSoul, h3.rubTitleBleu,h1.rubTitleOrangeSoul{
    font-size: calc(0.9em + 1vw);
    margin:10px 10px 10px 0;
    padding:3px 4px 3px 15px;
    color:white;
    background:#0071bc;
}
h3.rubTitleBleu{
    font-size: calc(0.6em + 1vw);
}
h3.rubTitleBleuSoul,h3.rubTitleRoseSoul {
    font-size: calc(0.6em + 1vw);
    border-bottom: 5px solid #4dafe4;
    color: #4dafe4;
    margin-top: 0;
}
h1.rubTitleRoseSoul,h3.rubTitleRoseSoul{
    border-bottom: 5px solid #BA1257;
    color: #BA1257;
    background: none;
    margin-bottom: 10px;
}
h1.rubTitleOrangeSoul,h3.rubTitleOrangeSoul{
    border-bottom: 5px solid #ed8c2b;
    color: #ed8c2b;
    background: none;
    margin-bottom: 10px;
}
h1.titre-article{
    font-size: calc(0.5em + 1.1vw);
    color:white;
    padding:2px;
}
div.divtitre-article,.divtitre-articleOrangeFonce,.divtitre-articleOrangeClair,.divtitre-articleViolet,.titrebleu{
    margin: 16px 0;
    background:#ba1257;
    max-width:1000px;
    min-width:450px;
    width:100%;
    padding-left:20px;
}
.divtitre-articleOrangeFonce{
    background:#CF4A30;
}
.divtitre-articleViolet{
    background:#412c58;
}
.divtitre-articleOrangeClair{
    background:#ed8c2b;
}
.titrebleu{
    background: #009cdd;
    color:white;
}
/*GLOBAL*/
.imprim{
    cursor:pointer;
}
/*LISTES A PUCE*/
ul {
    /* remove list styling */
    list-style: none;
    margin:0;
    padding:0;
}
ul.liste{
    list-style-image: url(images/puce-bleue.png);
    margin-left:20px;
}
ul.listeViolet{
    list-style-image: url(images/puce-violet.png);
    margin-left:40px;
    padding-bottom:8px;
}
ul.listeOrange{
     list-style-image: url(images/puce-orange.png);
     margin-left:20px;
 }
ul.listeOrangeClair{
    list-style-image: url(images/puce-orangeClair.png);
    margin-left:20px;
}
ul.listeBleu{
    list-style-image: url(images/puce-bleueMoyen.png);
    margin-left:40px;
}
ul.listeBleu li{
    padding-bottom:8px;
}
ul.listeRose{
    list-style-image: url(images/puce-rose.png);
}
ul.liste li,ul.listeOrange li,ul.listeRose li,ul.listeViolet li,ul.listeOrangeClair li{
    padding-bottom:8px;
}
li.pucevert{
    list-style-image: url(images/puce-verte2.png);
    padding-bottom:8px;
}
ul.liste li a:hover,ul.listeOrange li a:hover{
    text-decoration: underline;
}
li.sanspuce{list-style:none;}
ul.gmleft{margin-left:40px;}
span.spandoctheme{display:none;}
/*couleurs*/
.bleuclair{
    color:#63DFF0;
}
.bleumer{
    color:#4ABDE8;
}
.bleucancer{
    color: #009cdd;
}
.bleuroi{
   color:#3997ba;
}
.bleufonce{
    color:#077DD6;
}
.bleuvertfonce{
    /*color:#188280;*/
    color:#2E525C;
}
.vert {
    color: #89BE67;
}
.vertfonce{
    color: #647c31;
    }
.blanc{
    color: #ffffff;
}
.orangefonce{
    color: #CF4A30;
 }
.orange{
    color: #FFDAA7;
}
.orangeMoyen{
    color: #ED8C2B;
}
.blanc{
    color: #FFF;
}
.noir{
    color: #000;
}
.grisfonce{
    color:#626262;
}
.rosefonce{
    color:#BA1257;
}
.violet{
    color:#412C58;
}
/*fond colorés - fc*/
.fc-bleumer{
    background: #4dafe4;
}
.fc-vert {
    background: #89BE67;
}
.fc-vertclair {
    background: #bad651;
}
.fc-rosefonce{
    background-color: #ba1257;
}
.fc-bleuclair{
    background: #63DFF0;
}
.fc-bleuclair2{
    background: #B0D3EA;
}
.fc-bleumoyen{
     background: #94cfef;
 }
.fc-bleuMarine{
    background: #2D4A7E;
}
.fc-grisclair{
    background:#e9e9e9;
}.fc-grisclair2{
    background:#d3d4d4;
}
.fc-grisfonce{
    background:#bfc1c2;
}
.fc-grisfonce2{
    background:#87888a;
}
.fc-orange{
     background-color: #ed8c2b;
}
.fc-orange2{
    background-color: #FF8D2E;
}
.fc-orangefonce{
     background-color: #CF4A30;
 }
.fc-orangefonce2{
    background-color: #FF643B;
}

/*CASSE*/
.gras{
    font-weight: bold;
}
.nongras{
    font-weight: normal;
}
.infoRouge,.infoRougeCentre,.cadreRose,.cadreRoseCentre,.cadreOrangefonce,.cadreOrangefonceCentre,.cadreOrange,.cadreOrangeCentre,.cadreViolet,.cadreVioletCentre{
    margin:0 auto;
    padding:10px;
    font-size:1.1em;
    text-align:justify;
    border-radius: 1px;
    border :3px solid #cf4a30;
}
/*BLOCS DIVERS*/
.cadreRose,.cadreRoseCentre{
    border :2px solid #BA1257;
    border-radius: 1px;
}
.cadreOrangefonce,.cadreOrangefonceCentre{
    border :2px solid #cf4a30;
    background:#FFF;
    border-radius: 1px;
}
.cadreOrange,.cadreOrangeCentre{
    border :2px solid #ed8c2b;
    border-radius: 1px;
}
.cadreViolet,.cadreVioletCentre{
    border :2px solid #412C58;
    border-radius: 1px;
}
.cadreRoseCentre,.infoRougeCentre,.cadreOrangefonceCentre,.cadreOrangeCentre,.cadreVioletCentre{
    text-align: center;
}
div.pointille,div.pointillegris{
    color:#000000;
    border: 0.2em none #006288;
    border-left-style: dotted;
    padding-left:10px;
    margin-left:10px;
    margin-top:15px;
    line-height:1.4em;
}
div.pointillegris{
    border:0.2em none #a9a9a9;
    border-left-style: dotted;
}
.blocImages,.blocImagesCulture{
    display:flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    letter-spacing:3px;
}
.blocImages div{
    margin: auto;  /* Magic! */
    text-align: center;
}
.blocImagesCulture{justify-content: space-between;}
.blocDecaleGauche{
    margin-left: 40px;
}
.bloc2col,.bloc2colCentre{
    display:flex;
    align-items:baseline;
    flex-direction:row;
    padding-left:10px;
    padding-right:10px;
}
.bloc2colCentre{
    align-items:center;justify-content: space-around;
}
.bloc2col-col1,.bloc2col-col1mid{
     order:1;
    margin-right:10px;
 }
.bloc2col-col2,.bloc2col-col2mid{
    order:2;
}
.bloc2col-col1mid,.bloc2col-col2mid{width:50%;}
/*NAVIGATION HORIZONTALE*/
.navigHorizontal {
    color: #7C7C7C;
    background-color: #fff;
    padding-left:5px;
    padding-top: 20px;
    /*position: absolute;*/
    font-size: 16px;
    letter-spacing:1px;
    display: flex;
    justify-content:flex-start;
    flex-direction:row;
}
.itemNavHoriz a {
     color: #7C7C7C;
    font-weight: bold;
 }
.itemNavHoriz a:first-child::before {content:url('../images/pictos/ico-maison.png');}
.itemNavHoriz a::after {content: " > ";}
.itemNavHoriz a:last-child::after {content: "";}
.itemNavHoriz a:hover{text-decoration: underline;}
/*FORMULAIRES*/
main.mainformu{
    align-self: center;
    background-color: #fefefe;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    min-width: 350px;
    max-width:800px;
    width: 60vw;
    padding: 2rem;
}
.fieldset-form legend{
    color:#3498db;
    font-weight: bold;
}
.form-buttons {
    display: flex;
    justify-content: center;
    padding: 1em 0 0 0;
    margin-bottom: 15px;
}
.fieldset-form{
    padding:10px;
    margin-bottom:15px;
    border:1px solid #0883D6;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
#returnmessage,#messageok{
    display: none;
}
label.error{
    background-color: rgb(146, 211, 14);
    color: #323062;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    margin-left: 3px;
    border-radius:5px;
    border:1px solid #27743a;
    height: 20px;
    font-size:1.2rem;
}
input.error {
    border:1px solid red;
}
.form-field {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5em;
    /*border:1px solid red;*/
}
.form-field:last-child {
     margin-bottom: 0;
 }
.a-btn {
    padding: .35em 1em;
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .5);
    cursor: pointer;
    border: 1px solid #3498db;
    background-color: #fff;
    transition: all 146ms ease;
    font-size: 1.6rem;
    border-radius: 3px;
    color: #333;
}
.a-btn:enabled:hover {
        background-color:blue;
        color: #fff;
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .3);
}
.a-btn--filled {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}
.a-btn--filled:enabled:hover {
        background-color: #2980b9;
        border-color: #2980b9;
    }
.a-btn--filled:disabled {
        background-color: #ecf0f1;
        border-color: #bdc3c7;
        color: #6a6a6a;
    }
.label--required {
     align-self: center;
     flex-shrink: 0;
     width:12%;
 }
.label--nonrequired {
    align-self: center;
    flex-shrink: 0;
    width:12%;
}
.label--required:after {
    content: '*';
    color: red;
    margin-left: 5px;
}
.champInput,.txtAreaInput {
    border: 0;
    border-left: 1px solid #ccc;
    flex-grow: 1;
    font-size: 1.8rem;
    font-weight: 200;
    /*padding: .35em .5em;*/
    height:20px;
    padding:5px;
}
input[type=text].champInput,input[type=email].champInput,input[type=tel].champInput{
    color: #7e7e7e;
}
/*CHAMP TYPE FILE*/
.buttonPJ{height:30px;}

.txtAreaInput{
    height:120px;
    font-size: 1.8rem;
    color: #7e7e7e;
}
section.sectionForm {
    border: 1px solid #aaa;
    border-radius: 3px;
    display: flex;
    flex: 1;
}
.iconSVG {
    display: inline-block;
    width:20px;
    height:30px;
    fill: #3498db;
}
/*formulaire contact global*/
.divselectContact{
    font-size: 19px;
    position: relative;
    display: inline-block;
}
select.selectContact{
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 1em 3em 1em 1.2em;
    margin: 0;
    transition: border-color 0.2s;
    border:3px solid #cf0868;
    border-radius: 5px;
    background: #fff;
    color: #464646;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/*simulation de la fleche pour le select*/
.divselectContact .arr {
    background: #fff;
    bottom: 5px;
    position: absolute;
    right: 18px;
    top: 5px;
    width: 50px;
    pointer-events: none;
}
.divselectContact .arr:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 10px solid #EB5168;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.divselectContact .arr:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
div.reponseContact,.blocCache{
    display: none;
}
.blocNonCache{display:block;}
div#autrequestion span:hover{
    cursor: pointer;
}
/*TAILLES GLOBALES*/
.xxxltxt{font-size:52px;}
.mxxltxt{font-size:36px;}
.mxxltxt2{font-size:32px;}
.xxltxt{font-size:30px;}
.grdtxt{font-size: 26px;}
.mgrdtxt{font-size: 22px;}
.mtxt{
    font-size:18px;
}
.mmtxt{
    font-size:15px;
}
.mmmtxt{
    font-size:16px;
}
.m4txt{
    font-size:17px;
}
.ptxt{
    font-size:12px;
}
.pmtxt{
    font-size:13px;
}
/*SOULIGNES*/
.souligne{
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    text-decoration-line: underline;
}
/*ALIGNEMENT*/
.centre {text-align: center;}
.just{text-align: justify;}
.pbas{margin-bottom: 5px;}
.pdroite{margin-right: 5px;}
.phaut{margin-top: 5px;}
.mgInterne5{padding: 5px;}
.pasbas{margin-bottom:0;}
.haut{margin-top:10px;}
.mgGauche{margin-left:10px;}
.xhaut{margin-top:20px;}
.bas{margin-bottom:10px;}
.mbas{margin-bottom:15px;}
.xlarge{width:90%;}
.large{width:70%;}
.mlarge{width:60%;}
.moyen{width:50%;}
.petit{width:30%;}
/*Lignes*/
hr{
    height:4px;
    border: none;
    /*background-color: #ff6600;*/
    margin:15px 5px 15px 0 ;
}
/*NUMEROS UTILES*/
.telbefore:before{
    content: url('images/picto-tel-blanc2.png');
    padding-right:2px;
    vertical-align: middle;
}
.croixbefore:before{
    content: url('images/picto-croix-blanche.png');
    padding-right: 8px;
    vertical-align: middle;
}
/*Hack IE 11 */
:root .iEleft {
     margin-left:25px\0/IE9;
 }
:root .iEleftp {
    margin-left:10px\0/IE9;
}
.casesCouleursNum{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    flex-wrap:wrap;
    justify-content: center;
    align-content: center;
}
/*ORGANIGRAMME SVG*/
.organiSVG{
    max-width:100vw; max-height:100vh;
    width: 100%;
    /*height: 100%;*/
}
/*PARTIE RESPONSIVE*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body{font-size:0.1rem;}
    .main{padding:4px;}
    .ptxt{font-size:10px;}
    .mmtxt{font-size:12px;}
    .mmmtxt{font-size:13px;}
    .mtxt{font-size:11px;}
    .txtbtnmenuhaut{font-size:7px;}
    h2.rosefonce{font-size:12px;}
    h3.rosefonce{font-size:12px;}
    h4{font-size:11px;}
    #header{
        height:70px;
        box-shadow: 0 5px 4px 0 #ececec;
    }
    nav#header div.btnPictoMenuHaut {
        padding: 1px;
        min-width:40px;
        height:50px;
    }
    nav#header div.btnPictoMenuHaut:first-child{margin-left:2px;}
    nav#header div.btnPictoMenuHaut#headerEng{
        display:none;
        visibility: hidden;
    }
    nav#header div.btnPictoMenuHaut#headerUrg,nav#header div.btnPictoMenuHaut#headerPlan{min-width:30px;}
    nav#header div.btnhautpicto {margin-right:1px;}
    nav#header div.btnhautpicto img{height:25px;}
    nav#header div.btnPictoMenuHaut#headerDon{
        margin-top:0;
        flex-direction: column;
    }
    nav#header div.btnPictoMenuHaut#headerDon img{height:25px;}
    nav#header a.grisfonceXL{letter-spacing:0;font-size:9px;}
    nav#header a.grisclair {letter-spacing:0;font-size:8px;}
    div.btnEnglishVersion{
        padding:3px 0 3px 1px;
        display:none;
    }
    .btnEnglishVersion img{width:15px;}
    nav#header div.btnrech input {
        font-size:8px;
        min-width:30px;
        max-width:35px;
        height:15px;
        border: 1px solid #b1b1b1;
        padding: 1px 1px 1px 2px;
        margin-right:1px;
    }
    nav#header div.btnrech input::placeholder {
        letter-spacing:0;
        font-size:7px;
    }
    nav#header div.btnrech button {
        width:20px !important;
        max-height:21px;
        font-size:7px;
    }
    .navigHorizontal a {font-size:10px;}
    .itemNavHoriz a:first-child::before {
        content: url(../images/pictos/ico-maison-petite.png);
    }
    a.lienbleufonce{
        font-size:6px;
        letter-spacing:0;
    }
    .header>div.logochu{margin:10px;}
    .logochu img{height:40px;}
    div.logochu img.logoprinc{height:40px;margin-right:15px;}
    div#cookie_policy_msg{font-size:12px;}
    .main p {font-size:10px;}
    /*BLOCS*/
    .blocImages{margin-bottom:10px;}
    ul.gmleft{margin-left:8px;font-size:10px;}
    ul.listeRose{list-style-image: url(images/puce-rose-petit.png);}
    div.pointille,div.pointillegris{
        padding-left:5px;
        margin-left:5px;
        margin-top:5px;
        line-height:normal;
        font-size: 10px;
    }
    /*puce-rose-petit.png*/
    /*ENCADRE*/
    .containerImg h2{font-size:14px;}
    .infoRouge,.infoRougeCentre,.cadreRose,.cadreRoseCentre,.cadreOrangefonce, .cadreOrangefonceCentre,.cadreOrange,.cadreOrangeCentre,.cadreViolet, .cadreVioletCentre {
        padding: 6px;
        font-size: 11px;
        text-align: justify;
        border: 2px solid #BA1257;
    }
    /*TROMBI PAGE ACCUEIL*/
    #trombomedecinentete {
        padding:3px;
        min-width:260px;
        width: 90%;
    }
    #trombomedecinentete h1 {font-size:11px;}
    .vignette-trombi img{
        width:100px;
    }
    #owl-trombi {width:90%;}
    .vignette-trombi h3{font-size:11px;}
    /*CARTE PAGE INDEX*/
    #map-canvas{display:none;}
    #copymap{display:none;}
    /*ACTUS PAGE INDEX*/
    .actusbas {
        max-width:360px;
        min-width:280px;
        width:100%;
    }
    .vignetteactu{align-items: center;}
    .resumevignetteactu,.lienvignetteactu{display:none;}
    .imgvignetteactu img {
        min-height:80px;
        max-height:80px;
        height:100%;
    }
    .vignetteactu h3 {
        font-size:11px;
        letter-spacing: 2px;
        max-width:200px;
        margin-left: 2px;
    }
    .menuhaut-btnviolet, .menuhaut-btnrose, .menuhaut-btnorangefonce, .menuhaut-btnorange{
        min-width:140px;
        width: 160px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 8px 3px 8px;
        cursor: pointer;
    }
    nav.menuhaut {font-size:14px;}
    section.secmenuhaut {margin-bottom:5px;}
    #sousmenuhaut-violet, #sousmenuhaut-rose, #sousmenuhaut-orangefonce, #sousmenuhaut-orange {
        padding:5px;
    }
    .sousmenuhaut-col1,.sousmenuhaut-col2,.sousmenuhaut-col3 {
        min-width: 105px;
        max-width: 115px;
        width: 100%;
        margin-right:3px;
        padding:2px;
    }
    #sousmenuhaut li a{font-size:12px;}
    ul.sousmenuhaut-niv2{margin-left:4px;}
    #sousmenuhaut li ul.sousmenuhaut-niv2 a{font-size:11px;}
    .navigHorizontal {padding-top:5px;font-size:12px;}
    .enteteToutePage{margin-left:5px;}
    .enteteToutePage h1, .enteteToutePage h1.orangefonce, .enteteToutePage h1.orangeclair, .enteteToutePage h1.title-violet, .enteteToutePage h1.title-bleu {
        font-size:13px;
        padding:3px;
    }
    div.divtitre-article, .divtitre-articleOrangeFonce, .divtitre-articleOrangeClair, .divtitre-articleViolet, .titrebleu {
        margin: 8px 0;
        min-width:320px;
        max-width: 370px;
        width: 100%;
        padding-left:5px;
    }
    h1.titre-article{font-size: 13px;}
    .fiche-column1 {
        min-width:205px;
        width: 70%;
        max-width: 1000px;
        padding:5px;
        margin-right:5px;
    }
    .fiche-column1 p{font-size:10px;}
    .fiche-column2 {
        margin:2px;
        padding:2px;
        border:2px solid #e9e9e9;
        min-width:100px;
        max-width:118px;
        width:100%;
    }
    .txtcontainerImg {
        min-width:110px;
        max-width: 770px;
        width:100%;
        margin-right:5px;
        margin-left:2px;
    }
    .txtcontainerImg p{font-size:11px;}
    .cadrephoto,.cadrephotoTop {
        min-width:65px;
        margin: 5px 2px 4px 0;
        font-size:8px;
    }
    .cadrephoto img,.cadrephotoTop img {width:60px;}
    #menu-btnbleus {max-width:600px;}
    #menu-btnbleusInt {
        margin-top:10px;
        margin-bottom: 10px;
        max-width:120px;
        min-width: 50px;
        width:28%;
    }
    .BtnBleusItem img{width:100px;}
    #menu-btnbleusInt li.BtnBleusItem{
        min-width:60px;
        min-height:40px;
        max-height: 45px;
        max-width:60px;
    }
    #menu-btnbleusInt img {width:60px;}
    /*page d'index*/
    div#page{
        margin-top:5px;
        margin-bottom:10px;
        box-shadow: 0 5px 10px 0 #cfcfcf;
    }
    div.bloc-rech-accueil{display:none;}
    .bloc-rech-accueil{
        margin-top:10px;
        margin-bottom:15px;
        min-width:320px;
        width:100%;
        max-width:480px;
        padding:5px 0 0 0;
    }
    /*bloc recherche de consultation*/
    .bloc-accueil-recherche-champs{
        margin:3px 0 5px 5px;
    }
    .champrechindex{
        margin-left:3px;
        width:160px;
    }
    .champrechindex input[type=text] {
        padding:2px;
        border-radius:5px;
        width:120px;
    }
    .champrechindex select {
        padding:2px;
        border-radius:5px;
        width:120px;
    }
    /*COVID*/
    #btnvaccinationcovid{
        font-weight:bold;
        padding:4px 3px 2px 3px;
        font-size:14px;
        height:20px;
        width:125px;
    }
    /*fiche service*/
    .optionFerme {font-size:11px;}
    .details {padding: 0 4px 4px;}
    .divauteur{
        min-height:50px;
        font-size:11px;
        font-weight: 400;
        padding:6px;
    }
    /*PIED DE PAGE*/
    .footer{height:390px;}
    #footer {
        flex-direction:row;
        padding:0;
    }
    #footer > p {
        margin-right:2em;
    }
    .footerColon1 a{font-size:10px;}
    div.footerColon1 #div-mediatheque{
        padding: 5px 3px 10px 3px;
        font-size:12px;
        flex-direction: column;
    }
    .visuel-mediatheque{
        margin-right:0;
        margin-bottom:5px;
        font-size:11px;
    }
    .visuel-mediatheque img{width:30px;}
    .footerColon1 h2{margin-left:5px;}
    #alivretaccueil{font-size: 11px;margin-left:0;float:left;}
    .div-mediatheque-ligne2, .div-mediatheque-ligne3 {
        font-size:11px;
        font-weight: bold;
        padding: 5px 3px 10px 3px;
        flex-direction: column;
    }
    .div-mediatheque-ligne2 a{font-size:11px;letter-spacing: normal;font-weight: normal;}
    .visuel-mediatheque-l{margin-right:10px;}
    .visuel-mediatheque-l img {width:22px;}
    .footerColon2{height:330px;}
    .footerColon2 a.noir{font-size:11px;}
    #footerColon2-nav{flex-grow:0;}
    nav#footerColon2-nav a{font-size:13px;}
    #footerColon2-nav div:not(.footerColon2-firstdiv) {
        margin-top: 10px;
    }
    .footerColon3 div{font-size:12px;}
    .footerColon3 div:not(.footer-btn-suivez){margin-top:10px;}
    #footer-btn-soutenez{margin-top:15px;margin-right:3px}
    #footer-btn-soutenez a.grdtxt{font-size:12px;}
    #footer-btn-soutenez div.visuel-mediatheque{margin-right:3px;}
    #footer-btn-soutenez img{width:14px;}
    .footerColon3 a.mgrdtxt{font-size:10px;}
    div.footerColon3-asso {flex-grow:0;}
    div.footer-btn-suivez{margin-top:10px;padding:5px;}
    div.footer-btn-suivez img{width:22px;}
}
/*iPhone 6, 7, & 8 in portrait & landscape*/
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {
    body{font-size:0.1rem;}
    #header{
        height:70px;
        /*align-items: baseline;*/
        box-shadow: 0 5px 4px 0 #ececec;
    }
    nav#header div.btngrisclair {
        min-width: 45px;
        max-width: 55px;
        margin-right: 2px;
        flex-direction: column;
    }
    nav#header div.btnPictoMenuHaut {
        padding: 1px;
        min-width:40px;
        height:50px;
    }
    nav#header div.btnPictoMenuHaut:first-child{margin-left:2px;}
    nav#header div.btnPictoMenuHaut#headerEng{
        display:none;
        visibility: hidden;
    }
    nav#header div.btnPictoMenuHaut#headerUrg,nav#header div.btnPictoMenuHaut#headerPlan{min-width:30px;}
    nav#header div.btnhautpicto {margin-right:1px;}
    nav#header div.btnhautpicto img{height:25px;}
    nav#header div.btnPictoMenuHaut#headerDon{
        margin-top:0;
        flex-direction: column;
    }
    nav#header div.btnPictoMenuHaut#headerDon img{height:30px;}
    nav#header div.btngrisclair a{
        font-size:9px;
    }
    nav#header div.btngrisclair img{height:14px;}
    nav#header div.btngrisclair:first-child{
        margin-left:2px;
        min-width: 55px;
        max-width: 55px;
    }
    nav#header div.btngrisclair#divplan,nav#header div.btngrisclair#divdon, nav#header div.btngrisclair#divjoindre{
        min-width:38px;
        max-width:38px;
    }
    nav#header div.btngrisclair#divcontact{
        min-width:45px;
        max-width:45px;
    }
    nav#header a.grisfonce,nav#header a.grisfonceXL{
        letter-spacing:0;
        font-size:9px;
    }
    nav#header a.grisfonceXL{letter-spacing:0;font-size:9px;}
    nav#header a.grisclair {letter-spacing:0;font-size:8px;}
    div.btnEnglishVersion{
        padding:3px 0 3px 1px;
    }
    .btnEnglishVersion img{width:15px;}
    nav#header div.btnrech input {
        font-size:8px;
        min-width:42px;
        max-width:42px;
        height:16px;
        border: 1px solid #b1b1b1;
        padding: 1px 1px 1px 2px;
        margin-right:1px;
    }
    nav#header div.btnrech input::placeholder {
        letter-spacing:0;
        font-size:7px;
    }
    nav#header div.btnrech button {
        width:20px !important;
        max-height:21px;
        font-size:7px;
    }
    a.lienbleufonce{
        font-size:6px;
        letter-spacing:0;
    }
    .header>div.logochu{margin:10px;}
    .logochu img{height:40px;}
    div.logochu img.logoprinc{height:40px;margin-right:10px;}
    .menuhaut-btnviolet, .menuhaut-btnrose, .menuhaut-btnorangefonce, .menuhaut-btnorange{
        min-width:140px;
        width: 160px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 8px 3px 8px;
        cursor: pointer;
    }
    nav.menuhaut {font-size:14px;}
    section.secmenuhaut {margin-bottom:5px;}
    #sousmenuhaut-violet, #sousmenuhaut-rose, #sousmenuhaut-orangefonce, #sousmenuhaut-orange {padding:5px;}
    .sousmenuhaut-col1,.sousmenuhaut-col2,.sousmenuhaut-col3 {
        min-width: 110px;
        max-width: 120px;
        width: 100%;
        margin-right:5px;
        padding:3px;
    }
    #sousmenuhaut li a{font-size:12px;}
    ul.sousmenuhaut-niv2{margin-left:5px;}
    #sousmenuhaut li ul.sousmenuhaut-niv2 a{font-size:11px;}
        .navigHorizontal {padding-top:5px;font-size:12px;}
    #menu-btnbleus {
        max-width:600px;
    }
    .BtnBleusItem img{
        width:100px;
    }
    .footer{height:390px;}
    #footer {
        flex-direction:row;
        padding:0;
    }
    #footer > p {
        margin-right:2em;
    }
    .footerColon1 a{font-size:10px;}
    div.footerColon1 #div-mediatheque{
        padding: 5px 3px 10px 3px;
        font-size:12px;
        flex-direction: column;
    }
    .visuel-mediatheque{
        margin-right:0;
        margin-bottom:5px;
        font-size:11px;
    }
    .visuel-mediatheque img{width:30px;}
    .footerColon1 h2{margin-left:5px;}
    #alivretaccueil{font-size: 11px;margin-left:0;float:left;}
    .div-mediatheque-ligne2, .div-mediatheque-ligne3 {
        font-size:11px;
        font-weight: bold;
        padding: 5px 3px 10px 3px;
        flex-direction: column;
    }
    .div-mediatheque-ligne2 a{font-size:11px;letter-spacing: normal;font-weight: normal;}
    .visuel-mediatheque-l{margin-right:10px;}
    .visuel-mediatheque-l img {width:22px;}
    .footerColon2{
        height:330px;
    }
    .footerColon2 a.noir{font-size:11px;}
    #footerColon2-nav{flex-grow:0;}
    nav#footerColon2-nav a{font-size:13px;}
    #footerColon2-nav div:not(.footerColon2-firstdiv) {
        margin-top: 10px;
    }
    .footerColon3 div{
        font-size:12px;
    }
    .footerColon3 div:not(.footer-btn-suivez){
        margin-top:10px;
    }
    #footer-btn-soutenez{margin-top:15px;margin-right:3px}
    #footer-btn-soutenez a.grdtxt{font-size:12px;}
    #footer-btn-soutenez div.visuel-mediatheque{margin-right:3px;}
    #footer-btn-soutenez img{width:14px;}
    .footerColon3 a.mgrdtxt{font-size:10px;}
    div.footerColon3-asso {
        flex-grow:0;
    }
    div.footer-btn-suivez{margin-top:10px;padding:5px;}
    div.footer-btn-suivez img{width:22px;}
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {
    body{font-size:0.1rem;}
    #header{
        height:90px;
        align-items: baseline;
        box-shadow: 0 5px 4px 0 #ececec;
    }
    nav#header div.btngrisclair {
        min-width: 45px;
        max-width: 55px;
        margin-right: 2px;
        flex-direction: column;
    }
    nav#header div.btnhautpicto {margin-right:6px;}
    nav#header div.btngrisclair a{
    font-size:9px;
    }
    nav#header div.btngrisclair img{height:14px;}
    nav#header div.btngrisclair:first-child{
        margin-left:2px;
        min-width: 55px;
        max-width: 55px;
    }
    nav#header div.btngrisclair#divplan,nav#header div.btngrisclair#divdon, nav#header div.btngrisclair#divjoindre{
        min-width:38px;
        max-width:38px;
    }
    nav#header div.btngrisclair#divcontact{
        min-width:45px;
        max-width:45px;
    }
    nav#header a.grisfonce,nav#header a.grisfonceXL{
    letter-spacing:0;
    font-size:9px;
    }
    nav#header a.grisfonceXL{letter-spacing:0;font-size:10px;}

    div.btnEnglishVersion{
        padding:3px 0 3px 1px;
        display:none;
    }
    .btnEnglishVersion img{width:15px;}
    nav#header div.btnrech{
        width:80px;
    }
    nav#header div.btnrech input {
        font-size:9px;
        min-width:45px;
        max-width:45px;
        height:16px;
        border: 1px solid #b1b1b1;
        padding: 1px 1px 1px 2px;
        margin-right:2px;
    }
    nav#header div.btnrech button {
        width:20px !important;
        max-height:21px;
        font-size:7px;
    }
    .header>div.logochu{margin:10px;}
    .logochu img{height:40px;}
    div.logochu img.logoprinc{height:40px;margin-right:15px;}
    .vignette-trombi img{width:150px;}
    .menuhaut-btnviolet, .menuhaut-btnrose, .menuhaut-btnorangefonce, .menuhaut-btnorange{
        min-width:140px;
        width: 180px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 10px 3px 10px;
        cursor: pointer;
    }
    nav.menuhaut {font-size:14px;}
    section.secmenuhaut {
        margin-bottom:5px;
    }
    .sousmenuhaut-col2,.sousmenuhaut-col1,.sousmenuhaut-col3{
        max-width:31%;
        margin-right:15px;
    }
    #sousmenuhaut li a{font-size:13px;}
    #sousmenuhaut li ul.sousmenuhaut-niv2 a{font-size:11px;}
        .navigHorizontal {padding-top:5px;font-size:12px;}
    #menu-btnbleus {
        max-width:600px;
    }
    .BtnBleusItem img{
        width:100px;
    }
    .footer{height:390px;}
    #footer {
        flex-direction:row;
        padding:0;
    }
    #footer > p {margin-right:2em;}
    .footerColon1 a{font-size:10px;}
    div.footerColon1 #div-mediatheque{
        padding: 5px 3px 10px 3px;
        font-size:12px;
        flex-direction: column;
    }
    .visuel-mediatheque{
        margin-right:0;
        margin-bottom:5px;
        font-size:11px;
    }
    .visuel-mediatheque img{width:30px;}
    .footerColon1 h2{margin-left:5px;}
      #alivretaccueil{font-size: 11px;margin-left:0;float:left;}
    .div-mediatheque-ligne2, .div-mediatheque-ligne3 {
        font-size:11px;
        font-weight: bold;
        padding: 5px 3px 10px 3px;
        flex-direction: column;
    }
    .visuel-mediatheque-l{margin-right:10px;}
    .visuel-mediatheque-l img {width:22px;}
    .footerColon2{
        height:330px;
    }
    .footerColon2 a.noir{font-size:11px;}
    #footerColon2-nav{flex-grow:0;}
    nav#footerColon2-nav a{font-size:13px;}
    #footerColon2-nav div:not(.footerColon2-firstdiv) {
        margin-top: 10px;
    }
    .footerColon3 div{
        font-size:12px;
    }
    .footerColon3 div:not(.footer-btn-suivez){
        margin-top:10px;
    }
    #footer-btn-soutenez{margin-top:15px;}
    #footer-btn-soutenez a.grdtxt{font-size:14px;}
    #footer-btn-soutenez div.visuel-mediatheque{margin-right:3px;}
    #footer-btn-soutenez img{width:14px;}
    .footerColon3 a.mgrdtxt{font-size:11px;}
    div.footerColon3-asso {
        flex-grow:0;
    }
    div.footer-btn-suivez{margin-top:10px;padding:5px;}
    div.footer-btn-suivez img{width:22px;}
}
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {
    .menuhaut-btnviolet, .menuhaut-btnrose, .menuhaut-btnorangefonce, .menuhaut-btnorange{
        min-width:140px;
        width: 170px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 6px 3px 6px;
        cursor: pointer;
    }
    .navigHorizontal {padding-top:5px;font-size:12px;}
}
/*800*600*/
@media only screen
and (min-width:668px)
and (max-width:959px) {
    .grdtxt {font-size: 22px;}
    .mgrdtxt{font-size:18px;}
    .logochu img{height:45px;}
    div.logochu img.logoprinc{height:45px;margin-right:10px;}
    a.lienbleufonce{font-size:11px;letter-spacing:1px;}
    .vignette-trombi img{
        width:150px;
    }
    nav#header div.btnPictoMenuHaut {
        padding: 1px;
        min-width:60px;
        height:70px;
    }
    nav#header div.btnPictoMenuHaut:first-child{margin-left:5px;}
    nav#header div.btnhautpicto {margin-right:5px;}
    nav#header div.btnhautpicto img{height:35px;}
    div.btnespaceprive{
        display: none;
        width: 80px !important;
        max-width:90px !important;
    }
    nav#header div.btngrisclair {
        max-width: 155px;
        margin-right: 2px;
    }
    nav#header div.btngrisclair a{
        font-size:10px;
        letter-spacing:0;
    }
    nav#header div.btngrisclair img{height:16px;}
    nav#header div.btngrisclair:first-child{margin-left:5px;}
    nav#header a.grisfonce,nav#header a.grisfonceXL{
        letter-spacing:0;
        font-size:9px;
    }
    nav#header a.grisfonceXL{letter-spacing:0;font-size:11px;}
    nav#header a.grisclair {letter-spacing:1px;font-size:12px;}
    nav#header div.btnrech input {
        font-size: 10px;
        width: 100%;
        min-width:45px;
        max-width:60px;
        height:19px;
    }
    .btnEnglishVersion img{width:25px;}
    nav#header div.btnrech button {
        width:20px !important;
        height:20px;!important;
        font-size:9px;
    }
    .visuel-mediatheque {
        padding:2px;
        margin-right:8px;
    }
    .visuel-mediatheque img{width:50px;}
    /*.visuel-mediatheque-1 img{width:60px;}*/
    .div-mediatheque-ligne2,#div-mediatheque{font-size:14px;}
    .div-mediatheque-ligne2 img{width:50px;}
    #alivretaccueil{font-size:12px;}
    .footerColon3,.footerColon2{height:380px;}
    nav#footerColon2-nav a{font-size: 18px;}
    .footerColon2 h2{font-size:18px;}
    .footer-btn-suivez img{width:40px;}
    /*.organiSVG{width:60vw; height:60vh;}*/
}/*smartphone*/
@media only screen
and (min-width:960px)
and (max-width:1023px) {
    .logochu img{height:56px;}
    div.logochu img.logoprinc{height:60px;margin-right:20px;}
    .vignette-trombi img{
        width:150px;
    }
    .sousmenuhaut-col2,.sousmenuhaut-col1,.sousmenuhaut-col3{
        max-width:31%;
        margin-right:15px;
    }
    #menu-btnbleus {
        max-width:600px;
    }
    .BtnBleusItem img{
        width:100px;
    }
    div.btnespaceprive{
        display: none;
        width: 80px !important;
        max-width:90px !important;
    }
    nav#header div.btngrisclair {
        max-width: 155px;
        margin-right: 2px;
    }
    nav#header div.btngrisclair img{height:16px;}
    nav#header div.btngrisclair:first-child{margin-left:5px;
        max-width: 195px;}
    nav#header a.grisfonce,nav#header a.grisfonceXL{
        letter-spacing:0;
        font-size:12px;
    }
    nav#header a.grisfonceXL{letter-spacing:0;font-size:11px;}
    nav#header div.btnrech input {
        font-size: 12px;
        width: 100%;
        min-width:45px;
        max-width:80px;
        height:19px;
    }
    .btnEnglishVersion img{width:25px;border:1px solid red;}
    nav#header div.btnrech button {
        width:20px !important;
        height:20px;!important;
        font-size:9px;
    }
    .div-mediatheque-ligne2,.div-mediatheque-ligne3 {
        font-size:16px;
    }
    /*.organiSVG{width:60vw; height:60vh;}*/
}
/*1024*768*/
@media only screen
and (min-width:1024px)
and (max-width:1179px) {
    #header{height:115px;}
    .logochu img{height:60px;}
    div.logochu img.logoprinc{
        height:60px;
        margin-right:10px;
    }
    a.lienbleufonce{
        font-size:12px;
        letter-spacing: 1px;
    }
    .vignette-trombi img{width:150px;}
    #menu-btnbleus {
        max-width:460px;
        align-items: flex-start;
        height:100%;
        max-height:140px;
        justify-content: center;
    }
    .BtnBleusItem{
        min-width:90px;
        max-width:90px;
    }
    .BtnBleusItem img{width:100%;}
    nav#header div.btngrisclair {max-width: 195px;}
    nav#header div.btngrisclair img{height:16px;}
    nav#header div.btnPictoMenuHaut {
        padding: 1px;
        min-width:90px;
        height:80px;
    }
    nav#header div.btnPictoMenuHaut:first-child{margin-left:10px;}
    nav#header div.btnhautpicto {margin-right:5px;}
    nav#header div.btnhautpicto img{height:40px;}
    nav#header div.btngrisclair:first-child{margin-left:2px;max-width:205px;}
    nav#header a.grisfonce,nav#header a.grisfonceXL{
        letter-spacing:0;
        font-size:11px;
    }
    nav#header a.grisfonceXL{letter-spacing:1px;font-size:12px;}
    nav#header a.grisclair {letter-spacing:1px;font-size:12px;}
    nav#header div.btnrech input {
        font-size: 12px;
        width: 100%;
        min-width:70px;
        max-width:85px;
        height:24px;
    }
    nav#header div.btnrech input::placeholder {
        letter-spacing:1px;
        font-size:11px;
    }
    .btnEnglishVersion img{width:33px;}
    .sousmenuhaut-col2,.sousmenuhaut-col1,.sousmenuhaut-col3,.sousmenuhaut-col4{
        min-width:130px;
        max-width:280px;
        width:100%;
        /*min-width:310px;*/
        margin-right:10px;
    }
    #sousmenuhaut li a{font-size:16px;}
    #sousmenuhaut li ul.sousmenuhaut-niv2 a{font-size:13px;}
    .slideraccueil{max-height:290px;}
    .fiche-column2 {width: 450px;}
    /*OFFRE DE SOINS*/
    .bloc-accueil-recherche-champs{margin-left: 5px;}
    .bloc-accueil-recherche-champs label{font-size:14px;}
    /*Actualité accueil*/
    .vignetteactu{max-width:220px;}
    .imgvignetteactu img{
        max-height:90px;
        min-height:90px;
        max-width:220px;
    }
    .vignetteactu h3{
        font-size:12px;
        letter-spacing:1px;
        max-width:220px;
        margin-left:2px;
        text-align: justify;
    }
    .resumevignetteactu{
        text-align: justify;
        max-width:220px;
        width:100%;
        max-height:160px;
        font-size:12px;
    }
    .lienvignetteactu a{font-size:12px;}
    .div-mediatheque-ligne2,.div-mediatheque-ligne3 {
        font-size:16px;
    }
    .containerImg {max-width:500px;}
    .txtcontainerImg{
        max-width:350px;
        font-size:11px;
    }
    .txtcontainerImg >p.mmtxt{font-size:11px;}
    .cadrephoto img{width:120px;}
    h1{font-size:24px;}
}
/*1280*1024*/
@media only screen
and (min-width:1180px)
and (max-width:1400px) {
    #header{height:130px;}
    .logochu img{
        height:75px;
    }
    div.logochu img.logoprinc{
        height:75px;
    }
    a.lienbleufonce{font-size:15px;}
    .vignette-trombi img{
        width:170px;
        height:180px;
    }
    #menu-btnbleus {
        max-width:800px;
        align-items: flex-start;
        justify-content:space-around;
    }
    .BtnBleusItem img{
        width:140px;
    }
    nav#header div.btngrisclair {
        max-width: 210px;
        /*border:1px solid red;*/
    }
    nav#header div.btngrisclair img{height:21px;}
    nav#header div.btngrisclair:first-child{margin-left:10px;max-width:250px;}
    nav#header div.btnPictoMenuHaut {
        padding: 1px;
        min-width:105px;
        height:90px;
    }
    nav#header div.btnhautpicto {margin-right:10px;}
    nav#header div.btnhautpicto img{height:50px;}
    nav#header a.grisfonce,nav#header a.grisfonceXL{
        letter-spacing:1px;
        font-size:12px;
    }
    nav#header a.grisfonceXL{letter-spacing:1px;font-size:14px;}
    nav#header a.grisclair {font-size:16px;}
    .slideraccueil{
        max-height:290px;
    }
    .sousmenuhaut-col2,.sousmenuhaut-col1,.sousmenuhaut-col3,.sousmenuhaut-col4{
        min-width:180px;
        max-width:320px;
        width:100%;
        margin-right:15px;
    }
    /*Actualité accueil*/
    .vignetteactu{
        max-width:280px;
    }
    .imgvignetteactu img{
        max-height:90px;
        min-height:90px;
        max-width:270px;
    }
    .vignetteactu h3{
        font-size:13px;
        letter-spacing:2px;
        max-width:270px;
        margin-left:2px;
        text-align: justify;
    }
    .resumevignetteactu{
        text-align: justify;
        max-width:270px;
        width:100%;
        max-height:160px;
        font-size:12px;
    }
    #btnplusactus
    {
        font-size:18px;
        width:250px;
    }
    #btnplusactus:hover::after {
        background: #cf0868;
        right: -750px;
    }
    /*OFFRE DE SOINS*/
    .bloc-accueil-recherche-champs label{font-size:14px;}
    .txtcontainerImg{max-width:550px;}
    .cadrephoto{max-width:140px;margin:5px 10px 4px 0;}
}