/*===================
	FORME GENERAL
===================*/

body {
	background-image: url('../img/fond_v3.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: black;
	}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-bottom: 0rem !important; 
}

div#center {
	background-color:tan;}

/* MISE EN FORME DES TITRES DANS LA PARTIE TEXTE DES ARTICLES */

#article-text h1, #article-text .h1,
#article-text h2, #article-text .h2,
#article-text h3, #article-text .h3,
#article-text h4, #article-text .h4,
#article-text h5, #article-text .h5,
#article-text h6, #article-text .h6 {
	font-weight: bold !important;}

#article-text h1, #article-text .h1 {
  font-size: 1.8rem;}
#article-text h2, #article-text .h2 {
  font-size: 1.64rem;}
#article-text h3, #article-text .h3 {
  font-size: 1.48rem;}
#article-text h4, #article-text .h4 {
  font-size: 1.32rem;}
#article-text h5, #article-text .h5 {
  font-size: 1.16rem;}
#article-text h6, #article-text .h6 {
  font-size: 1rem;}

@media print, screen and (min-width: 40em) {
#article-text h1, #article-text .h1 {
    font-size: 2rem; }
#article-text h2, #article-text .h2 {
    font-size: 1.8rem; }
#article-text h3, #article-text .h3 {
    font-size: 1.6rem; }
#article-text h4, #article-text .h4 {
    font-size: 1.4rem; }
#article-text h5, #article-text .h5 {
    font-size: 1.2rem; }
#article-text h6, #article-text .h6 {
    font-size: 1rem; } }

#article-text h1:not(.texteencadre-spip h1)::before, #article-text h1:not(.texteencadre-spip h1)::after,
#article-text h2:not(.texteencadre-spip h2)::before, #article-text h2:not(.texteencadre-spip h2)::after,
#article-text h3:not(.texteencadre-spip h3)::before, #article-text h3:not(.texteencadre-spip h3)::after,
#article-text h4:not(.texteencadre-spip h4)::before, #article-text h4:not(.texteencadre-spip h4)::after,
#article-text h5:not(.texteencadre-spip h5)::before, #article-text h5:not(.texteencadre-spip h5)::after,
#article-text h6:not(.texteencadre-spip h6)::before, #article-text h6:not(.texteencadre-spip h6)::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

#article-text h1:not(.texteencadre-spip h1):not(legend h1)::after,
#article-text h2:not(.texteencadre-spip h2):not(legend h2)::after,
#article-text h3:not(.texteencadre-spip h3):not(legend h3)::after,
#article-text h4:not(.texteencadre-spip h4):not(legend h4)::after,
#article-text h5:not(.texteencadre-spip h5):not(legend h5)::after,
#article-text h6:not(.texteencadre-spip h6):not(legend h6)::after {
    clear: both; }
#article-text h1:not(.texteencadre-spip h1):not(legend h1)::after,
#article-text h2:not(.texteencadre-spip h2):not(legend h2)::after,
#article-text h3:not(.texteencadre-spip h3):not(legend h3)::after,
#article-text h4:not(.texteencadre-spip h4):not(legend h4)::after,
#article-text h5:not(.texteencadre-spip h5):not(legend h5)::after,
#article-text h6:not(.texteencadre-spip h6):not(legend h6)::after {
    position: relative !important;
    width: 5rem;
    border-bottom: 0.125rem solid #D84712;
	padding-bottom: 0.25rem;
    margin: 0 0 0.5rem 0 !important;
    margin-left: 0 !important; }
	
#article-text h1:not(.texteencadre-spip h1):not(legend h1),
#article-text h2:not(.texteencadre-spip h2):not(legend h2),
#article-text h3:not(.texteencadre-spip h3):not(legend h3),
#article-text h4:not(.texteencadre-spip h4):not(legend h4),
#article-text h5:not(.texteencadre-spip h5):not(legend h5),
#article-text h6:not(.texteencadre-spip h6):not(legend h6) {
    margin-top: 0rem !important; }

#article-text legend h1, #article-text legend .h1 {
    font-size: 2rem; }
#article-text legend h2, #article-text legend .h2 {
    font-size: 1.8rem; }
#article-text legend h3, #article-text legend .h3 {
    font-size: 1.6rem; }
#article-text legend h4, #article-text legend .h4 {
    font-size: 1.4rem; }
#article-text legend h5, #article-text legend .h5 {
    font-size: 1.2rem; }
#article-text legend h6, #article-text legend .h6 {
    font-size: 1rem; }

@media print, screen and (min-width: 40em) {
#article-text legend h1, #article-text legend .h1 {
    font-size: 3rem; }
#article-text legend h2, #article-text legend .h2 {
    font-size: 2.8rem; }
#article-text legend h3, #article-text legend .h3 {
    font-size: 2.6rem; }
#article-text legend h4, #article-text legend .h4 {
    font-size: 2.4rem; }
#article-text legend h5, #article-text legend .h5 {
    font-size: 2.2rem; }
#article-text legend h6, #article-text legend .h6 {
    font-size: 2rem; } }
	
/* FIN */

a {
  color: #D84712;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #E58020; }

/* background: #f2f2f2; */

.callout {
  background: #f2f2f2;
  color: #333333;
  border-style: none !important;}
 
.button {
	background-color:#D84712;
	font-size: 1em;
	color: white;
	font-weight: bold;}

.button:hover, .button:focus {
	background-color: #E58020;
	color: white;
	border: 1px solid #E58020 !important;}

select,
textarea,
input {border: 1px solid #D84712 !important;}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox] + label,
input[type=radio] + label {
	padding-bottom: 0.625rem;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background: #007095;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  border: 0.0625rem solid #D84712;
  width: 1rem;
  height: 1rem;
  font-size: 0.875rem;
  margin: 0 0.5rem 0.25rem -0.5rem;
  color: white;
  background: white;
}
input[type=checkbox] + label:before {
  content: "\2713";
  padding-right: 1px;
  border-radius: 0.125rem;
}
input[type=radio] + label:before {
  content: "";
  border-radius: 50%;
}

input[type=checkbox]:checked + label:before {
    background: #D84712;
}

input[type=radio]:checked + label:before {
    background: #D84712;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.border-left-titles {
	border-left: 0.5rem solid #D84712;
	padding-left: 0.5rem;
	}

.border_orange_right {
	border-right: 1px solid #D84712 !important;
	padding-right: 1rem !important;
	margin-right: 1rem !important;}

.size_parcourir {
	font-size: 0.75rem !important;
	font-weight: bold !important;}
	
.nom_fichier {
	 border: 1px solid #cacaca !important; }

.nom_fichier:focus {
    background-color: #E6E6E6 !important;}

.minuscule {text-transform: lowercase !important;}

.info_publi { margin: 0 8rem 0 0 !important; padding: 0 !important; font-size: 1em; font-style: italic; }

medium {
	font-size: 87.5%;
	line-height: inherit; }

@media screen and (max-width: 39.9375em) {
.text_justify_cancel {text-align: left !important;}
}

/* ACCUEIL */

@media screen and (min-width: 64em) {
.padding-logo-accueil {
  padding-right: 1rem !important; }
}

/* INSCRIPTION */

.margin-mdp {
  margin-bottom: 0.5rem !important; }

.reglement-texte {
  background: white !important;
  color: #333333 !important;
  border: 1px solid #D84712 !important;
  padding : 0.5rem !important;
  }
 

/* FORUM */

.padding-com {
  padding-bottom: 0.5rem !important; }
 
 @media screen and (max-width: 63.99875em) {
.margin-top-medium-down-1 {margin-top: 1rem !important; }
}

/* MAJUSCULE */

.text-uppercase {text-transform: uppercase;}

/* FONT SIZE */

small-90  {
  font-size: 90% !important; }

@media screen and (min-width: 40em) {
.icon-size-medium-up {
   font-size: 1.1rem !important; }
}
 
/* SVG COLOR */

.icon-book {
  display: inline-block;
  width: 40px;
  height: 33px;
  background-size: cover;
}
.icon-book-next {
  background-image: url('../img/book-next.svg');
}
.icon-book-next:hover,
.icon-book-next:focus {
  background-image: url('../img/book-next-hover.svg');
}

.icon-book-prev {
  background-image: url('../img/book-prev.svg');
}
.icon-book-prev:hover,
.icon-book-prev:focus {
  background-image: url('../img/book-prev-hover.svg');
}

/*===========================
	MODIFICATION SPIP
===========================*/

hr.spip {
	max-width: 100% !important;
	border-bottom: 4px dotted #cacaca !important;
	margin-left: auto !important;
	margin-right: auto !important;}

.caractencadre2-spip {
	color: #C90902 !important;
	font-weight: normal !important;
}

.caractencadre2-spip {
	color: #1779ba !important;
	font-weight: normal !important;
}

.texteencadre-spip {
	display: inherit;
	color: inherit;
	background: #e6e6e6;
	border: none;
	border-bottom: 4px dotted  #cacaca !important;
	margin-left: -1rem !important;
	margin-right: -1rem !important;	
	padding: 0 1rem 1rem 1rem  !important;	
	position: relative;
}

.texteencadre-spip hr {
	max-width: 150% !important;
	border-bottom: 4px dotted  #cacaca !important;
	margin-left: -1rem !important;
	margin-right: -1rem !important;}

.texteencadre-spip h1,
.texteencadre-spip h2,
.texteencadre-spip h3,
.texteencadre-spip h4,
.texteencadre-spip h5,
.texteencadre-spip h6 {
	font-weight: bold;
	padding-bottom: 0.5rem;
}

.texteencadre-spip h1 {
	font-size: 1.6rem !important;}
.texteencadre-spip h2 {
	font-size: 1.48rem !important;}
.texteencadre-spip h3 {
	font-size: 1.36rem !important;}
.texteencadre-spip h4 {
	font-size: 1.24rem !important;}
.texteencadre-spip h5 {
	font-size: 1.12rem !important;}
.texteencadre-spip h6 {
	font-size: 1rem !important;}	

@media print, screen and (min-width: 40em) {
.texteencadre-spip h1 {
	font-size: 1.8rem !important;}
.texteencadre-spip h2 {
	font-size: 1.64rem !important;}
.texteencadre-spip h3 {
	font-size: 1.48rem !important;}
.texteencadre-spip h4 {
	font-size: 1.32rem !important;}
.texteencadre-spip h5 {
	font-size: 1.16rem !important;}
.texteencadre-spip h6 {
	font-size: 1rem !important;}
}

/*===========================
	MODIFICATION FOUNDATION
===========================*/

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
font-size: 100% !important;
color: #969696 !important;}

hr {
  max-width: 100% !important;
}


	
#contenu_article .label {
  font-size: 1.2rem !important;
  margin: 0;
  padding: 0.5em 0.75em;
}

@media screen and (max-width: 39.9375em) {
#contenu_article .label {
  font-size: 1rem !important;}
}

#support_article .label {
  font-size: 1rem !important;
  margin: 0;
  padding: 0.5em 0.75em;
}

@media screen and (max-width: 39.9375em) {
#support_article .label {
  font-size: 0.8rem !important;}
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
.search-aera {
  max-width: 70% !important;
} }

/* LABEL */

.label {
	background: #262626!important;}
	
.label.tiny {
    font-size: 0.7rem; }
	
label {
font-weight: normal !important;
font-size: 1rem !important;}

/* BOUTON */

.close-button {
  color: #D84712 !important;}

.radius {
  border-radius: 0.1875rem; }
  
#pos-img {
	position : relative ;
	background-color:transparent;
	border: none;
	}

#pos-progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;}

#pos-but {
    position : absolute;
	bottom: 0rem;
	right: 0;}

/* TABLE */

thead {
    background: #E6E6E6 !important; }

thead,
tbody,
tfoot {
    background-color: #f9f9f9; }

table.unstriped tbody tr {
    background-color: #f9f9f9; }

table.hover thead tr:hover {
  background-color: rgba(50, 50, 50, .15) !important; }

table.hover tfoot tr:hover {
  background-color: rgba(100, 100, 100, .15) !important; }

table.hover tbody tr:hover {
  background-color: rgba(100, 100, 100, .15) !important; }

table.hover tbody tr:nth-of-type(even):hover {
  background-color: rgba(80, 80, 80, .15) !important; }
  
table.hover.unstriped tr:nth-of-type(even):hover {
  background-color: rgba(100, 100, 100, .15) !important; }

/* PROGRESS BAR */

.progress-sommaire {
	background-color: rgba(202, 202, 202, .25) !important;}
	
.progress.progress-sommaire .progress-meter {
    background-color: rgba(216, 71, 18, .75) !important;}
	
.progress.empty .progress-meter {
	background-color: #cacaca !important;}
	
.progress {
	height: 1.5rem !important;
	margin-bottom: 0rem !important;}

.progress.col_progress .progress-meter {
    background-color: #D84712; }

/* NAVIGATION */

.au-dessus {
  z-index: 1 !important;
}

.title-bar, .top-bar  {
  background: #D84712 !important;
}

.top-bar ul {
    background-color: #D84712 !important;
}

#main-menu li a {
	color: #FFF;
}

#main-menu li:hover,
#main-menu li a:hover {
  background: #E58020;
}

#main-menu ul {
  background: #D84712;
  border: none;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #FFF transparent transparent !important; 
 }
 
.drilldown .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #FFF !important;
  }
  
.drilldown .js-drilldown-back > a::before {
  border-color: transparent #FFF transparent transparent !important;
  }

.drilldown a {
  background: #D84712 !important;
}

.drilldown a:hover {
  background: #E58020 !important;
}

@media screen and (min-width: 64em) {
.padding-nav {
  padding: 0rem !important; }
}

@media screen and (max-width: 63.99875em) {
.padding-nav {
  padding-right: 0rem !important;
  padding-left: 0.5rem !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;  }
}

/* FILS D'ARIANE */

.breadcrumbs { padding: 0.875rem !important; margin : 0 !important}
.breadcrumbs > * { font-size: 0.6875rem !important; line-height: 0.6875rem !important; text-transform: none !important; }
.breadcrumbs > * a { color: #D84712; }
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a { color: #E58020; text-decoration: none; }
.breadcrumbs > *.current a { color: black; pointer-events: none;}

/* PAGINATION */

.pagination a,
.pagination button {
color: #D84712 !important; }

.pagination a:hover,
.pagination button:hover {
  background: #E58020 !important;
  color: #fff !important;  }
  
.pagination .current {
  background: #C90902 !important;
  color: #fff !important;}

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #f2f2f2 !important;
    cursor: default !important; }
 
/* FIELDSET */

fieldset {
    position: relative;
	border: 1px solid #D84712 !important;
	padding: 0 1rem 1rem 1rem  !important;
	margin: 0 0 2rem 0 !important;
}

legend {
	font-weight: bold;
	color: #D84712;
	padding : 0 1rem;
}


legend-bottom {
  position: absolute;
  bottom: 0;
  left: 100%;
  transform: translate(-100%, 50%);
  padding: 0 1rem;
  margin-left: -1rem;
  font-weight: bold;
  white-space: nowrap;
  background: #f2f2f2;
  color: #D84712;
}

/*=========================
	TEXTE SUR UNE LIGNE
=========================*/

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important; }

/*=================
	ESPACEMENTS
=================*/

.margin-top-nh1 {
  margin-top: -0.5rem !important; }

.margin-top-n1 {
  margin-top: -1rem !important; }
  
.margin-top-nh2 {
  margin-top: -1.5rem !important; }
  
.margin-right-h1 {
  margin-right: 0.5rem !important; }

.padding-left-h1 {
  padding-left: 0.5rem !important; }
  
.padding-top-h1 {
  padding-top: 0.5rem !important; }
  
.padding-bottom-h1 {
  padding-bottom: 0.5rem !important; }

.margin-top-h1 {
  margin-top: 0.5rem !important; }
  
.margin-bottom-h1 {
  margin-bottom: 0.5rem !important; }

.margin-0 {
  margin: 0rem !important; }

.margin-top-0 {
  margin-top: 0rem !important; }

.margin-right-0 {
  margin-right: 0rem !important; }

.margin-bottom-0 {
  margin-bottom: 0rem !important; }

.margin-left-0 {
  margin-left: 0rem !important; }

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important; }

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.padding-0 {
  padding: 0rem !important; }

.padding-top-0 {
  padding-top: 0rem !important; }

.padding-right-0 {
  padding-right: 0rem !important; }

.padding-bottom-0 {
  padding-bottom: 0rem !important; }

.padding-left-0 {
  padding-left: 0rem !important; }

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important; }

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.margin-1 {
  margin: 1rem !important; }

.margin-top-1 {
  margin-top: 1rem !important; }

.margin-right-1 {
  margin-right: 1rem !important; }

.margin-bottom-1 {
  margin-bottom: 1rem !important; }

.margin-left-1 {
  margin-left: 1rem !important; }

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.padding-1 {
  padding: 1rem !important; }

.padding-top-1 {
  padding-top: 1rem !important; }

.padding-right-1 {
  padding-right: 1rem !important; }

.padding-bottom-1 {
  padding-bottom: 1rem !important; }

.padding-left-1 {
  padding-left: 1rem !important; }

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.margin-2 {
  margin: 2rem !important; }

.margin-top-2 {
  margin-top: 2rem !important; }

.margin-right-2 {
  margin-right: 2rem !important; }

.margin-bottom-2 {
  margin-bottom: 2rem !important; }

.margin-left-2 {
  margin-left: 2rem !important; }

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.padding-2 {
  padding: 2rem !important; }

.padding-top-2 {
  padding-top: 2rem !important; }

.padding-right-2 {
  padding-right: 2rem !important; }

.padding-bottom-2 {
  padding-bottom: 2rem !important; }

.padding-left-2 {
  padding-left: 2rem !important; }

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.margin-3 {
  margin: 3rem !important; }

.margin-top-3 {
  margin-top: 3rem !important; }

.margin-right-3 {
  margin-right: 3rem !important; }

.margin-bottom-3 {
  margin-bottom: 3rem !important; }

.margin-left-3 {
  margin-left: 3rem !important; }

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.padding-3 {
  padding: 3rem !important; }

.padding-top-3 {
  padding-top: 3rem !important; }

.padding-right-3 {
  padding-right: 3rem !important; }

.padding-bottom-3 {
  padding-bottom: 3rem !important; }

.padding-left-3 {
  padding-left: 3rem !important; }

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

/*===============
	COULEURS
================*/

.orange_perso {color:#FFFFFF; background-color:#D84712;}

.orange_perso hr {
  border-color: #FFFFFF !important;
  }

/* Couleurs de texte */

.text-white {color: white;}
.text-black {color: black;}

/*===============
	ZONE TEST
================*/

/* Couleurs de fond */

.bg-black {background-color:black;}
.bg-red {background-color:red;}
.bg-tan {background-color:tan;}
.bg-white {background-color:white;}
.bg-white_o {background-color:white; opacity:0.5;}
.bg-orange {background-color:orange;}
.bg-grey {background-color:grey;}
.bg-pink {background-color:pink;}
.bg-green {background-color:green;}
.bg-purple {background-color:purple;}
.bg-brown {background-color:brown;}
.bg-blue {background-color:blue;}
.bg-yellow {background-color:yellow;}