/********************************************/
/* Code : Marc Radermacher - Edroweb studio */
/********************************************/

/*	Colors  */

.color-acier   {	background:#7685A3; }
.color-orange  {	background:#F4970C; }
.color-vert    {	background:#BCCF00; }
.color-bleu    {	background:#7CBCE1; }
.color-jaune   {	background:#FFDB31; }
.color-rouge   {	background:#D24D4C; }
.color-gris    {	background:#888888; }
.color-none    {	background:none; }

.color-gris-clair { background:#f7f7f7; }
.color-gris-clair { background:#888888; }

.profile .color-acier   {	background:#7685A3; }
.profile .color-orange  {	background:#F4970C; }
.profile .color-vert    {	background:#BCCF00; }
.profile .color-bleu    {	background:#7CBCE1; }
.profile .color-jaune   {	background:#FFDB31; }
.profile .color-rouge   {	background:#D24D4C; }
.profile .color-gris    {	background:#888888; }

.txt-acier h3 a   {	color:#7685A3; }
.txt-orange h3 a  {	color:#F4970C; }
.txt-vert h3 a    {	color:#BCCF00; }
.txt-bleu h3 a    {	color:#7CBCE1; }
.txt-jaune h3 a   {	color:#FFDB31; }
.txt-rouge h3 a   {	color:#D24D4C; }
.txt-gris h3 a    {	color:#888888; }

.txt-acier h2 a  {	color:#7685A3; }
.txt-orange h2 a {	color:#F4970C; }
.txt-vert h2 a   {	color:#BCCF00; }
.txt-bleu h2 a   {	color:#7CBCE1; }
.txt-jaune h2 a  {	color:#FFDB31; }
.txt-rouge h2 a  {	color:#D24D4C; }
.txt-gris h2 a   {	color:#888888; }

.txt-acier h2  {	color:#7685A3; }
.txt-orange h2 {	color:#F4970C; }
.txt-vert h2   {	color:#BCCF00; }
.txt-bleu h2   {	color:#7CBCE1; }
.txt-jaune h2  {	color:#FFDB31; }
.txt-rouge h2  {	color:#D24D4C; }
.txt-gris h2   {	color:#888888; }

.txt-acier   {	color:#7685A3; }
.txt-orange  {	color:#F4970C; }
.txt-vert    {	color:#BCCF00; }
.txt-bleu    {	color:#7CBCE1; }
.txt-jaune   {	color:#FFDB31; }
.txt-rouge   {	color:#D24D4C; }
.txt-gris    {	color:#888888; }

/*	Errors Boxes  */

.box_error {
	background:#bf2126; /* Bordeaux */;
	position:relative;
	z-index:5001;
	color: white;
	font-size: 11px;

	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;

	padding: 5px 10px 5px 10px;

	position:absolute;
	margin-top: -20px;
	margin-left: 50px;
	display: inline;
	cursor:pointer !important;/* IE6 */
	z-index:0;
}

.cursor_error {
	width:23px;
	height:12px;
	background: url(https://www.arafdes.fr/gfx/arrow_down_red.png) bottom left no-repeat;
	margin-top:5px;
	position:absolute;
}

/*	cms  */

.clear,
.spacer {
	clear:both;
}

.actus_zoom {
	width:100%;
	padding:20px;
	padding-top:0px;
	float:right;
}

.actus_photo {
	width:100%;
	padding:20px;
	padding-top:0px;
	text-align:center;
}

.actus_pdf {
	cursor:pointer;
	padding-bottom:20px;
}

.pdf {
	width:100%;
	padding-bottom:20px;
}

.center {
	text-align:center;
}

.fermer {
	float: right;
	font-size: 30px;
	margin-top:-15px;
}

/*	fancy */

.thumb {
	overflow:hidden;
}

.thumb ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

/*	Newsletters  */

.news-v3 {
	padding-top:20px;
	font-size: 18px;
	line-height:20px;
	text-align:center;
	border-radius: 100px 0px 0px 100px;
	-moz-border-radius: 100px 0px 0px 100px;
	-webkit-border-radius: -100px 0px 0px 100px;
}

.news-v3 span {
	text-align:center;
}

.news-v3 b {
	font-size: 40px;
	text-align:center;
	float:left;
	padding:10px;
	padding-left:15px;
	padding-right:5px;
}

.news-v3 p {
	color:white;
}

/*	Animations des icones formations  */

.icon-anim {
    overflow: hidden;
    transition-duration: 0.6s;
    transition-property: transform;
}

.icon-anim:hover {
		background-color: #F4970C;
		*box-shadow: 0 0 0 4px #fff;
		transition: transform 0.2s, opacity 0.2s;
		transform: scale(1.3);
}

.modal-body h4 {
	margin-top:-10px;
}

/*	Formulaires  */

.formulaire {
	*background-color:#fafa00;
	padding:15px 30px 0px 30px;
	* haut droite bas gauche;
  border: 1px solid #ddd;
}

.dates select {
	height: 34px;
	padding: 6px 12px;
}

/*   Registration and Login Page   */

.reg-page {
	color: #555;
	padding: 30px;
	background: #fefefe;
	border: solid 1px #eee;
	box-shadow: 0 0 3px #eee;
}

.reg-header {
	color: #555;
	text-align: center;
	margin-bottom: 35px;
	border-bottom: solid 1px #eee;
}

.reg-header h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.reg-page label {
	color: #777;
}

/*   Justification des textes   */

.purchase p,#content p, .testimonials-desc p {
	text-align: justify;
}

#content p {
	margin-top: 		10px;
	margin-bottom: 	10px;
}

/*   Tables  */


#content table p {
	margin-top: 		0px;
	margin-bottom: 	0px;
}

table {
    width: 100%;
    max-width: 100%;
}

td, th {
  	border: 1px solid #ddd;
 		padding:7px;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

th {
	background-color:#3a66aa;
	background: #efefef;
}



/*
#content table {
 	border-collapse:collapse;
 	border-width:1px;
	border: solid 1px #eee;
	border-left: solid 2px #F4970C;
}

#content tr:hover  {
 	background-color:#fff;
}

#content img {
	*width: 500px;
	*height: 131px;
	*cursor:pointer !important;
	*cursor:hand;
}
*/

/*   Ribbon  */

.ribbon-box {
  position: relative;
  border: 1px solid #ddd;
  background: #fafafa;
}

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  	*background: #F4970C;
  	*background: #79A70A;
  	*background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #888;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #888;
}

.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #888;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #888;
}

/*   Panel fixed  */

.affix {
  position: fixed;
	z-index:10;
	right:0px;
	bottom:60px
}

.affix-sub {
	background-color:white;
	opacity:0.9;
	width:60%;
}

.figcaption {
  position:absolute;
  top:0;
	background-color:#333;
	opacity:0.9;
	width:100%;
	height:50%;

  top:50%;
}

.figure {
	position:relative;
	width:100%;
}

.figcaption:hover {
	transition: 0.5s;
	height:100%;

  top:0%;
}  

.breadcrumbs-v3 h2 ,
.breadcrumbs-v3 h1 {
  text-transform: uppercase;
	font-size: 40px;
	color: white;
	display: block;
	text-align:left;
	line-height: 45px;
	padding:5px;
	*padding-left:20px;
}

.breadcrumbs-v3 h1 {
	color: black;
	opacity:0.4	;
}

.breadcrumbs-v3 .panel {
	font-size: 30px;
	padding:10px;
	padding-left:20px;
  opacity: 0.9;
	*width:65%;
}

@media (max-width: 992px) {
	.purchase {
		text-align: left;
	}
}

/*	Border cbp  */

.cbp img {
	border: 1px solid #ddd;
  border-radius: 4px;
}

/*	Ajustement iPad  */

.btn-u-lg,
a.btn-u-lg {
	font-size: 12px;
	padding: 10px 25px;
}

.form-control {
	padding:0;
}

.logo {
	padding-right:15px;
}

.breadcrumbs-v3:after {
  background: rgba(0,0,0,0.0);
}

/*	Ajustement Printer  */

.tab-v3 .tab-content {
	border:0;
	border-top: solid 1px #eee;
}

/*	Ajustement Slider  */

.Purchase .ms-skin-black-2 .ms-nav-next, .Purchase .ms-skin-black-2 .ms-nav-prev {
		top:90%;
}

/*	Ajustement Counters  */

.headline-center-v2 h2 {
	color: white;
}

.pie-progress-charts .circle {
  color: white;
}

.counters-bs {
    padding: 50px 0;
    background: url(../assets/img/bg/255339170_hd.jpg) 50% 0;
}

.circles-text-wrp{
	font-size:50px;
	font-weight:bold;
}

.debug_id {
	float:right;
	color:#F4970C;
	font-size:11px;
	text-align:right;		
}

.carousel_pub_zoom,
.carousel_pub_photo {
	background-color:white;
	width:300px;
	*height:321px;
	padding:10px;
}

.item, .owl-wrapper {
	background-color:white;
	text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    width: 14px;
    height: 14px;
    background: white;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    border: solid 3px white;
    border-color: rgba(0, 0, 0, 0.44);
    margin: 4px;
    background-position: -34px -117px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span  {
    background-color: black;
    border-color: white;
    border-color: rgba(255, 255, 255, 0.44);
}

/*Navbar Menu*/
.header .navbar-nav > li > a {
	font-size: 14px;
}

.mega-menu-content h4 {
	font-size: 17px;
	line-height: 0.8;
}