/* ===================================================================
 * STANDARD CMS
 * =================================================================*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);


/* WYSIWYG */
.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.alignjustify {text-align: justify;}
.clear {clear : both;}
img.alignleft, table.alignleft, dl.alignleft {float: left; margin: 0 5px 5px 0; text-align: left;}
img.alignright, table.alignright, dl.alignright {float: right; margin: 0 0 5px 5px; text-align: left;}
table.aligncenter, dl.aligncenter {margin: auto; text-align: left;}
acronym {border-bottom: 1px dotted; cursor: help;}

/* LEGENDE */
dl.legende {border: 1px solid #ccc; padding: 0}
dl.legende dt {margin: 0; padding: 0; border-bottom: 1px solid #ccc}
dl.legende dt img {margin: 5px;} /* defini dans le parsing */
dl.legende dd {margin: 0; padding: 0 5px; font-style: italic}
dl.legende dd img {float:right; margin-left: 5px;}

/* CLEARFIX */
.clearfix { zoom: 1; }
.clearfix::before, .clearfix::after { content: "."; display: block; height: 0; overflow: hidden; }
.clearfix::after { clear: both; }
.desktop_hidden { display: none; }
#debugRequests { display: none; }

/* ===================================================================
 * CONTENUS PARAMETRABLES
 * =================================================================*/
*    { margin:0; padding:0; }
html { font-size:100%;}
body {
     font-size:16px;
     background-color:#353535;
}


/* ===================================================================
 * LAYOUT GENERAL
 * =================================================================*/
#document { width: 100%; font-family: Arial;}

h1,h2,h3,h4,h5,h6 { font-weight: normal;}

h2{
    font-size: 28px;
    color: rgb(170,170,170);
    text-transform: uppercase;
    margin: 30px;
    font-weight: 300;
}

h3{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

#chemin{
    color: #333;
    margin-left: 270px;
    padding: 13px 30px 17px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #EDEDED;
    font-weight: 400;
}

#chemin a{
    text-decoration: none;
    color: rgb(196, 18, 48);
}

#corps { background-color: rgb(237, 237, 237); position:relative;}

#contenu { 
    min-height: 200px; 
    position: relative;
}

#contenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#contenu .paragraphe p{
    margin-bottom: 15px;
}

#contenu ul li{
    margin:5px 0;
}

#contenu ul li ul li{
    margin:5px 0;
}
#Accueil #contenu {padding:0 0; padding-top: 40px;}

.avecDeuxColonnes #contenu {
	margin:0;
	padding:0 10px;
	background-color:#fff;
	font-family: sans-serif;
	font-size:14px;
}

.avecColonneGauche #contenu { 
    margin-left: 270px;
    background-color: white;
}

.avecColonneGauche h2{
    flex-basis: 100%;
}

.paragraphe{
    flex-basis: 100%;
}

.avecColonneGauche .diapoDolce{
    flex-basis: 29%;
    padding-right: 0;
}

body #colonneGauche {
    width: 230px;
    padding: 30px 20px;
    background-color: #EDEDED;
    height: 100%;
    position: fixed;
    top: 64px;
}

body.editioneur #colonneGauche{
    position: absolute;
    top: 0;
}

body.ON #colonneGauche {
    top: 0;
}

#fondSite {
    clear: both;
	background-color: white;
}

#imgAccroche{
    height: 500px;
    margin-left: 270px;
    position: relative;
}
   
#colonneGauche #imgAccroche{
    display: none;
}

.tplReservation { margin-bottom:20px; overflow: hidden; }

/* ===================================================================
 * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
 * =================================================================*/

/* ===================================================================
 * MENU PRINCIPAL (COLONNE GAUCHE)
 * =================================================================*/
#bandeauHaut {
    padding:0;
	margin:0 0 15px;
}

#Accueil #bandeauHaut {
	background: #A8A8A8;
}

#bandeauHaut h1 {
    float: left;
    width: 165px;
    padding:0;
    position:relative;
    z-index:999;
}


.BandeauHautDroite{
	float:right;
}

.liens{	float:left;}

.liens a{ text-decoration:none;color:#000000;}

#recherche{
    position: absolute;
    top: 32px;
    right: 152px;
    float: left; 
    margin:0 15px 0 0; 
    padding:0;
    z-index: 2;
}

#champRecherche{
    background-color: white;
}

#recherche #searchString{
    padding: 4px 4px 3px 4px;
    border: medium none;
    width: 75px;
    position: relative;
    left: 4px;
    color: rgb(164, 164, 164);
    font-family: Arial;
}

#recherche #submit{
    background: url(images/btnSearch.png);
    width: 27px;
    height: 24px;
    border: medium none;
}

#recherche input{
    vertical-align: top;
}

#languages {
    width: 106px;
    z-index: 2;
    position: absolute;
    top: 32px;
    right: 39px;
    background-color: white;
    height: 25px;
}

#languages ul{
    width: 84px;
    float: left;
    height: 25px;
    overflow: hidden;
}

#languages ul a{
    text-decoration: none;
    color: black;
}

#languages ul li{
    margin: 0 !important;
    padding: 5px;
    font-size: 12px;
}

#languages ul li:last-child{
    margin-bottom: 0 !important;
}

#languages ul li:hover{
    background-color: rgb(196,18,48);
    color: white;
}

#bandeauHaut .BandeauHautDroite #recherche #searchString {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
	float:left;
    height: 34px;
    padding: 0 0 0 5px;
}

#bandeauHaut .BandeauHautDroite #recherche #submitString{ float:right;
}

#retourAccueil img{
    width: 100%;
    margin-bottom: 25px;
}

/* barre de menu - menu de niveau 1 */
#menuGauche #menuSansJS {
    list-style: none;
    margin: 0;
}

#menuGauche #menuSansJS a,#menuGauche #menuSansJS span {
    color: rgb(196,18,48); 
    display: inline;
    text-decoration: none;
    font-size: 15px;
	cursor: pointer;
	font-weight:400;
	text-transform:uppercase;
}

#menuGauche { margin-bottom: 25px;}
#menuGauche #menuSansJS li { margin-bottom: 7px;}
#menuGauche #menuSansJS > li:last-child { border:none;}

#menuGauche #menuSansJS li ul {
    display: none;
    padding: 0px;
    position: absolute;
    padding-top: 5px;
    left: 0;
    color:#fff;
    width:172px;
    list-style: none;
    border:none;

}
#menuGauche #menuSansJS li ul li {
    float: none;
    display: block;
}
#menuGauche #menuSansJS li ul li,
#menuGauche #menuSansJS li ul li a {
    color:#fff;
}

#menuGauche #menuSansJS li:hover ul li a,
#menuGauche #menuSansJS li ul li a {
    border:none;
    font-family: 'Oswald', sans-serif;
    font-size:12px;
    display:block;
    margin:3px 0;
    background:#fff;
    width: 140px;
	padding:5px;
    color:#000000;
    /*border:solid 2px red;*/
    text-align:left;
    font-weight:normal;
}

#menuGauche #menuSansJS li:hover ul {
    display: block;
    width:auto;
}


.h2PageTitre{
	border-bottom:solid 5px #b9d7a7;
	margin:0 0 14px 26%;
	padding:0 0 10px 0;
	font-family: 'Oswald', sans-serif;
    font-size:18px;
	font-weight:300;	
}

/* ===================================================================
 * MENU SECONDAIRE
 * =================================================================*/

#sous-menu{
    margin-left: 270px;
    padding: 0px 40px 40px;
    background-color: #EDEDED;
}

#sous-menu .selected{
    background-color: #e4e4e4;
}

#sous-menu .selected a{
    color: #878787; 
}

.libNiv2 {
    display: inline-block;
    width: 29%;
}

.libNiv2:hover{
    background-color: #e4e4e4;
}

.libNiv2 a{
    text-decoration: none;
    color: rgb(196, 18, 48);
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 6%;
}

.libNiv2 a:hover{
    color: #878787; 
}

#sous-menu-mobile{display: none;}

/* ===================================================================
 * BANDEAU BAS
 * =================================================================*/
#bandeauBas {
    background-color: rgb(196, 18, 48);
    padding: 20px 30px 73px;
    position: relative;
    color: rgb(248, 151, 29);
    margin-left: 270px;
}

#bandeauBas #zoneEdit{
    display: none;
}

#Accueil #bandeauBas{
    padding: 20px 70px 73px;
}

#backTop{
    z-index: 999;
    position: fixed;
    bottom: 10px;
    right: 50px;
    display: none;
    opacity: 0.8;
}

#infoDown{
    opacity: 0.8;
    z-index: 999;
    position: fixed;
    bottom: 10px;
    right: 50px; 
}

.infosFooter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#localisation{
    flex-basis: 25%;
    margin-right: 5%;
}

#plusInfos{
    flex-basis: 15%;
}


#localisation,
#plusInfos{
    font-size: 15px;
}


#plusInfos ul{
    list-style-type: none;
}

#plusInfos ul a{
    text-decoration: none;
    color: white;
}


#tpl_partenaires{
    text-align: right;
    height: auto; 
    flex-basis: 55%;   
}

#tpl_partenaires img{
    height: 80px;
    margin: 0 0 6px 3px;
}

#reseauxSociaux{
    margin-top: 20px;
}

#reseauxSociaux a{
    margin-right: 15px;
}

#reseauxSociaux a:last-child{
    margin-right: 0;
}

.liensBas{
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    background-color: rgb(196,18,48);
    height: 30px;
    width: 100%;
    bottom: 0px;
    right: 0px;
    position: absolute;
    color: rgb(196, 18, 48);
}

.liensBas a{
    color: white;
    text-decoration: none;
}

/* ===================================================================
 * CORPS
 * =================================================================*/

/* ===================================================================
 * CONTENU
 * =================================================================*/


.paragraphe {
    clear: both;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0 30px;
}


.paragraphe blockquote,
.paragraphe ol,
.paragraphe ul {
    margin-left: 30px;
	list-style:url(images/puce.jpg);
    margin-bottom: 15px;
}

.titrePage{
    clear:both;
    font-family: 'Oswald',sans-serif;
    font-weight:bold;
    font-size:24px;
    margin: 0 0 2%;
}

/*Etat par défaut des liens*/
p a:link {
    color: rgb(248, 151, 29);
    text-decoration: none;
    font-weight: bold;
}

p a:visited {
    color: rgb(248, 151, 29);
}

p a:hover {
    text-decoration: underline;
}

/*Liens spécifiques à la page d'accueil*/
.PRS_33 p a:link, .PRS_BOUTON_50_ACCUEIL p a:link {
    color: white;
    font-weight: normal; 
}

.PRS_33 p a:visited, .PRS_BOUTON_50_ACCUEIL p a:visited {
    color: white;
}

.PRS_33 p a:hover, .PRS_BOUTON_50_ACCUEIL p a:hover {
    text-decoration: none;
}


/* ===================================================================
 * COLONNE DROITE
 * =================================================================*/



/* ===================================================================
 * STYLES DE PARAGRAPHES
 * =================================================================*/

.PRS_BOUTON p{
    background-color: rgb(196, 18, 48);
    color: white;
    padding: 11px;
    border: 1px solid rgb(196, 18, 48);
    border-radius: 7px;
    height: 20px;
    text-align: center;
    font-size: 15px;
    margin: 0 !important;
    text-transform: uppercase;
}

.PRS_BOUTON p a{
    text-decoration: none;
    color:white;
}

.PRS_33{
    flex-basis: 27%;
    padding: 0 0 43px;
    font-size: 16px;
    border: 1px solid rgb(167, 167, 167);
    position: relative;
	text-align:center;
}

.PRS_33 p:first-of-type{
    max-height: 240px;
    overflow: hidden;
}

.PRS_33 h3,
.offreDolceFregate h3{
    margin: 15px 0 !important;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: rgb(164, 164, 164);
    font-weight: bold;
    font-family: Arial !important;
    font-weight: bold;
}


.PRS_33 p img{
    width: 100%;
}

.PRS_33 h3 ~ * {
    padding: 0 10px;
}

.PRS_33 p a{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 94%;
    padding: 10px 3%;
    background-color: rgb(196,18,48);
    font-size: 18px;
    color: white;
    text-decoration: none;
    text-align: center;
}


.PRS_BOUTON_50_ACCUEIL{
    flex-basis: 50%;
    padding: 0px;
}

.PRS_BOUTON_50_ACCUEIL + .PRS_BOUTON_50_ACCUEIL{
    border-right: none;
    margin-left: 0;
}

.PRS_BOUTON_50_ACCUEIL a{
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    width: 176px;
    height: 20px;
    background-color: rgb(196, 18, 48);
    color: white;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

.PRS_MISEENAVANTBLEU{
    background: rgb(196, 18, 48) none repeat scroll 0% 0%;
    color:white;
    padding: 30px;
    margin-bottom: 0 !important;
}

#Accueil .PRS_MISEENAVANTBLEU{
    padding: 30px 69px;
}

.PRS_MISEENAVANTBLEU h3{
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.PRS_MISEENAVANTBLEU p{
    font-size: 16px;
    margin-bottom: 10px;
}

.PRS_MISEENAVANTBLEU p:last-child{
    margin-bottom: 0;
}

.PRS_HORIZONTAL{
    border: 1px solid rgb(164,164,164);
    margin: 30px;
    padding: 0;
}

.PRS_HORIZONTAL p:empty{
    display: none;
}

#contenu .PRS_HORIZONTAL p {margin-bottom:0}

.PRS_HORIZONTAL{
    padding: 0;
    margin: 0 5% 30px;
    position: relative;
    height: 200px;
}
    
.PRS_HORIZONTAL p img{
    margin-right: 20px;
    float: left;
    width: 347px;
}
    
.PRS_HORIZONTAL h3{
    position: absolute;
    left: 367px;
    margin-top: 10px;
    color:rgb(164,164,164);
}
.PRS_HORIZONTAL p a{
    padding: 10px;
    margin: 20px 0;
    width: 176px;
    height: 20px;
    background-color: rgb(196, 18, 48);
    color: white;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    position: relative;
    top: 20px;
}    
.PRS_HORIZONTAL p{
    position: relative;
    top: 45px;
    margin-right: 10px;
}
    
.PRS_HORIZONTAL p:first-of-type{
    top: 0;
}



#colonneGauche .PRS_COORDONNEES p, 
#colonneGauche .PRS_ADRESSE_CDA p{margin:0}

.PRS_COORDONNEES img,
.PRS_ADRESSE_CDA img{
	margin:0 10px 0 0;
	float:left;
}

.PRS_ADRESSE_CDA img{
	padding:0 0 25px 0;
}

.PRS_ADRESSE_CDA,
.PRS_COORDONNEES{
	color:rgb(196, 18, 48);
	font-size:17px;
    margin-top: 20px;
}

.PRS_COORDONNEES{
	font-weight:bold;
}

.PRS_COORDONNEES p{
	margin-bottom:20px;
}

.PRS_ADRESSE_CDA{clear:both;}


/* ===================================================================
 * ARIANE
 * =================================================================*/
#ariane {
    font-size:11px;
    color:#262626;
    clear: both;
    margin: 5px 0 10px;
    overflow: hidden;
}
#ariane ul {
    list-style: none;
    margin: 0;
    padding:0;  

}
#ariane ul li {
    float: left;
    padding: 2px 0;
}
#ariane ul li a { text-decoration: none; color:#262626; padding: 0 6px 0 0; }
#ariane ul #pageEnCourAriane { padding-left: 10px; margin-left: -11px; font-weight:bold; }


/* ===================================================================
 * BLOC DE NAVIGATION ET MENUS SECONDAIRES
 * =================================================================*/
.blocNavigation {text-align: center;}
.resultatNavigation {margin: 5px 0;}
.regletteNavigation {margin: 5px 0;}

.menuLateral{
    margin: 0px;
}

/* ===================================================================
 * FORMULAIRES
 * =================================================================*/
fieldset {
    margin-bottom: 15px;
    padding: 10px;
    border:1px solid #727272;
}
legend {
    padding: 0 10px;
    font-family: 'Oswald', sans-serif;
	font-weight:300;
}

#contenu .tpl_formulaire h3{
    font-size:12px;
    color:#fb692d;
    margin: 0 0 2% 0;
    padding: 0 0 1% 0;
	display:none;
}

#contenu .tpl_formulaire table,
#contenu .tpl_formulaire td{
    border: none;
}

#contenu .tpl_formulaire tr:nth-child(2n){
    background-color: white;
}

.tpl_formulaire th {
    text-align: left;
    vertical-align: top;
    width: 23%;
}
label {
    color:#2d2d2d;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}
.tpl_formulaire th label {
    display: block;
    padding-bottom: 2px;
    /*float: right;*/
    margin: 0 20px 0 0;
	width:100%;
}

.tpl_formulaire tbody,
.tpl_formulaire th,
.tpl_formulaire td,
.tpl_formulaire tr {
    display:block; 
    width:100%;
}

.tpl_formulaire input,
.tpl_formulaire textarea{
    width: 75%;
}

.tpl_formulaire input[type="radio"],
.tpl_formulaire input[type="submit"]{
    width: auto;
}

.tpl_formulaire td .enLigne {margin:0 10% 0 0;}

.tpl_formulaire td {margin:0 0 10px;}
.tpl_formulaire th label {margin:0 0 5px;}

.tpl_formulaire table td label {
    width: 40%;
}

.groupeQuestion {
    font-family: 'Oswald', sans-serif;
    font-size:13px;
}

.groupeQuestion table{
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.paragraphe input, .paragraphe textarea, .paragraphe select,
.module input, .module textarea, .module select {
    border: 1px solid #7d7d7d;
    color: #727272;
    font-weight: normal;
    padding: 4px 5px;
}

.tpl_formulaire input,
.tpl_formulaire textarea,
.tpl_formulaire select{
    border-radius: 7px;
}

p.action input, input.submit {
	background-color: rgb(196, 18, 48);
    color: #ffffff;
    border: 0px solid;
    font-size:12px;
    padding: 5px 15px;
    cursor: pointer;
    float: left;
    margin: 2% 0 0 15%;
	border-radius:0px;
}

input.case {
    border: none;
    margin: 0 5px;
}
form p {
    clear: both;
    margin: 0;
    padding: 2px 0;
}
p.action {
    overflow: hidden;
}
#contenu p label {
    float: left;
    width: 25%;
    color:#727272;
    font-family: 'Oswald', sans-serif;
}
#contenu p label.enLigne {
    display: inline;
}


.obl{
    color:#004899;
    font-style:italic;
}
.info{  font-style:italic;font-family: 'Oswald', sans-serif; color:#525252;}
    
/* ===================================================================
 * LISTES
 * =================================================================*/
.liste {
    background: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
}
.liste .item {
    border-top: 1px dotted #CCCCCC;
    overflow: hidden;
    padding: 10px;
    zoom: 1;
}
.liste .item  h4 {
    font-size: 90%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.liste .item .date {
    font-size: 85%;
}
.liste .item .libelle {
    font-weight: bold;
}
.liste .item .resume {
    font-size: 95%;
}
.liste .first {
    border-top: none;
}

/* ===================================================================
 * MODULES
 * =================================================================*/
.module {
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

.module h4, .module h5,
.module ol, .module p,
.module table, .module ul {
    margin: 0 5px 10px 5px;
}
.module blockquote,
.module ol,
.module ul {
    margin-left: 35px;
}

/* ===================================================================
 * TABLEAUX
 * =================================================================*/
#contenu table{
    border: 1px solid gray;
    border-collapse: collapse;
}

#contenu table tr:nth-child(2n){
    background-color: #EDEDED;
}

#contenu table thead{
    background: rgb(196,18,48);
    color: white;
}


#contenu table td{
    border: 1px solid gray;
    padding: 5px;
}

.PRS_TABLEAU table{
    min-height:250px;
     border-spacing: 5px 5px;
}

.PRS_TABLEAU table tbody tr:first-child {
    background-color:#a0a0a0;
    margin:0;
    border:solid 2px red;
}

.PRS_TABLEAU table tbody tr td{
    padding:0 0 0 15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#000000;
}

.PRS_TABLEAU table tbody tr:first-child td{
    padding:0 0 0 15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    color:#fff;
}



.PRS_TABLEAU tr:nth-child(even) {
background-color:#eeeeee;


}

.PRS_TABLEAU tr:nth-child(odd) {
background-color:#dcdcdc;
}


/* ===================================================================
 * USERTOOLS
 * =================================================================*/
#toolbar {
    text-align: right;
}
.userTools {
    float: right;
    margin: 10px 10px 2px 10px;
}
/* ===================================================================
 * TEMPLATES
 * =================================================================*/

/* Actualités */
/*.actualiteListeCourte            { margin-left:20px;padding-top:10px; overflow: hidden; }
.actualiteListeCourte .paragraphe{color:red;}*/
.lireSuite a{float:right; color:#565656; font-family: 'Oswald', sans-serif; }
.actualiteListe{ margin:0 0 3% 0;}
.paragraphe .actualiteListe h3 { background: url(images/puce_jaune.png) 0 5px no-repeat; padding: 0 0 0 12px;  font-size:16px; font-weight:bold; color:#515151; margin: 0 0 8px 0;  }
.actualiteListe h3 a { text-decoration:none; color:#565656; font-weight:bold; font-size:14px;}
.actualiteListe h3 a:first-letter{color:#f7d510;}

.actualiteListe .interieur {border-bottom: dashed 1px #b2b2b2;padding: 0 0 2%;}
.actualiteListe .interieur h3 a{
    font-family: 'Oswald', sans-serif;
    font-size:14px;
    font-weight:bold;
    text-transform: none;
}

.actualiteListe .interieur span{ text-transform:uppercase; color:#b7b7b7;}

a.ensavoirplus{
    background-color:black;
    font-family: 'Oswald';
    color:white;
    font-size:14px;
    width:auto;
    padding:2px 10px;
    margin:0;
    text-decoration:none;
}
.toutesLesActus{ 
    clear:both; 
    padding:0px 10px 2px 10px;
    margin-right:10px; 
    margin-top:-45px;
    color:#004899; 
    background-color: #cde5ff;
    float:right;
    text-decoration: none;
    font-family: 'Oswald';
    font-size:14px;
    
    
}
.toutesLesActus span{
    font-size:25px;
    margin:0;
    padding:0;
    
}


.tpl_actualite .date { font-style: italic; }


.PRS_FLASHHOME{float:left; width:72%; margin:16px 0 0 0;}
.tpl_diaporamaAccueil { overflow:hidden; z-index:1; height: 500px; margin-left: 270px; background-color:#fff; position: relative;}
.tpl_diaporamaAccueil img { position: relative; bottom: 50%; width: 100%;}
.imgAccroche .tpl_diaporamaAccueil { height: 500px;}
.tpl_diaporamaAccueil #diaporamaListe { 
    bottom: 50px;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 29px;
    display: flex;
    justify-content: space-around;
    background: url(images/diapoListBackground.png);
}

.tpl_diaporamaAccueil .diaporama{
    position: relative;
    height: 500px;
}

.tpl_diaporamaAccueil .diaporama a{
    color: white;
}

.tpl_diaporamaAccueil .inner {
    background: transparent url("images/diapoDescBackground.png") repeat scroll 0% 0%;
    position: absolute;
    bottom: 70px;
    padding: 20px;
    left: 50%;
    width: 510px;
    margin-left: -275px;
    color: white;
    text-align: center;
    font-family: Arial !important;
}

.tpl_diaporamaAccueil .inner h3 { 
    color: white !important; 
    text-transform: uppercase; 
    font-size: 25px;
    margin-bottom: 10px !important;
    font-weight: 300 !important;
}

.tpl_diaporamaAccueil #diaporamaListe ul {  margin: 0; }
.tpl_diaporamaAccueil li          { float: left; list-style: none outside none; overflow: hidden; cursor: pointer; margin: 5px 3px !important; }
.tpl_diaporamaAccueil #diaporamaListe li a { 
    display:block; 
    float: left; 
    background: url(images/vueInactive.png) no-repeat 50% 50%; 
    background-size: 15px 14px; 
    width: 15px; 
    height: 15px; 
    text-indent:-999px; 
    overflow: hidden; 
    padding:0; 
    cursor: pointer; 
    border:none; 
}
    
.tpl_diaporamaAccueil #diaporamaListe li.selected a  { 
    background: url(images/vueActive.png) no-repeat 50% 50%; 
    background-size: 14px 14px;
}

#diapoPrev,
#diapoNext{
    position: absolute;
    bottom: 212px;
    width: auto;
    cursor: pointer;
}

#diapoPrev{
    left: 43px;
}

#diapoNext{
    right: 43px;
}

#colonneGauche .tpl_diaporamaAccueil{
    display: none;
}

.tpl_diaporamaDolce{
    border: 1px solid rgb(167, 167, 167);
}

.tpl_diaporamaDolce a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.tpl_diaporamaDolce img{
    width: 100%;
    position: relative;
    bottom: 50%;
}

.tpl_diaporamaDolce .imgBack,
.tpl_diaporamaDolce .imgBack img{
    height:0;
}

.tpl_diaporamaDolce h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(167, 167, 167);
    margin: 5px 0px 10px;
}

/* OFFRE DOLCEFREGATE CONTENU PAGE */
.tpl_offresDolceFregateDesc a.callToAction{
    background-color: rgb(196,18,48);
    color: white;
    padding: 11px;
    height: 20px;
    text-align: center;
    font-size: 15px;
    margin: 10px 0 !important;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 45px;
}


/* OFFRE DOLCEFREGATE BANDEAU BAS */
.tpl_offresDolceFregate{
    position: relative;
    height: 230px;
    font-size: 15px;
    margin-left: 270px;
    padding: 30px 30px 0;
}

.tpl_offresDolceFregate h3,
.tpl_offresDolceFregate .offreDesc{
    color: #FFF;
    text-align: center;
}


.tpl_offresDolceFregate h3{
    text-transform: uppercase;
    margin: 15px 0;
	text-shadow:1px 1px 1px #000000;
	font-weight:bold;
	font-size:18px;
}

.tpl_offresDolceFregate .offreDesc{
    font-family: 'Georgia';
    font-style: italic;
}

.tpl_offresDolceFregate .offreLien{
    height: 46px;
    z-index: 2;
}

.tpl_offresDolceFregate .offreLien a{
    font-size: 20px;
    padding: 12px 0px 15px;
    text-decoration: none;
    color: rgb(248, 151, 29);
    font-weight: bold;
    width: 193px;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: white;
}

#offreDolceFregate{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 90%;
}

/* LISTE OFFRES DOLCE FREGATE */
.tpl_listeOffresDolceFregate{
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
} 

.tpl_listeOffresDolceFregate a{
    text-decoration: none;
    color: black;
}

.tpl_listeOffresDolceFregate .offreDolceFregate{
    flex-basis: 31%;
    margin: 0 1% 10px;
    border-right: 1px solid rgb(167, 167, 167);
    border-left: 1px solid rgb(167, 167, 167);
}

.tpl_listeOffresDolceFregate #offreImg{
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 15px;
}

.tpl_listeOffresDolceFregate .offreDolceFregate img{
    width: 100%;
    position: relative;
    bottom: 50px;
}

.tpl_listeOffresDolceFregate .offreDolceFregate h3{
    margin: 0 !important;
}

.tpl_listeOffresDolceFregate .offreDolceContent{
    padding: 10px;
}

.tpl_listeOffresDolceFregate .offreDolceButton{
    background-color: rgb(196,18,48);
    color: white;
    text-decoration: none;
    padding: 2%;
    width: 96%;
    display: block;
    text-align: center;
}

#offreLogo{
    flex-basis: 25%;
    text-align: center;
}

#offrePresentation{
    flex-basis: 25%;
}

.tpl_plansite a{
    color: rgb(196, 18, 48);
    text-decoration: none;
    text-transform: capitalize;    
}

.tpl_plansite a:hover{
    text-decoration: underline;   
}

.tpl_plansite ul{
    margin-left: 30px;
}

.tpl_plansite ul ul{
    margin-left: 30px;
    list-style-type: circle;
}

.tpl_plansite ul ul ul{
    margin-left: 30px;
    list-style-type: square;
}

/* ===================================================================
 * MEDIA QUERIES
 * =================================================================*/
@media screen and (max-width: 1500px){   
    .tpl_diaporamaAccueil,
    .tpl_diaporamaAccueil .diaporama{
        height: 440px;
    }
} 

@media screen and (max-width: 1400px){   
    .tpl_diaporamaAccueil,
    .tpl_diaporamaAccueil .diaporama{
        height: 400px;
    }
}

@media screen and (max-width: 1300px){   
    .tpl_diaporamaAccueil,
    .tpl_diaporamaAccueil .diaporama{
        height: 350px;
    }
}

@media screen and (max-width: 1200px){   
    .tpl_diaporamaAccueil .diaporama img{
        bottom: 35%;
    }
}

@media screen and (max-width: 1100px){   
    .tpl_diaporamaAccueil .diaporama img{
        bottom: 20%;
    }
}

@media screen and (max-width: 1000px){   
    .tpl_diaporamaAccueil .diaporama img{
        bottom: 10%;
    }
}

@media screen and (max-width: 900px){   
    .tpl_diaporamaAccueil .diaporama img{
        bottom: 0;
    }
}
 
 
@media screen and (max-width: 800px) {
	body{background:none;}
	#document {background:#572500; padding:0;}
    #corps { background-color:#ececec; }
    .desktop_hidden { display: block; }
	#bandeauHaut h1{margin:10px 14px 0 5%; width:99px; height:98px;}
    
  
    .tpl_appliExterne iframe{
        width: 100%;
        height: 800px;
    }

    /* Menu */
    .menuMobile { 
        width: 130px;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #c1c1c1;
        height: 96px;
    }
    
    #menuGauche { display: none; }
    .documentOutter { 
        left: 0;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.4s;
                transition: all 0.4s;
     }
     
     /* menu  mobile caché */
     .menuLateral {
        background-color: #ededed;
        color: #003366;
        padding: 0;
        -webkit-transition: height 1.5s;
                transition: height 1.5s;
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
        height: 0;
    }
    
    #menuSansJS,
    #rechercheMobile,
    #languagesMobile{
         display:none;
    }
    
    .tpl_diaporamaAccueil .diaporama img {
        bottom:100%;
    }
    

    
    /* menu  mobile ouvert */
    .openMenu{
        padding: 10px 20px;
        height: auto;
        /*box-shadow: 0px 40px 30px 5px rgba(0, 0, 0, 0.7);*/
    }
    
    .openMenu #menuSansJS,
    .openMenu #rechercheMobile,
    .openMenu #languagesMobile{
         display: block;
    }
    

	
	.avecColonneDroite #contenu {width:100%}
	.avecDeuxColonnes #contenu {width:67%; float:none;}
	
	#rechercheMobile{
        padding:0;
        z-index: 2;
        position: relative;
        margin-bottom: 10px;
    }
    

	#rechercheMobile #searchString{
		border: medium none;
		width: 96%;
        padding: 7px 2%;
		color: rgb(164, 164, 164);
		font-family: Arial;
	}
	
	#rechercheMobile #submit{
        background: transparent url("images/btnSearch.png") repeat scroll 0% 0% / 100% auto;
        border: medium none;
        position: absolute;
        top: 0px;
        width: 31px;
        height: 27px;
        right: 0px;
	}
	
	#languagesMobile {
		width: 100%;
		z-index: 2;
		background-color: white;
        position: relative;
        margin-bottom: 10px;
	}
	
	#languagesMobile ul{
		height: 32px;
		overflow: hidden;
	}
	
	#languagesMobile ul a{
		text-decoration: none;
		color: black;
	}
	
	#languagesMobile ul li{
		margin: 0 !important;
		padding: 8px 2%;
		font-size: 12px;
        list-style-type: none;
        text-align: left;
	}
	
	#languagesMobile ul li:last-child{
		margin-bottom: 0 !important;
	}
	
	#languagesMobile ul li:hover{
		background-color: rgb(196,18,48);
		color: white;
        border-top: 1px solid white;
	}
    
    #selectArrow{
        position: absolute;
        top: 0px;
        right: 0px;
        height: 32px;
        padding-right: 2px;
        background: white;
    }
    
    #menuSansJS{
        list-style-type: none;
    }
    
    #menuSansJS li{
        text-transform: uppercase;
        font-size: 17px;
        margin: 7px 0;
        text-align: left;
        padding-left: 40px;
    }
    
    #menuSansJS li a{
        text-decoration: none;
        color:rgb(196,18,48);
    }
    
    /* HEAD */
    body #colonneGauche{
        position: relative;
        top: 0;
        width: auto;
        height: auto;
        background-color: white;
        padding: 0;
        text-align: center;
        z-index: 1;
    }
    
    #colonneGauche h1{
        min-width: 190px;
        text-align: left;
        padding-left: 20px;
        height: 85px;
    }
    
    #colonneGauche h1 img{
        width: 185px;
        margin-bottom: 0;
        position: relative;
        top: 8px;
		height:90%;
    }
    
    #colonneGauche .module{
        text-align: center;
        flex-basis: 98%;
        padding: 1%;
    }
	
	#fondSite{background-color:#FFF;}
    #corps{background-color:#FFF;}    
    #recherche, #languages {display: none;}
    #imgAccroche, #chemin, #contenu,.tpl_offresDolceFregate, #bandeauBas {margin-left: 0 !important;}
    #imgAccroche{
       display: none;
    }
    
    #colonneGauche #imgAccroche{
        display: block;
        height: 150px;
        width: 100%;
    }
    
        
    .tpl_diaporamaAccueil{
        height: 150px;
        margin: 0;
        width: 100%;
        top: 96px;
        position: absolute;
    }
        
    .tpl_diaporamaAccueil .diaporama{
        height: 150px;
    }
    
    .tpl_diaporamaAccueil .inner{
        height: 36px;
        padding: 10px 2%;
        bottom: 15px;
        width: 96%;
        left: 0;
        margin-left: 0;
    }
    
    .tpl_diaporamaAccueil .inner h3{
        font-size: 14px;
        margin-bottom: 0 !important;
    }
    
    .tpl_diaporamaAccueil .inner .description{
        font-size: 12px;
    }
        
    .tpl_diaporamaAccueil #diaporamaListe{display: none;}
    
    #zoneEdit{
        padding: 0 23px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    #zoneEdit > .module{
        display: none;
    }
    
    #zoneEdit .PRS_BOUTON{
        margin-bottom: 0;
    }
    
    #zoneEdit > .PRS_BOUTON,
    #zoneEdit > .PRS_COORDONNEES,
    #zoneEdit > .PRS_ADRESSE_CDA{
        display: block;
    }
    
    #Accueil #zoneEdit{
        margin-top: 170px;
    }
    
    .PRS_COORDONNEES p img,
    .PRS_ADRESSE_CDA p img{
        float: none;
        padding: 0;
        margin: 0;
    }
   

    /* FIL ARIANE / MENU SECONDAIRE */
    #chemin{display: none;}
    #sous-menu{display: none;}
    #sous-menu-mobile {
        display: block;
        position: relative;
        background-color: #ededed;
        color:#4d4d4d;
        font-size: 16px;
        margin: 0;
        padding: 10px 20px;
        text-transform: uppercase;
    }
    
    #sous-menu-mobile a{
        text-decoration: none;
        color: #036;
        width: 100%;
        display: block;
    }
    
    #sous-menu-mobile .displayIcon{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    
    #sous-menu-mobile .plus{
        display: block;
        padding: 14px 20px;
    }
    
    #sous-menu-mobile .minus{
        display: none;
        padding: 20px;
    }
    
    #sous-menu-mobile-items{
        display: none;
        padding-left: 30px;
        padding-top: 10px;
        color: #036;
    }
    
    #sous-menu-mobile-items .pages{
        padding: 5px 12px;
        font-size: 15px;
    }
    
    #sous-menu-mobile-items .pages:hover{
        background-color: #e4e4e4;
    }
    
    #sous-menu-mobile-items .pages:hover a{
        color: #878787; 
    }
    
    /* CONTENU */  
    #Accueil #contenu{
        margin-top: 15px;
    }
    
    #contenu table{
        width: 100%;
    }
	#contenu table td img{
		width:90%;
	}
	#contenu table td{
		display:block;
		width:90%;
	}
     
    h2{
        margin: 30px 0;
        padding: 0 20px;
    }
    
    .avecColonneGauche .tpl,
    .paragraphe{
        padding: 0px 5%;
        flex-basis: 90%;
    }
    
    #Accueil .PRS_MISEENAVANTBLEU{
        padding: 30px;
        flex-basis: 100%; 
    }
    
    .PRS_MISEENAVANTBLEU{
        padding: 20px 5%;
    }
    
    .PRS_MISEENAVANTBLEU p{
        font-size: 16px;
    }
    
    .PRS_33{
        flex-basis: 85%;
        padding-bottom: 70px;
        border: 1px solid #A7A7A7;
        padding: 0 0 43px;
    }
    
    .PRS_33 p img{
        position: relative;
        bottom: 60px;
    }
    
    .PRS_33 p a {
        border-right: 1px solid #036;
    }
    
    .PRS_33 p:first-of-type{
        max-height: 300px;
    }
    
    
    #colonneGauche .PRS_BOUTON{
        flex-basis: 47%;
    }
    
    .PRS_BOUTON p{
        margin-top: 10px !important;
    }
    
    .PRS_BOUTON_50_ACCUEIL{
        flex-basis: 38%;
        padding: 0;
        margin: 0 6%;
    }
    
    .PRS_BOUTON_50_ACCUEIL a{
        width: auto;
    }
    
    .PRS_HORIZONTAL{
        padding: 0;
        margin: 0 5% 30px;
        height: auto;
    }
    
    .PRS_HORIZONTAL h3{
        top: 200px;
        left: 20px;
    }
    
    .PRS_HORIZONTAL p img{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    
    .PRS_HORIZONTAL p{
        margin-top: 30px;
        margin-bottom: 20px !important;
        padding: 0 20px;
        position: initial;
        top: 0;
    }   
    
    .PRS_HORIZONTAL p:first-of-type{
        padding: 0;
        margin: 0;
        height: 200px;
        overflow: hidden;
    } 
    
    .PRS_HORIZONTAL p a{
        margin: 20px auto;
        display: block;
        top: 0;
    }
    
    #offreLogo{
        flex-basis: 100%;
    }
    
    #offreLogo{
        margin-bottom: 10px;
    }
    
    .tpl_offresDolceFregate{
        height: 320px;
        padding-top: 5px;
    }
    
    .tpl_offresDolceFregate h3{
        margin: 7px 0;
    }
    
    #offreDolceFregate{
        height: 98%;
        align-items: unset;
    }
    
    
    #offreLogo{
        align-self: center;
    }
    
    #offrePresentation{
        flex-basis: 90%;
    }
    
    .tpl_listeOffresDolceFregate .offreDolceFregate{
        flex-basis: 100%;
        margin: 0 0 10px;
    }
    
    .tpl_listeOffresDolceFregate #offreImg{
        max-height: 300px;
    }
    
    .tpl_listeOffresDolceFregate #offreImg img{
        bottom: 90px;
    }
    
    .groupeQuestion table{
        display: block;
        width: 100%;
    }
    
    .groupeQuestion input,
    .groupeQuestion textarea{
        width: 95%;
    }
    
    .groupeQuestion input[type="radio"]{
        width: auto;
    }
    
    /* FOOTER */
    #Accueil #bandeauBas,
    #bandeauBas{
        padding: 20px 5% 73px;
    }
    
    #localisation{
        order: 1;
        flex-basis: 100%;
        margin-right: 0;
    }
    
    #tpl_partenaires{
        order: 3;
        flex-basis: 100%;
        margin-top: 20px;
        text-align: center;
    }
    
    #tpl_partenaires img{
        height: 60px;
        padding-bottom: 15px;
    }

    #plusInfos{
        margin-top: 20px;
        order: 2;
        flex-basis: 100%;
    }
    
    #reseauxSociaux{
        order: 4;
        margin-top: 30px;
        flex-basis: 100%;
        text-align: center;
    }
    
    #bandeauBas #zoneEdit{
        margin-top: 20px;
        display: flex;
    }
    
    #bandeauBas #zoneEdit .module{
        flex-basis: 100%;
        text-align: center;
        display: block;
    }
}

@media screen and (max-width: 600px){
    .PRS_33 p img{
        bottom: 0;
    }
    
    .tpl_listeOffresDolceFregate #offreImg img{
        bottom: 0px;
    }
}


@media screen and (max-width: 500px){
    #colonneGauche .PRS_BOUTON{
        flex-basis: 100%;
    }
    
    .tpl_diaporamaAccueil .diaporama img{
        bottom: 75%;
    }
}

@media screen and (max-width: 400px){
    .tpl_diaporamaAccueil .diaporama img{
        bottom: 50%;
    }
}


@media screen and (max-width: 380px) {
    #colonneGauche h1 img{
        width: 150px;
        top: 15px;
    }
    
    
    .PRS_BOUTON p{
        border-radius: 5px;  
    }
}

@media screen and (max-width: 320px) {
    #document { min-width: 320px; }
	/*th, td { display: block; width: 100% }*/
	.tpl_formulaire th, .tpl_formulaire td{display:block; width:80%;}
	.paragraphe textarea, .paragraphe select, .module input, .module textarea, .module select { width: 96% }
	.tpl_formulaire td .enLigne {margin:0 10px 0 0;}
	.tpl_formulaire th label { width: 100%; }
	p.action input, input.submit { margin: 0;  width: auto; } 

}