/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*************************
*******Typography******
**************************/

body {
  background: #333;
  font-family:'Raleway', Arial, sans-serif;
  color:#333;
  line-height:175%;
  overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:500; 
    font-family:'Raleway';
	color:#000;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size:20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 120%;
}

h4{
  font-size: 16px;
}

a {
  color: #a48328;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color:rgba(0,0,0,.85);
  text-decoration:none;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
emphasis-dark {
    color: #072e62;
    font-weight: bold;
}
emphasis-light {
    color: #fdf9ee;
    font-weight: bold;
}
ital {
  font-style: italic;
}
cdsd {
  letter-spacing: -1px;
}
light_cdsd {
  letter-spacing: -0.2px;
}
big {
  font-size: 135%;
}

.btn-primary {
	margin-top:30px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #0BA9F9;
}
.btn:hover {
	color: #fff;
	background-color: #0BA9F9;
	border-color: #0BA9F9;
}

/*************************
*******Header******
**************************/
header { 
  background: #fdf9ee;  
  padding-top:40px;
  padding-bottom:5px;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #1e487d;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-header a.navbar-brand {
   color:#1e487d;
   font-family:'Raleway';
}

.navbar-header a.navbar-brand:hover{
   color:#fff;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 0;
  transition: .25s all linear;
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);

}

.navbar-nav{
  margin-top: 5px;
 }

.navbar-nav>li{
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 18px;
}

.navbar-fixed-top .navbar-nav > li > a {
	padding: 10px 12px;
	margin: 0;
	border-radius: 3px;
	color: #1e487d;
	line-height: 14px;
	display: inline-block;
	text-transform:;
	font-weight:500;
	font-size:18px;
	font-family:'Raleway';
}

.navbar-fixed-top .navbar-nav > li > a:hover{
	background: none;	
	color:#1e487d;
	font-weight:bold;
}

.navbar-fixed-top {
  border: none;
  background: #fdf9ee;   
}

.navbar-fixed-top .navbar-brand {
  font-size: 36px;
  line-height: 40px;
  color: #1e487d;
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #fff;
}

/*************************
*******parallax******
**************************/
.parallax1{
    background-image: url('../img/par1.jpg');
	height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2{
    background-image: url('../img/par2.jpg');
	height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
}
.parallax3{
    background-image: url('../img/par3.jpg');
	height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax4{
    background-image: url('../img/par4.jpg');
	height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*************************
*******Presentation******
**************************/
#presentation {
	padding-top:90px;
	background:#8698c0;
	padding-bottom:50px;
}

.text-center h2 {
	margin-top:40px;
	margin-bottom:40px;
	font-family:'Raleway';
	font-weight:bold;
	font-size:170%;
	color:#2c3955;
}

.text-center h3 {
	font-size:35px;
	margin-top:30px;
	margin-bottom:90px;
	color:#fdf9ee;
	font-weight:bold;

}

.text-center p {
	margin-bottom:60px;
	font-family:'Raleway';
	color:#fdf9ee;
	font-size:120%;

}

/*************************
*******our team******
**************************/
#equipe {
	padding-top:90px;
	padding-bottom:50px;
	background:#c4ce9f;
}

#equipe h3 {
	font-size:35px;
	margin-top:30px;
	margin-bottom:50px;
	color:#fdf9ee;
	font-weight:bold;

}
#equipe h2 {
	margin-top:10px;
	margin-bottom:0px;
	font-family:'Raleway';
	font-weight:bold;
	font-size:170%;
	color:#2c3955;
}
#equipe h4 {
	font-family:'Raleway';
	font-weight:bold;
	font-size:95%;
	color:#2c3955;
	padding-bottom:10px;
}
#equipe .text-center {
	padding-top:5px;
	margin-bottom:5px;
}
#equipe .text-center img {
	margin-top:50px;
	margin-bottom: 15px;
}

#equipe .team img {
	border-radius:8px;
}

.block3 {
  margin-top: 5px;
  color: rgb(255, 255, 255);
  position: relative;
  background-color: rgb(51, 51, 51);
}
.block3 img {
 width: 100%;
}
.block3 .block3_title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.block3 .block3_pad {
  padding-top: 10px;
  padding-right: 26px;
  padding-bottom: 10px;
  padding-left: 26px;
}

/*************************
*******ModalDialog Boxes******
**************************/

.modalDialog {
    position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y:auto;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 600px;
	position: relative;
	top:-60px;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 15px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #ccdfee);
	background: -webkit-linear-gradient(#fff, #ccdfee);
	background: -o-linear-gradient(#fff, #ccdfee);
	text-align: justify;
}

.close {
	font-size: 200%;
	background: #1e487d;
	color: #FFFFFF;
	line-height: 35px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 34px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background:#1e487d; color:#fdf9ee;}

h5 {
  max-width:599px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 14px;
  color: #1e487d;
}
h6 {
  font-weight: bold;
  font-size: 16px;
  color: #798db9;
  padding-bottom: 20px;
  margin-top:-15px;
}

/*************************
*******lieux******
**************************/
#lieux {
	padding-top:70px;
	padding-bottom:70px;
	background:#f3e5a7;
}
#lieux h3 {
	font-size:35px;
	margin-top:30px;
	margin-bottom:50px;
	color:#072f62;
	font-weight:bold;

}

#lieux .col-md-6 {
  background: #fdf9ee;   
}

.text-center {
	padding-top:20px;
	padding-bottom:20px;
}

.text-center h4 {
	font-family:'Raleway';
	font-weight:bold;
	font-size:155%;
	color:#2c3955;
}

.text-center h5 {
  max-width:599px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 14px;
  color: #1e487d;
}

.text-center h6 {
  font-weight: bold;
  font-size: 16px;
  color: #798db9;
  padding-bottom: 20px;
  margin-top:-15px;
}
/*************************
*******CREAF******
**************************/

#creaf {
	padding-top:70px;
	padding-bottom:70px;
	background:#e2989e;
}
#creaf .text-center p {
	margin-bottom:25px;
	font-family:'Raleway';
	color:#fdf9ee;
	font-size:120%;
}
.text-center h3 {
	font-size:35px;
	margin-top:30px;
	margin-bottom:50px;
	color:#fdf9ee;
	font-weight:bold;

}
#creaf .col-md-4 p {
	margin-top:-10px;
	margin-bottom:40px;
	font-family:'Raleway';
	color:#7f2a4b;
	font-size:110%;
	text-align:center;	
}
#creaf .merci p {
	margin-bottom:60px;
	font-family:'Raleway';
	color:#fdf9ee;
	font-size:100%;
	margin-top:15 px;
	border-top: 1px solid;
	text-align: center;

}

/*************************
*******laep******
**************************/

#laep {
	padding-top:70px;
	padding-bottom:70px;
	background:#d4e5fc;
}
#laep .text-center p {
	margin-bottom:25px;
	font-family:'Raleway';
	color:#072e62;
	font-size:120%;
}

#laep .text-center h3 {
	font-size:35px;
	margin-top:30px;
	margin-bottom:50px;
	color:#072e62;
	font-weight:bold;

}
#laep .text-center h2 {
	margin-bottom:40px;
	font-family:'Raleway';
	font-weight:bold;
	font-size:170%;
	color:#0a3f87;
}

#laep .merci p {
	margin-bottom:60px;
	font-family:'Raleway';
	color:#0a3f87;
	font-size:100%;
	margin-top:15 px;
	border-top: 1px solid;
	text-align: center;

}
.text-center ul {
  list-style: none;
  padding-left: 100px;
  padding-right: 100px;
  text-align: left;
  margin: 0;
  color: #072e62;
}

.text-center ul li {
  padding-left:16px;
  font-weight: 400;
  font-size: 110%;
}
.text-center ul li:before {
    content: "-"; 
    padding-right: 8px;
    color: 0a3f87;
} 
/*************************
*******footer******
**************************/
#footer {
	background:#fdf9ee;
	padding-bottom:0px;
	box-shadow: 0 -2px 3px rgba(0,0,0,0.4);
}
#footer .text-center h2{
	color: #1e487d;
	margin-bottom:-25px;
	font-family:'Raleway';
	font-weight:bold;
	font-size:170%;
}

/**!LAEP block changes if moved**/
#creaf img .displayed {
	border-radius:8px;
    display: block;
    margin-left: auto;
    margin-right: auto }
}
/***/

#laep img .displayed {
	border-radius:8px;
    display: block;
    margin-left: auto;
    margin-right: auto }
}

