/* hedSFr.css */
/* ----------------------------------- */
/* Body                                */
/* ----------------------------------- */
/* The color that appears where there is nothing, especially below the bottom of the page */
html body{background-color:#E3E5E6; padding-bottom:35px;}
html body *{font-family:Arial, Helvetica, Sans-serif;}
#MainContainer{box-shadow:4px 4px 8px #888888;background-color:#FFFFFF;}
.clr{clear:both;}
/* ----------------------------------- */
/* Links                               */
/* ----------------------------------- */
a,a:active,a:hover,a:visited,a:focus,a:hover{color:#0072BC;}

/* ----------------------------------- */
/* List                                */
/* ----------------------------------- */
ul{padding-left:14px;}
/* ----------------------------------- */
/* Header                              */
/* ----------------------------------- */
/*#headerBackground{background:white;}*/
#headerContainer{background-color:transparent;color:#333333;}

/* ----------------------------------- */
/* Body                                */
/* ----------------------------------- */
/*#bodyBackground{background:white;}*/
#bodyContainer{background-color:transparent;color:#676767;}
#bodyContainer,#bodyContainer p{font-size:10pt;line-height:1.2;margin:0;}

#pageTitle{color:#707172;font-size:22px;font-weight:700;margin:14.74px 0;}
#contentBox{margin:0;width:510px;min-height:550px;}


/* ----------------------------------- */
/* Footer                              */
/* ----------------------------------- */
#footerBackground{background:white;}
#footerContainer{background:transparent;color:#676767;font-size:11px;}
#footerContainer p{margin:0;line-height:1;}
#footerContainer img{max-height:50px;height:auto;padding:5px;}
#footerContainer .footerLogo{text-align:left;padding-top:15px;padding-bottom:15px;}
#footerContainer .footerContact{padding-top:15px;padding-bottom:15px;}
#footerContainer .footerContact .flexContainer{display:-ms-flexbox;display:flex;}
#footerContainer .footerContact .flexContainer>div{padding:10px 5px;}
#footerContainer .footerContact .flexContainer>div:first-child{-ms-flex:1.1;flex:1.1;}
#footerContainer .footerContact .flexContainer>div:not(:first-child){border-left:1px solid #707173;-ms-flex:.9;flex:.9;}
#footerContainer .footerCopyright{padding-top:25px;padding-bottom:25px;text-align:right;}

/* ----------------------------------- */
/* PRINT                               */
/* ----------------------------------- */
@media only print{
a[href]:after{content:none;}
#navContainer{border-bottom:1px solid black;}
#contentBox{width:100%;}}


.help{
  background-color: #ededed;
  color: #000;
  border: 1px solid #666;
}

/* css autocompletion */
input.autocompletion {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding:2px;
  border-left: 3px solid #666;
}
input.alert { color:red; border-color:red;}
div.autocomplete { position:absolute; clear:both; background:#ededed; border:1px solid #666; border-left:7px solid #666; margin-left:5px; display:none; }
div.autocomplete ul { padding:1px; margin:1px; height: auto;}
div.autocomplete ul li { list-style-type:none; color:#000; cursor:pointer; margin-left: 2px;}
div.autocomplete ul li.selected { list-style-type:none; background:#ccc;}
div.autocomplete-immediately { position:absolute; clear:both; background:#eef; border:1px solid #4475ce; border-left:7px solid red; margin-left:5px; display:none }
div.autocomplete-immediately  ul { padding:1px; margin:1px}
div.autocomplete-immediately  ul li { list-style-type:none; color:#4475ce; cursor:pointer; }
div.autocomplete-immediately  ul li.selected { list-style-type:none; background:#ccc; }

/*console*/
div.mainconsole { position:absolute; /*width:100px;*/ margin:5px 5px 5px; background-color:#e5ecf9; opacity:1; border:solid 1px red; overflow:auto; display:none;}
div.mainconsole ul { padding:1px; margin:1px}
div.mainconsole ul li { list-style-type:none; color:#4475ce; cursor:pointer; }
div.mainconsole ul li.alert { list-style-type:none; color:red;}


/*Eqnx.Ajax.ewnet.calendar*/
img.calendar-img-button { border: none; cursor: pointer; vertical-align: middle; opacity:0.20; filter:alpha(opacity=20); -moz-opacity:0.20 }
img.calendar-img-button:hover { border: none; cursor: pointer; vertical-align: middle; opacity:1; filter:alpha(opacity=100); -moz-opacity:1 }
div.calendar-div-container { position: absolute; border: 1px solid #000; background-color: #f0f0f0; width: 210px; padding: 2px; font-size: 10px; cursor: default; z-index: 29; }
div.calendar-div-container ul { list-style-type: none; margin: 0; padding: 0; text-align: center; }
div.calendar-div-container li { float: left; }
div.calendar-div-container div.datepickerdiv { position: relative; }
div.calendar-div-container div.monthpickerdiv, div.calendar-div-container div.yearpickerdiv { position: absolute; top: 0; left: 0; visibility: hidden; }
div.calendar-div-container div.panelright { position: absolute; top: 0; right: 0; width: 41px; padding: 0; margin: 0; }
div.calendar-div-container img.selectnow { margin-right: 20px; }
div.calendar-div-container img.closecalendar { vertical-align: top; }
div.calendar-div-container a, div.calendar-div-container a:hover { text-decoration: none; color: #000; }
div.calendar-div-container a.month { display: block; width: 60px; text-align: center; }
div.calendar-div-container table { font-size: 10px; margin-left: auto; margin-right: auto; clear: both; width: 100%;}
div.calendar-div-container th { border: 0px solid #444; background-color: #CFCFCF; text-align: center; width: 23px; }
/*div.calendar-div-container td { border: 1px solid #444; text-align: center; cursor: pointer; background-color: #FFF; }*/
div.calendar-div-container td.inactive, div.calendar-div-container td.inactive:hover { background-color: #f0f0f0; border: 0px solid #CFCFCF; color: #f0f0f0; cursor: default; }
div.calendar-div-container td.today { background-color: #B3FF99; }
div.calendar-div-container td.selected { background-color: #FF99B3; }
div.calendar-div-container td.we { background-color: #99B3FF; }
div.calendar-div-container td:hover, div.calendar-div-container td.today:hover, div.calendar-div-container td.we:hover { background-color: #FFE699; }
div.calendar-div-container img { border: none; cursor: pointer; vertical-align: text-bottom; }


/* Css Pour la Photo */
.prtl-crop-zone {
  margin: 0 auto;
}
.prtl-crop-buttons {
  padding: 0.5rem 0;
  text-align: initial;
}
.prtl-crop-buttons input.prtl-crop-button {
  padding: 0.36rem;
  height: 26px;
  width: 150px;
  line-height: 0.8rem;
  vertical-align: top;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 12px;
  float: right;
}
.fileContainer-croppie {
  font-weight: normal;   
  overflow: hidden;
  position: relative;
  border: 1px solid #d9d9d9;
  margin-right: 0.5rem;
  text-align: center;
  height: 26px;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0.1rem;
  cursor: pointer;
  min-width: 0;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  background: white;
}
.fileContainer-croppie span {
  display: block;
  /*line-height: 2.4rem;*/ /*OR correction responsif*/
  padding: 0 0.4rem;
}
.prtl-crop-buttons input.prtl-crop-button:hover,
.fileContainer-croppie:hover {
  background: #507EB2;
  color: #ffffff;
}
.fileContainer-croppie [type=file] {
  cursor: inherit;
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.croppie-container {
  padding: 0 0 1rem 0 !important;
  border: 1px solid #d9d9d9;
}
.croppie-container .cr-viewport {
  border: 0 !important;
  box-shadow: 0 0 0 899px rgba(255, 255, 255, 0.8) !important;
}
.error {
  border-color: #f16b6f;
}


/* MR */
table{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  /*margin-left: 20px;*/
    border-color: #000;
    border-width: 0px;
    border-style: solid; 
	border-spacing: 0px;
   padding: 5px 5px 5px 5px;
	background: #CFCFCF;
    font-family: sans-serif, Arial,Verdana,sans-serif;
    font-size: 10pt;}

th{
   vertical-align: top;
   background-color: #CFCFCF;
   text-align: left;
   padding: 5px;
}

td{
  vertical-align: top;
   background-color: #CFCFCF;
   padding: 5px;
}
#bouton_soumettre{
  display:block;
  /*margin:20px auto;*/
  background-color:#666666;
}
#bouton, #bouton_soumettre{
  padding: 5px 5px 5px 5px;
  /*background-color:#666666;*/
  border:1px solid #cccccc;
  color:#ededed;
  width:250px;
  /*margin-right: 35px;*/
  margin-left: 25px;
  margin-top: 5px;
}
#bouton{
  background-color: #2a71a9;
  float: right;
  margin-bottom: 10px;
}
#bouton:hover, #bouton_soumettre:hover{
  background-color:#cccccc;
  border:1px solid #666666;
  color:#666666;
  cursor: pointer;
  /*margin-right: 35px;
  margin-left: 25px;
  margin-top: 5px;*/
}
div.col-xs-2.hes-so{text-align:right;}

#parcours .pagecourante a, #parcours .pagecourante a:hover, #parcours .pagecourante a:visited{
  font-weight: bold;
}
 #parcours{
  color: #507EB2;
  font-weight: normal;
  /*padding-left: 5px;
  padding-bottom: 10px;
  padding-right: 10px;
  height: auto;*/
  margin-bottom:10px;
}
#parcours li{
  display: inline-block;/*float:left;*/
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
}
#parcours a, #parcours a:hover, #parcours a:visited, .mainMenu a{
  color: #507EB2;
  font-weight: normal;
}
#parcours a:hover{
  text-decoration: underline;
}
.soustitrePage{    
  color: #507EB2;
  font-weight: bold;
}

 .contentColLeft {
    width: 1040px;
    float: left;
    margin-left: 25px;
}
div.div_bouton{ width:100%; text-align:right;}
/* -------------------------------------------------------------------- */
/* SMARTPHONES AND TABLETS - PORTRAIT MODE */
/* -------------------------------------------------------------------- */
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait){
 div.col-xs-2{font-size:10px;} 
}

/* -------------------------------------------------------------------- */
/* SMARTPHONES - LANDSCAPE MODE */
/* -------------------------------------------------------------------- */
@media only screen and (max-width: 767px) and (orientation: landscape){
 div.col-xs-2{font-size:10px;} 
 /*div.col-xs-2.vide{width:10px;} 
 div.col-xs-2.social{width:10px;}*/
}
    

div.mainMenu a{
    /*list-style: none;*/
    line-height: 20px;
    /*padding-left: 25px;
    padding-right: 25px;
    margin-left: 0px;*/
}
div.mainMenu li{
    display: inline;
}
/* Menu */

/*div.mainMenu ul,*/ div.mainMenu a{
    margin-bottom:0px;
    padding-top:5px;
    padding-bottom:5px;
    display: block;
}
div.mainMenu a:hover{
    text-decoration: none; 
}
#erreur{
  color:#ff0000;
	border:2px solid #ff0000;
	padding: 5px;
}

.descriptionChamp{   
  color: #507EB2;
  font-weight: bold;
}

/* InfoBulles */
.infobulle { position: absolute; margin: 4px; width: 25em; background-color: #f5f5f5; opacity: 0.9; border: solid 1px #326699; text-align: left; }
.texteAttentionBold{   
  color: #EE2222;
  font-weight: bold;
}
.texteAttention{   
  color: #EE2222;
  font-weight: bold;
}

/*corrections OR:*/

#navBackground a, #languageNav a, a:active, a:hover, a:visited, a:focus, a:hover {
  color: #0072BC;
}

#languageNav a
{
  text-transform: uppercase;
}

.soustitrePage {
  font-size: 14px;
  font-weight: bold;
}

table {
  font-weight: normal;
}

#Titlerow {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 19px;
  padding-bottom: 8px;
}

.row.mainMenu {
  margin: 0;/* 15px;*/
  display: block;
  background-color: #cccccc;
  min-height: 30px;
  font-size: 15px;

}

#TopNavigationMenu {
  width: 100%;
  background-color: #EAEAEA;
}

#TopNavigationMenu img {
  max-width: 100%;
}

input[type="text"], textarea {
  width: 100%;
}

#boutonCopie
{
  margin-bottom:0px;
}
#boutonCopie label {
    font-weight: bold;
    font-size: 10pt;
    margin-bottom:0px;
}

#footerContainer .footerContact div.col-md-4.col-12:not(:first-child) {
    border-left: 1px solid #707173;
}

@media only screen and (max-width: 767px){
  #footerContainer .footerContact div.col-md-4.col-12:not(:first-child) {
    border-left-width: 0px;
    padding-top: 12px;
  }
}
