/*
|============|ewaCORE|==============|
|Author : #Foxy	   					|
|E-mail : developpeur@franckory.ci; |
|website: franckory.ci	  |
|Year   : 2017 		|
|===================================|
*/
/*==================== START YOUR CODE HERE ==========================*/

/*=================== GENERAL STYLE =====================*/
@font-face { 
	font-family: 'ewa bold';
	src: url('../fonts/neou/Neou-Bold.ttf');   
}
@font-face { 
	font-family: 'ewa light';
	src: url('../fonts/neou/Neou-Thin.ttf');   
}
@font-face { 
	font-family: 'raleway light';
	src: url('../fonts/raleway/Raleway-Light.ttf');   
}
@font-face { 
	font-family: 'raleway bold';
	src: url('../fonts/raleway/Raleway-Regular.ttf');  
}

body
{
	font-family: Arial;
}
.Tcenter
{
	text-align: center;
}
.Tleft
{
	text-align: left;
}
.Tright
{
	text-align: right;
}

/*============================ NAV ========================*/
.navbar{
	/*border-bottom: solid 2px #ffc000;*/
}

/*============================= PUB ========================*/
#Pub img
{
	height: 80px;
	width: 100%;
}
/*========================== Loading Map ====================*/
.loadMap{
	display: block;
	/*background: rgba(0,0,0.5);*/
	padding: 60% 36%;
}
/*====================== mainSection ======================*/
#mainSection
{
	background: url(../img/baewa.jpg);
	background-size: cover;
	padding-bottom: 50px;
	margin-top: 50px;
}
.grayBox
{
	background-color: rgba(233, 235, 238, 0.7);
	padding: 25px;
	min-height: 460px;
	border: solid 1px #ccc;
	border-top: none;
	margin-bottom: 15px;
}
.grayBox select
{
	width: 47%;
	display: inline-block;
	margin-right: -1px;
	padding: 0;
}

.grayBox .boutton
{
	margin-top: 50px;	
}
.grayBox.Search .boxtitle
{
	margin-bottom: 50px;
}

.boxtitle h4
{
	color: #44B749;
	font-family: 'ewa bold';
}
.boxtitle h4 i
{
	margin-right: 5px;
	margin-top: -15px;
}
.boutton
{
	background-image:linear-gradient(#44B749, #06703a);
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	border: solid 1px #44B749;
	height: 45px;
}
.menuBox
{
	padding: 0 15px;
	font-family: 'ewa bold';
}
.iconBox
{
	padding: 10px;
	background-image:linear-gradient(#44B749, #06703a);
	background-repeat: no-repeat;
	border-radius: 15px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	cursor: pointer;
}
.iconBox:hover
{
	background-image:linear-gradient(#06703a, #44B749);
	transition: background-image 2s;
}
.displaycomments
{
	display: none;
}
/*================== CONTACT =========================*/
#Contact
{
	background: #dafcb4;
	padding: 25px;
	padding-bottom: 0;
}
#Contact .ContactTitle
{
	color: #0e7b3d;
	font-family: 'ewa bold';
}
#Contact .ContactAdress
{
	color: #333;
	margin-bottom: 30px;
}
#Contact .intro
{
	font-style: italic;
	margin-top: 25px;
	border-bottom: solid 1px #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: justify;
}
#Contact .formContact
{
	background: #0e7b3d;
	padding: 70px;
	position: relative;
	border: solid 1px #ccc;
}
#Contact .social
{
	margin-top: 25px;
	/*border-top: solid 1px #fff;*/
}
#Contact .social .fa
{
	background: #3d3b3b none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
	/*display: block;*/
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;

}
#Contact .social .fa a:hover {
    text-decoration: none;
    background: #39A9E0;
}

.square i
{
	/*background: green;
	color: white;
	padding: 15px;
	border-radius: 15px;*/
}
.square 
{
	font-size: 18px !important;
}

#Contact .formContact input[type="text"],
#Contact .formContact input[type="email"], 
#Contact .formContactinput[type="password"]
{
	height: 50px;
}
#Contact .formContact textarea, 
#Contact .formContact input[type="text"],
#Contact .formContact input[type="email"], 
#Contact .formContactinput[type="password"]
{
	border-radius: 0px !important;
	background: transparent !important;
	color: #fff;
	/*font-weight: bold;*/
	font-size: 18px;
}

#clinique{
	background: url("../img/black-doctor-signs-you-were-raised-african.png");
	/*background: red;*/
	/*padding: 50px;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
	margin-bottom: 70px;
	/*width: 100%;*/
}
#slogan
{
	margin-bottom: 70px;
	text-align: center;
	font-size: 46px;
	font-family: 'ewa bold';

}
#slogan b
{
	color: green;
}
#background{
	background:rgba(0, 0, 0, 0.8);
	padding: 50px 0 0 100px;
	min-height: 600px;	
}

#background h1
{
	color: #fff;
}
#background h1 span
{
	color: #0E7B3D;
}
#background h1 hr
{
	border-bottom: solid 2px #fff;
	width :50px;
	text-align: left !important;
}
.mb-25 {
    margin-bottom: 25px;
}
.divider {
    display: block;
    width: 50px;
    height: 2px;
}
.divider.white {
    background: #ffffff;
}
#backgroundIntro
{
	font-size: 18px;
	color: #fff;
}
#backgroundText ul
{
	margin-right: -10px;
}
#backgroundText
{
	margin-top: 55px;
	color: #fff;

}
#backgroundText ul li
{
	display: block;
	margin-bottom: 20px;
}
#backgroundText ul li span
{
	font-size: 20px;
	margin-left: 15px;
}
#backgroundText .btn-success
{
	background-color: #0E7B3D;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 26px;
	margin-top: 20px;
}


/*======================== MAP ===========================*/
#mapBox
{
	/*margin-top: -140px;
	background: red;*/
}
#map
{
	height: 400px;
}

/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */
.border .bhead{
	height: 120px;
	background: #27ae60;
	border-radius: .3rem .3rem 0 0;
}
.body > .fa{
	background: #fff;
	padding: 20px 30px;
	color: #2ecc71;
	border-radius: 90px;
	margin-top: -150px;
	border: 2px solid #27ae60;

}
.bgGreen
{
	background: #2ecc71;
	/*padding: 25px;*/
	text-align: center;
}
.number
{
	font-size: 72px;
	font-weight: bold;
	color: #fff;
}
.TiteLabel{
	font-size: 26px;
	padding: 20px;
	color: #fff;
	background: #27ae60;
}
.body
{
	border: solid 1px #27ae60;
	padding:25px;
	text-align: center;
}
.body ul
{
	text-align: left;
}
.body ul li 
{
	padding: 5px;
}
}
.body ul li a
{
	color: #222;
	text-decoration: none;
}
.body ul li:hover a
{
	text-decoration: none;
}

.body ul li.active
{
	color: #fff;
	padding: 5px;
	background: #27ae60;
}

.body ul li:hover 
{
	color: #fff;
	padding: 5px;
	background: #2ecc71;
}

.body ul li.active a,  body ul li:hover a
{
	color: #fff;
}
.menu {
    margin-bottom: -20px;
    position: relative;
    z-index: 9;
}
#slider img, .bxslider img
{
	width: 100%;
}
.Hidden
{
	display: none;
}
.menu .navbar-inverse
{
	background: #27ae60 !important;
	border: none;
}
.menu .navbar-brand {
  height: 80px;
}
#navbar3 .fa
{
	margin-top: -22px;
}
.menu .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
.menu .nav >li.active >a {
  background: #fff;
  color: #27ae60;
  font-weight: bold;
}

.menu .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
a img.logo
{
	width: 130px;
}
.logger{
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background: #eee;*/
	padding: 5px;
}
.border{
	box-shadow: 2px 0 10px 5px #eee;
}
.border ul 
{
	margin-left: -25px;
}
.border ul li
{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}

/*========================== FOOTER ===========================*/
#footer
{
	background: #000;
	padding: 30px;
	color: #555;

}
#footer2
{
	background: #000;
	padding: 30px;
	color: #555;
	position: absolute;
	/*bottom: 0;*/
	width: 100%;
	margin-top: 50px
}

#footer .fa
{
	margin-right: 15px;
	color: #fff;
	margin-bottom: 10px;
}

/*============================ FOXY MODAL =====================*/
.centreimg
{
	/*background: url(../img/baewa.jpg);*/
	background: #27ae60;
}
.categorieimg
{
	background: url(../img/banniereEwa.png);
}
.ModalLogin
{
	/*display: none;
	position: fixed;*/
	/*width: 100%;
	height: 100%;*/
	/*z-index: 5500;*/
	/*scale : 0;*/
	background-color: rgba(0,0,0,0.67);
	background-repeat: no-repeat;
	background-size: cover;
	/*top: 0;
	bottom: 0;*/
	overflow-x: hidden;
	overflow-y: auto;
}


#foxyModal
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 5300;
	scale : 0;
	background-color: rgba(0,0,0,0.67);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal
{
	z-index: 1500;
}

.CreateBox
{
	display: none;
}
.text-alert
{
	color: #0e7b3d;
	font-style: italic;
}
.ModalLoginContent
{
	background: #EFF1F3;
	/*position: fixed;
	top: 10%;
	left: 5%;*/
	/*bottom: 25%;*/
	/*height: 518px;*/
	/*right: 5%;*/
	/*z-index: 1500;*/
	height: auto;
	/*padding: 20px;*/
	/*display: none;*/
	overflow: hidden;

}
.bggren, .gray
{
	padding: 70px 30px;
	height: 80%;
}


.logoLogin, .formLogin
{
	padding: 0 !important;
}
.logoLogin .form-control, .formLogin .form-control
{
	display: block;
    width: 100%;
    /*font-size: 22px !important;*/
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /*background-color: #eff1f3;*/
    background-image: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: none;

}
.notification
{
	border: solid 1px #eee;
	padding: 10px;
	margin-bottom: 10px;
}
.notification 
{
	font-size: 18px;
}
.notification.green{
	border-left: solid 10px green;
}
.notification.red{
	border-left: solid 10px red;
}

.logoLogin .form-control input, .formLogin .form-control input
{
	border: solid 10px red !important;
	background-color: #eff1f3;
}
.logoLogin  .btn, .formLogin .btn
{
	/*padding: 8px !important;*/
	font-size: 22px;
	/*text-transform: uppercase;*/
	color: #fff ;
	border-left: solid 15px #27ae60;

}
.logoLogin  .btn.text-sm, .formLogin .btn.text-sm
{
	font-size: 16px;
	color: #337ab7;
	margin-top: 6px;
	border: none !important;
}

.logoLogin h2
{
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	margin-top: 0 !important;
	font-family: 'ewa bold';
	font-weight: bold;
}
.logoLogin h2 span
{
	/*border-bottom: solid #fff 2px;*/
	color: #fff;

}
.logoLogin  hr
{
	border-bottom: solid #fff 2px;
	width: 70px;
}
.logoLogin  .desc, .logoLogin .liste
{
	font-size: 22px;
	text-align: left;
	padding: 0 95px;
	color: #fff;
	font-family: 'raleway light';
}
.logoLogin  .desc
{
	/*font-family: 'raleway italic';*/
	margin: 35px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.logoLogin .liste div.li
{
	margin: 20px 0;
}
.clear
{
	clear: both;
}
.colorWhite
{
	color: #fff;
}
.bggren
{
	background: #44B749;
	background-image: url(../img/loginBg.jpg);
	background-position: center;
	/*height: 518px;*/
	
}
.bggrenOverlay
{
	position: relative;
	z-index: 1;
	background: black !important;
}
.fixed
{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
.gray
{
	background: #EFF1F3;
	height: 518px;
	overflow-x: hidden;
	overflow-y: auto;

	/*background: rgba(233, 235, 238, 0.7);*/
}
.formLogin
{
	overflow-x: hidden;
	overflow-y: scroll;
}
.imgLogin img
{
	width: 100px;
	margin: auto;
}
.imgLogin
{
	margin: auto;
	margin-top: -20px;
	margin-bottom: 20px;
	text-align: center;
}

.logoLogin img
{
	width: 100px;
	margin: 15px 60px;
	margin-bottom: 45px;
}

.form-control
{
	border-radius: 0 !important;
	height: 45px;
}
.foxyModalContent
{
	/*width: 80%;*/
	/*background: rgba(255,255,255,0.9);*/
	background: #fff;
	position: fixed;
	top: 5%;
	left: 5%;
	right: 5%;
	z-index: 17000;
	scale :0;
	height: 90%;
	padding: 25px;
	/*border: solid 2px #0e7b3d;*/
	display: none;
	overflow-x: hidden;
	overflow-y: scroll;

}

.foxyModalClose {
	float: right;
	cursor: pointer;
	margin-top: -42px;
	margin-right: -33px;
	/*background: #27ae60;*/
	padding: 10px;
	border-radius: 25px;
	color: #0e7b3d;
}
.FModal-Head {
	text-align: center;
	padding: 1px;
	color: #27ae60;
	text-transform: uppercase;
}
#notificationModal, #notificationErrorModal
{
	display: none;
	position: fixed;
	z-index: 6000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    padding: 10%;

}
#notificationModal .body, #notificationErrorModal .body
{
	border-radius: 5px;
	width: 350px;
	margin: auto;
	top: 25px;
	background: #fff;
	text-align: center;
	padding: 25px;
}
#notificationModal .head, #notificationErrorModal .head
{
	width: 350px;
	margin: auto;
	top: 24px;
	background: #fff;
	text-align: center;
}
#notificationModal .head #close, #notificationErrorModal .head #close {
    float: right;
    background: #27ae60;
    color: white;
    padding: 10px;
    border-radius: 0 5px 0 0;
}
#notificationModal .body h2
{
	color: #27ae60;
	border-bottom: solid 1px #27ae60;
} 
#notificationModal .body .desc, #notificationErrorModal .body .desc 
{
	font-size: 18px;
	font-style: italic;
} 

#notificationModal .fa-icon .fa, #notificationErrorModal .fa-icon .fa
{
	text-align: center;
	padding: 10px;
	border-radius: 50%;
	border: solid #27ae60 1px;
	background: #27ae60;
	color: white;
	text-align: center;
} 
#notificationErrorModal .fa-icon .fa{
	border: solid red 1px;
	background: red;
}
#notificationModal .fa-icon .fa-5x, #notificationErrorModal .fa-icon .fa-5x
{
	font-size: 100px !important;
} 

.itemBox
{
	border: solid #0e7b3d 2px;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 5px;
}
.CentreName
{
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 2px #cccccc;
}
a .itemBox
{
	color: #555;
}
a .itemBox:hover
{
	background: #eee;
}
.itemBoxFiche {
	background-color: rgba(218,252,180,0.9);
	color: #555;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 5px;
	padding: 20px 20px;
	box-shadow: 10px 10px 0px #eee;
	border: solid 5px white;
	font-size: 16px;
}
.img{
	background-image: url(../img/hopital.png);
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 50px;
}

.itemBoxFiche .typecentre
{
	color: #5eb44d;
}

#mapC
{
	height: 500px;
	border: solid 5px #0e7b3d;
}
.fixeMap {
	position: fixed;
	z-index: 5000;
	width: 27%;
	bottom: 10%;
	top: 10%;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip
{
	background: #27ae60 !important;
	color: #fff !important;
}
.typecentre
{
	color: #0e7b3d;
	margin-top: -5px;
}
.itemBox .fa-map-marker
{
	color: #0e7b3d;
}
i.fa-star, i.fa-star-half-full
{
	color: #27ae60;
	font-style: italic;
}
h2.titreBox{
	margin-top: -15px;
	background: #27ae60;
	text-align: center;
	padding: 8px;
	color: #fff;
}
.formBox
{
	display: none;
	margin-bottom: 15px;
	border-bottom: solid 1px #eee;
	padding-bottom: 15px;
	background: #eee;
	padding: 15px;
	border: solid 1px #ccc;
}
.formBox select
{
	height: 40px;
	border-radius: 0 !important;
}
.resultBox
{
	margin-bottom: 10px;
	padding: 0 15px;

}
.resultBoxBtn {
  padding: 5px;
  background: #71d771;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
}
.removeBtn
{
	cursor: pointer;
}
.detailCentreBox
{
	border: dashed 1px #eee;
	padding: 15px;
	margin: 15px 0;
	background: rgba(225,225,225,0.3);
}
.detailCentreBox h3
{
	text-transform: uppercase;
}

.typecentreDetail
{
	font-size: 20px;
	color: #27ae60;
	margin-top: -3px;
}
.publicType
{
	background: #eee;
	padding: 5px;
	color: #777;
	border-radius: 5px;
	border: solid 1px #ddd;
}
.CentreTitreM {
	padding: 10px;
	margin-top: 15px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	transition: background 1s;
}
.CentreTitreM.active {
	background: #498EC0 !important;
	transition: background 1s ;
}

#listeCentreTitre
{
	background: #27ae60;
}
#listeCentreComments
{
	background: #27ae60;
}
.singleCentreBox {
    margin-bottom: 15px;
    padding: 6px 7px;
    background: rgba(218,252,180,0.9);
    font-weight: 600;
    border-bottom: solid 2px #27ae60;
    color: #5eb44d;
}
#backToCentres, .cursorPointer, .CentreTitreM, #returnToAnalyse
{
	cursor: pointer;
}
#backToCentres:hover, .cursorPointer:hover, .CentreTitreM:hover, #returnToAnalyse:hover
{
	color: #27ae60;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5200; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modalFirst {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 7200; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.UTitle
{
	color: green;
}
.analyseListe ul li 
{
	list-style: none;
}
.analyseListe ul{
    margin-left: -30px !important;
}

.analyseListe .analyseUl, .lettre{
    position: relative;
    display: block;
    font-family: Lato,sans-serif;
    margin: 5px 0;
    padding: 20px 42px 20px 43px;
    cursor: pointer;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 20px center;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    transition-property: background-color,-webkit-transform,margin-left;
    transition-property: background-color,transform,margin-left;
    transition-duration: .15s,.15s,.3s;
    color: #555;
}
.lettre
{
	padding: 10px 42px 10px 43px;
}
.analyseListe .analyseUl:hover
{
	background: #fff;
	border-radius: 3px
}
.lettre:hover{
	background: inherit;
	color: green;
}
.entetrecherche span
{
	margin-right: 1px;
	background: green;
	color: #fff;
	padding: 5px;
	margin-bottom: 15px;
	cursor: pointer;
}
.entetrecherche span
{
	white-space: pre-wrap;
}

.analyseUl::after, .lettre::after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../img/icn_arrow_right.png);
    width: 10px;
    height: 18px;
    line-height: 18px;
    background-size: 10px 18px;
    top: 50%;
    right: 20px;
    margin-top: -9px;
    transition-property: opacity;
    transition-duration: .3;
    opacity: .5;
}
.box .form-control, .boxAnalyseCentres .form-control {
	height: 30px;
}

.analyseUl .fa.fa-plus-circle, .lettre .fa.fa-plus-circle
{
	color: #27ae60;
	margin-right: 15px;
}

/* Modal Content */
.modalContent {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 580px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s
    border-radius:0 !important;
    top: 0;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.closeModale, .closeNewModal {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.closeModale:hover, .closeNewModal:hover
.closeModale:focus, .closeNewModal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.fa-close
{
    float: right;
    color: white;
    font-size: 2em;
    top: 10%;
    cursor: pointer;
}
.modalHeader {
    padding: 2px 16px;
    background-color: #0e7b3d;
    color: white;
    border-radius: 0 !important
}
.special
{
	color: white;
}
.special .fa
{
	color: #ffc000;
}
#allAnalyses
{
	color: rgba(255,255,255,.5);
    font-weight: bold;
    font-size: 16px !important;
}
.titleHeaderM .fa.fa-stethoscope {
    background: #7ea74a;
    padding: 15px;
    border-radius: 0 0 36px 36px;
    border: solid 3px #fff;
}
.titleHeaderM
{
	margin: 15px;
}
#modalIntroText
{
	color: rgba(255,255,255,.5);
	font-size: 28px;
    font-weight: bold;
}
.modalTitle {
    font-size: 30px;
    margin-left: 10px;
}

.modalBody {
	padding: 16px;
	background: #fafafa;
}
.modalBody .input-group-addon
{
	background: #1A5D28;
}
.modalBody .has-error .input-group-addon
{
	background: #a94442;
}

.modalBody .input-group-addon .fa
{
	color: #fff;
}

.clear
{
	clear: both;
}

/*.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}*/

#inscriptionForm
{
	display: none;
}

#header
{
	background: url("../img/ewa-2.jpeg") no-repeat;
	background: #89C540;
	background-size: 100%;
	height: 150px;
}
#header h2 {
    color: #fff;
    padding-top: 57px;
    font-size: 47px;
}


#form
{
	/*padding: 30px 0px;
	border: solid 1px #ccc;
	margin: 20px;*/

}

/*========================RESPONSIVE DESIGN ======================*/
@media (min-width: 990px) and  ( max-width: 1198px)
{
	.boutton{
		font-size: 16px ; 
	}
	.grayBox .boxtitle h4
	{
		font-size: 14px;
	}

	.logoLogin img
	{
		margin: 0;
	}
}
@media (min-width: 766px) and  ( max-width: 960px)
{
	.modalContent
	{
		width: 70%;
	}
	.logoLogin img
	{
		margin: 0;
	}
}
@media ( max-width: 767px)
{
	.itemBoxFiche
	{
		text-align: center;
	}
	.modalContent
	{
		width: 80%;
	}
	.logoLogin img
	{
		margin: 0;
	}
	#Contact .formContact
	{
		padding: 15px;
	}
	#backgroundText .btn-success
	{
		background-color: #0E7B3D;
		text-transform: uppercase;
		border-radius: 0;
		font-size: 18px;
		margin-top: 20px;
	}
	#background{
		background:rgba(0, 0, 0, 0.8);
		padding: 50px 0 0 100px;
		min-height: 600px;
	}
	#header h2 {
    	color: #fff;
    	padding-top: 47px;
    	font-size: 37px;
	}
	#header h2 {
		padding: 20px;
	}

}
.space{
	margin-left: -25px;
}
@media(max-width: 1195px){
	.space{
		margin-left: 0 ;
	}	
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
#spaceHead{
	margin-top: 60px;
}
.panel-title{
	cursor: pointer;
	font-size: 20px;
	/*font-weight: 400;*/
}

#faqAccordion .panel-body {
	margin-top: 25px;
	font-size: 18px;
	text-align: justify;
}

#faqAccordion a{
	text-decoration: none;
}


