.container{
	max-width: 945px;
	background-color: #ffffff;
	padding: 0px;
	padding-bottom: 80px;
/* 	border: 1px solid; */
}
.boite_recherche .boutton_submit input, .boutton_submit input, .boite_recherche .boutton_submit input:focus,
  .boite-form-recherche input.bt, .boite-form-recherche input.bt:focus, .boite-form-recherche input.bt:hover, .perleRechercher .bt,
  .div_ressources input.bt, .action input.bt{
  padding: 7px 17px;
  word-wrap: break-word;
  background-color: #8d2f23;
    border-color: #8d2f23;
    border: none;
  font-size:12px;
  font-weight:normal;    
    margin: 10px 0;
    color: #ffffff;
}

.boutton_submit input:hover{
  background-color: #53150D;
}

.box-container {
	text-align: center;  
	width: 100%;
	min-width: 300px;
}

.box{
	height: 65px;
	border: 0px;
	display: inline-block;
	vertical-align:middle;	
	margin: 0px;
}

.box-petit{
	height: 25px;
	border: 0px;
	display: inline-block;
	vertical-align:middle;	
	margin: 0px;
}


.box-item, .box-titre {
	width: 100%;
}

.box-titre {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
    text-align: center;
    font-weight: 600;
	font-size: 24px;
	height: 75px;
}

.box-label {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
    text-align: left;
    font-weight: 600;
	font-size: 13px;
	margin-left: 30px;
	margin-right: 30px;
	display: block;
}

.box-item1 {
	text-align: left;
	width: 49%;
	padding-top: 5px;
}

.box-item2 {
	text-align: right;
	width: 49%;
}

.box-item2 div {
/* 	padding-left: 10px; */
/* 	padding-top: 15px; */
	border: 0px;
}

.box-dossOutil-header, .box-dossOutil-footer{
    padding: 15px;    
    height: 55px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 600;
}

.box-dossOutil-header{
	background-color: #e7e8e8;
	font-size: 20px;
    text-align: left;
	color: #323232;
}

.box-dossOutil-body{
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
}

.box-dossOutil-footer{
	background-color: #f4f4f4;
    text-align: right;
	font-size: 13px;
	font-weight: 600;
	color: #0d6ca0;	
}

.carousel{
    margin: 0px;
    min-width: 300px;
    max-width: 940px;
}
.carousel .item img{
    margin: 0px;
}

.carousel-inner{
  width:100%;
  min-height: 120px !important;
}

.carousel-caption{
	background: rgba(0, 0, 0, .6);
	right: 0%;
	left: 0%;
	bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: 600;
	max-height: 80px;
}

.carousel-controls{
 position:relative; 
  width:300px;
  margin:0 auto;
}

.carousel-indicators{
   bottom:-15px; 
}

.btn-block+.btn-block{
	margin-top: 0px;
}

.first .btn-niveau1{
	font-size: 18px;
}

.btn-niveau1{
    color: #323232;
    background-color: #e2e2e2;
    border-color: #2e6da4;
	border: 1px solid #959595;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;    
    border-radius: 1px;
	font-family: Verdana, Geneva, sans-serif;
}

.btn-niveau2{
    color: #FFFFFF;
    background-color: #8d2f23;
    border-color: #2e6da4;
	border: 1px solid #bbbbbb;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;    
    border-radius: 1px;
	font-family: Verdana, Geneva, sans-serif;
}

.btn-niveau3{
    color: #FFFFFF;
    background-color: #003399;
    border-color: #2e6da4;
    border: 1px solid #bbb;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    border-radius: 1px;
    font-family: Verdana, Geneva, sans-serif;
}



.btn.btn-dossOutil {
	border: 1px solid #cacccb;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	text-align: left;
	border-radius: 1px;
}

div.box-dossOutil-body button:first-child { 
	border-top-style: dotted;	
}


.btn-dossOutil {
    color: #0d6ca0;
    background-color: #FFFFFF;
    border-color: #0d6ca0;
	padding-left: 35px;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

.first .btn-primary:hover, .btn-primary:hover{
	color: #323232;
	background-color: #e2e2e2;
	border-color: #959595;
	-moz-box-shadow:    inset 0 0 8px #959595;
	-webkit-box-shadow: inset 0 0 8px #959595;
	box-shadow:         inset 0 0 8px #959595;    
}

.btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus{
	color: #323232 !important;
	background-color: #e2e2e2 !important;
	border-color: #959595 !important;
	outline-color: #959595;
	
}

.second .btn-primary:hover {
    color: #FFFFFF;
    background-color: #53150d;
    border-color: #204d74;
}

.third .btn-primary:hover {
    color: #FFFFFF;
    background-color: #001d57;
    border-color: #204d74;
}


.img-thumbnail {
    display: inline-block;
    max-width: 100%;
	padding: 0px;
    background-color: #0000FF;
    border: 0px solid transparent;
    border-radius: 0px;
	min-height: 60px !important;
}

#outilMobile, #actualitesMobile {
	border-top: 1px solid #cacccb;
}

.ressources {    
	background: url("img/recherche-simple.PNG") 0 bottom no-repeat #33413f;
    
	margin: auto;
    min-width: 305px;
    min-height: 258px;
	width: 305px;
	height: 258px;
    
    border-image: linear-gradient(to bottom,#33413f,#adb3b2) 1 100%;
	
}

.form-control{
	font-size: 12px;
	border-radius: 0;
	height: 28px;
}

.form-group{
	margin-bottom: 5px;
}


.box-titre-actualites {
    border-bottom: 2px solid #5c2528;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 600;
    color: #6b241a;
    height: 45px;
    padding-top: 15px;
    padding-left: 15px;
}

.actualitesBox{
	padding-left: 2%;
	padding-right: 2%;
}

.actualitesBody .menuactualites_dates {
    background-image: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}


.actualitesBody li {
    background: url(img/menu_puce_niv1_actif.gif) no-repeat scroll 0 7px transparent;
    list-style: none outside none;
    margin: 0 0 0 5px;
    padding: 2px 0 0 10px;
}

.col-centered{
	float: none;
	margin: 0 auto;
}

.boite_recherche{
	display: flex;
	width: 305px;
	box-sizing: border-box;
	font-size: 13px;
	border: solid 2px #adb3b2;
	-webkit-border-image: -webkit-gradient(linear,0 0,0 100%,from(#5c2528),to(#adb3b2)) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(#5c2528,#adb3b2) 1 100%;
	-moz-border-image: -moz-linear-gradient(#5c2528,#adb3b2) 1 100%;
	-o-border-image: -o-linear-gradient(#5c2528,#adb3b2) 1 100%;
	border-image: linear-gradient(to bottom,#33413f,#adb3b2) 1 100%;
	border-bottom: 0;
	border-top: 0;
	background: url("../../img/NouveauDesign/recherche-simple.png") 0 bottom no-repeat #33413f;
	text-align: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.boite_recherche .boite_recherche_inner{
	width: 100%;
	box-sizing: border-box;
	padding: 25px 20px 0;
	border-bottom: #adb3b2 solid 2px;
    border-top: 0;
    display: flex;
    flex-direction: column;
}

.boite_recherche form{margin-top: auto;}

.boite_recherche.menu{width: auto; margin: 10px 0;}
.boite_recherche .champ2 {height: auto!important; width: 100%!important; box-sizing: border-box; text-indent:5px;}
.boite_recherche .champ {height: auto!important; width: 100%!important; box-sizing: border-box;}
.boite_recherche button{height: auto!important; width: 100%!important; box-sizing: border-box;}


.boite_recherche h2{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}

.boite_recherche label{font-weight: bold; margin: 3px 0; display: inline-block;}
.boite_recherche p{margin: 0;}

.boite_recherche .champ{
	width: 100%;
	height: 30px;
	font-size: 1em;
}

.boite_recherche .boutton_submit {
	text-align: right;
}

.boite_recherche .boutton_submit input, .boutton_submit input, .boite_recherche .boutton_submit input:focus,
	.boite-form-recherche input.bt, .boite-form-recherche input.bt:focus, .boite-form-recherche input.bt:hover, .perleRechercher .bt{
	padding: 7px 17px;
	word-wrap: break-word;
	background-color: #8d2f23;
    border-color: #8d2f23;
    border: none;
	font-size:12px;
	font-weight:normal;    
    margin: 10px 0;
    color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

/**Modif tchpa02 #20998 solution temporaire pour la Liste deroulante MO**/
.boite-form-recherche input.bt, .boite-form-recherche input.bt:focus, .boite-form-recherche input.bt:hover{
	margin: 10px 7px;
}

.boite_recherche button{
	height: 30px;
}




/*********Début Actualités dans Accueil************/
/**Modif Sofiane**/
.grand_cadre{
	/*display: table-row;*/
	padding-bottom: 5px;
	width: 95%;
}

/**Modif Sofiane**/
.table_cell_gauche{
	display: block;
	vertical-align: top;
	box-sizing:border-box;
	padding:15px 0px 0;
	/* float:left; */
	/* width:67%; */
}
/**Modif Sofiane**/
#a_la_une .gauche{
	/*min-height: 301px; 
	/*width:294px;
	padding-top: 6px;
    padding-left: 3px;*/
}

#a_la_une .gauche h2{	
	background: url("../../img/NouveauDesign/bandeau_actualites.jpg") no-repeat scroll left top #495B5B;
    color: #FFFFFF;
    font-family: formatamedium;
    font-size: 1.3em;
    margin: -6px -3px 5px;
    padding: 2px 0 3px 43px;
    width: 254px;
}
/**Modif Sofiane**/
.table_cell_droite{
	display: block;
	vertical-align: top;
	box-sizing:border-box;
	padding:15px 0 0 15px;
	/* float:left; */
	/* width:32%; */
	border-left:0px solid #5c2528;
	-webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#5c2528), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: 
      -webkit-linear-gradient(#5c2528, rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image:
      -moz-linear-gradient(#5c2528, rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image:
      -o-linear-gradient(#5c2528, rgba(0, 0, 0, 0)) 1 100%;
	border-image:
      linear-gradient(to bottom, #5c2528, rgba(0, 0, 0, 0)) 1 100%;
	border-right: 0;
}

/**Modif Sofiane**/
#a_la_une .droite{
    /*width: 217px;*/
    min-height: 301px;
    padding:0;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
}

#a_la_une .droite h2{
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
}

#a_la_une .droite p:first-child{
	text-align: center
}

#a_la_une .gauche ul {
	margin: 5px 0 10px;
	padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
	font-weight: normal;
	background: transparent;
}
#a_la_une .gauche li, #a_la_une .gauche li.menuactualites_dates li {
    background: url("../../img/contenu/menu_puce_niv1_actif.gif") no-repeat scroll 0 7px transparent;
    list-style: none outside none;
    margin: 0 0 0 -8px;
    padding: 2px 0 0 10px;
}
#a_la_une .gauche li.lien_espace{
	margin-top: 15px;
}
#a_la_une .gauche li.menuactualites_dates {
    background-image: none;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
#a_la_une .gauche li.a_droite {
    background-image: none;
    text-align:right;
}
#a_la_une .gauche ul ul {
	margin: 4px 0;
	padding-left:10px;
}
#a_la_une .gauche li li {
	padding: 0 0 0 9px;
	background: url(../../img/contenu/menu_puce_niv2_actif.gif) 0 5px no-repeat;
}
#a_la_une .gauche ul ul ul {
	margin: 4px 0;
}
#a_la_une .gauche li li li {
	margin: 0;
	background: url(../../img/contenu/menu_puce_niv3_actif.gif) 0 6px no-repeat;
}
#a_la_une .gauche ul.a_droite {
	text-align:right; 
	margin:0 5px 10px 0;
}
#a_la_une .gauche ul.a_droite li {
	background-image: none;
    margin: 0;
    padding: 0;
}
/**Modif Sofiane**/
.titre_actualites{
	border-bottom:2px solid #5C2528;
	padding: 3px 0 3px 0px;
	box-sizing:border-box;
	width:100%;
	font-size: 1.375em;
	color: #6b241a;
}

.titre_actualites h2{
	font-size: 18px;
	font-weight: 600;	
}


/** Mobile Pied page **/

#piedMobile_bandeau {
	background-color: #393C3B;
	padding-top: 5px;
}

#piedMobile_menu {
	padding-top: 10px;
}

#piedMobile_logo{
	text-align: center;
	padding-bottom: 15px;
}

/* tchpa02 Amélioration #5747*/
#piedMobile_logo p a{
  color: #000;
}

.AuthentificationDEG {
    background: #61716d;
    padding: 6px;
    color: #fff;
    /* tchpa02 Amélioration #5747 position: relative; */
    z-index: 1000;
    min-width: 300px;
}

.AuthentificationDEG button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    background-color: #232e2c;
    border: solid #000 3px;
    padding: 6px;
    margin-bottom: 6px;
    font-size: 1em;
    width: 100%;
    height: 91px;
}

.AuthentificationDEG .plus-info {
    padding: 6px 0 6px 8px;
    text-align: center;
    color: #FFFFFF
}

.AuthentificationDEG img.logo-ze {
    width: 120px;
    height: 75px;
    display: inline;
    margin-left: -180px;
}

.AuthentificationDEG img.logo-ze.reduit {
	width: 120px;
    height: 75px;
    display: inline;
    margin-left: 0px;
    margin-top: -20px;
}

.AuthentificationDEG img.logo-cs {
	width: 90px;
	height: 30px;
	margin-left: 92px;
	position: absolute;
	margin-top: 32px;
}

.AuthentificationDEG a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 600;
}

.AuthentificationDEG .auth-par {
    position: absolute;
    margin-top: 20px;
    margin-left: 110px;
    font-size: 11px;
}

.AuthentificationDEG button .retour {
    border: thin solid white;
    font-weight: bold;
    padding: .25rem;
    display: inline-block;
    margin-left: 50px;
    margin-top: 15px;
    width: 130px;
}

input.bt {
    background-color: #0d6ca0;
    border-color: #b4b4cd;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: .95em;
    font-weight: bold;
    color: #fff;
}

input.bt_over {
    background-color: #259bb6;
    border-color: #b4b4cd;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: .95em;
    font-weight: bold;
    color: #fff;
}

.cacher-elem{
	display: none;
	color:#000!important;background-color:#fff!important;	
}


.lightbox {
    text-align: center;
    padding-left: 30px;
}

.lightbox .lightbox_body {
    background: #fff;
    display: inline-block;
    padding: 50px;
    max-width: 750px;
	font-size: 12px;
}

.lightbox .lightbox_body p {
	margin: 0 0 15px;	
    text-align: left;
    margin-top: 0;    
}

.lightbox .lightbox_body .lightbox_boutons {
    text-align: right;
}

.lightbox .lightbox_body .lightbox_boutons button {
    background-color: #af3800;
    padding: 5px 10px;
    color: #FFF;
    border: solid 3px #853200;
    margin-bottom: .3rem;
    margin-left: .313rem;
}

.custom-icon {
    background: #fff;
    color: #959595;
    font-size: 35px;
    padding-top: 10px;
    border-radius: 0%;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

.custom-icon-bleu{
    background: #003369;
    color: #fff;
    font-size: 35px;
    padding-top: 10px;
    border-radius: 0%;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

.fa-times{
    background: #003366;
    color: #fff;
}

div#div_box_search {
    z-index: 999999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    margin: 0px;
    height: 100%;
    max-width: 945px;
    padding: 20px;
    min-width: 300px;
	
}

.searchInput{
	border-right: 0px;
}

div#cycles_fonctionsMob {
	z-index: 999999;
	width: 100%;
	max-width: 945px;
	position: absolute;
	top: 60px;
	background: none repeat scroll 0 0 #ededed;
	margin: 0px;
}

.chevron-carrousel{
	margin-top: 150%;
}

#boite_menu .bg .bg>ul>li>ul li.smenu::before, .boite_portlet .bg .bg>ul>li>ul li.smenu::before,
	#boite_menu .bg .bg>ul>li>ul li.smenu>a::before, .boite_portlet .bg .bg>ul>li>ul li.smenu>a::before
		{ 
 		top:-8px;  
	}

#boite_menu .bg .bg>ul>li>ul li.ouvert::before, .boite_portlet .bg .bg>ul>li>ul li.ouvert::before,
  #boite_menu .bg .bg>ul>li>ul li.ouvert>a.actif::before, .boite_portlet .bg .bg>ul>li>ul li.ouvert>a.actif::before
    {
  top:-8px;  
}


form#formulaireDeRecherche div label span{
  color: red;
  font-weight: normal;
} 

.div_ressources_min{
  padding-top: 6px;
}

.div_ressources_min div .error {
    font-size: 11px;
    margin-top: 0px;
    font-style: italic;
    color: red;
}