@font-face {
 font-family: "Police1"; /* GreatVibes*/
 src: url("fonts/GreatVibes-Regular.ttf");
}

@font-face {
 font-family: "Police2"; /* NanumGothic */
 src: url("fonts/NanumGothic-Regular.ttf"),
      url("fonts/NanumGothic-Bold.ttf");
}

body, html {
  padding : 0;
  margin : 0;
}

body {
 font-family: Police2, serif;
 letter-spacing: 1px;
}

/* Navbar */
.navbar {
    background-color : #e5f6e4;
}

.navbar .nav-link {
  color : #223d91;
  margin-right : 15px;
  text-transform: uppercase;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #223d91;
}

.btn-outline-custom {
  color : #223d91;
  border: 1px solid #223d91;
}

/* home page*/
.home {
  margin-left: auto;
  margin-right: auto;
  height:  800px;
  margin : 0;
  padding-top : 100px;
  padding-bottom: 100px;
  background-image: url('Images/home1.png');
  background-repeat: no-repeat;

  background-size: cover;        
  background-position: center;   
  width: 100%;   
}

.banniere {
  width : 1085px;
  height : 590px;
  padding-left: 0;
  padding-right : 0;
  margin-left : auto;
  margin-right : auto;
  border: 2px solid #223d91;
}
.home .banniere .pub {
  background-color : #283593;
  padding : 50px 20px 0px 20px;
  color : white;
}

.home .banniere .pub .separator {
  width : 50px;
  height : 10px;
  background-color : white;
  display: block;
	clear: both;
  display: block;
	clear: both;
	margin: 20px 0 10px 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-size: 60px;
	line-height: 1;
}

.home .banniere .pub h1 {
  font-size : 4em;
  line-height: 1em;
}

.home .banniere .pub .btn-detail {
  margin: 10px 0 0 0;
  background: linear-gradient(135deg, #fec9c5, #c9f0f5);
  width : 200px;
  height : 50px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.home .banniere .photo {
  margin: O;
  padding-left: 0;
  padding-right : 0;
}

/* A propos */
.a-propos {
  text-align: center;
  padding-top : 100px;
  font-size: 1.1em;
  margin-bottom: 40px;
}

.a-propos img {
  margin-bottom: 0px;
}

.a-propos .texte1 {
  width : 60%;
}

.col1 {
  margin-top: 40px;
}

.a-propos1 {

  width: 700px;
  float: left;
  height: 100%;
  margin-bottom: 100px;
}

.a-propos h2 {
  font-family: "Police1", sans-serif;
  font-size: 5em;
}

.image1 {
  float : right;
  margin : 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.col2 {
  clear : both;
  float : none;
  margin-top: 40px;
}

.a-propos2 {
  float : right;
  width: 700px;
}

.image2 {
  float : left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin : 0;
}

/* Services*/
.nos-services {
  margin: 50px 20px;
  float : none;
  clear: both;
  background-color : #727272;
  padding : 40px 20px;
}

.services-desc {
  width: 900px;
  text-align: center;
  padding-top : 80px;
}

.services-desc h2 {
  font-family : Police1 , sans-serif;
  font-size : 6em;
}

.nos-services .container {
  width : 900px;
}

.nos-services .card {
  padding-top : 0px;
  background-color : #465a65;
  border: 1px solid #3f4c54;
  border-top : none;
  font-size : 0.9em;
  letter-spacing: 0px;
  color : white;
  height : 250px;
  width : 350px;
}

.nos-services .card img {
  float : left;
  margin-left : -30px;
  margin-top : -10px;
}

.nos-services .card-body {
  padding : 0;
}

.nos-services .card-title {
  font-size : 2.2em;
  padding-left : 130px;
  padding-top : 15px;
  background-color : #607d8b;
  height : 60px;
  width: 380px;
  border-radius: 60px;
  margin-top : 0px;
}

.nos-services .card-text {
  padding : 20px 15px 0 15px;

}

/* Nos oeuvres */
.nos-oeuvres {
  padding : 60px 0px;
  text-align : center;
  width : 900px;
}

.nos-oeuvres h2 {
  font-family: Police1;
  font-size: 6em;
  color : #2a3496;
}

.nos-oeuvres p {
  margin-bottom : 40px;
}

.nos-oeuvres button {
  position :
  text-transform: uppercase;
}

.nos-oeuvres .btn-voir {
  width : 900px;
  padding : 10px 0;
}

/* Articles */
.articles {
  background-color : #727272;
  padding : 60px 0;
}

.articles .container {
  /*text-align: center;*/
  width : 900px;
}

.articles .article-desc {
  text-align: center;
}

.articles .article-desc h2 {
  font-family: Police1, sans-serif;
  font-size: 6em;
  color : white;
}

.articles .article-desc p {
  margin-bottom : 40px;
  color : white;
}

.articles .card-text {
  font-size : 0.8em;
  color : #f70f55;
}

.articles .card-time {
  margin-top: 40px;
}

.articles .card-time span {
  float : right;
  padding-right : 20px;
}

/* Avis */
.avis {
  padding : 60px;
}

.avis-desc {
  text-align: center;
  width : 900px;
  padding : 40px 0;
}

.avis-desc .container {
  text-align: center;
}

.avis .avis-desc h2 {
  font-family: Police1, sans-serif;
  font-size : 6em;
}

.avis .navigation {
  text-align: center;
}

.avis .card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    /*background-color: rgba(214, 224, 226, 0.2);*/
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height : 270px;
}

.avis .card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    /*background-color: rgba(214, 224, 226, 0.2);*/

}

.card.hovercard .cardheader {
    /*background: url("http://lorempixel.com/850/280/nature/4/");*/
    background-size: cover;
    height: 135px;
}

.avis .card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    /*border-top: 5px solid rgba(255,255,255,0.5);*/
}

.avis .card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
    /*z-index : 10;*/
}

.avis .card.hovercard .info {
    padding: 4px 8px 10px;
}

.avis .card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.avis .card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.avis .btn-prec {
  border-radius:18px 0 0 18px;
	background: #3e5e5b;
	border:none;
	color:#fff;
	font:bold 12px;
  text-transform: uppercase;
	padding:5px 20px 5px 20px;
  width : 130px;
  text-decoration: none;
}

.avis .btn-prec img {
  padding-left: -5px;
}

.avis .btn-suiv {
  border-radius:0 18px 18px 0;
	background: #3e5e5b;
	border:none;
	color:#fff;
	font:bold 12px;
  text-transform: uppercase;
	padding:5px 20px 5px 20px;
  width : 130px;
  text-decoration: none;
}
.avis .btn-suiv img {

}

/* Contact */
.contact {
  padding: 10px 0;
  background: linear-gradient(135deg, #fec9c5, #c9f0f5);
}
.contact-desc {
  width : 900px;
  text-align : center;
  padding : 60px 0;
}

.contact-desc p {
  margin : 40px 0;
}

.contact h3 {
    font-family : Police1, sans-serif;
    font-size : 3em;
    text-align : center;
}

.last-article {
  padding : 10px 5px;
}

.last-article .item-article {
  padding : 15px 15px;
  margin : 0px 5px;
  border: 1px solid #f3f2e0;
}

.last-article .item-article img {
  float : left;
}

.last-article article p {
  font-size: 0.8em;
  padding-left :60px;
}

.last-article article .titre {
  font-weight: bold;
  font-size: 1.1em;
}

.last-article article .date {
  float : right;
}

.horaire .table-horaire tr {
  border-bottom : 1px solid #f3f2e0;
  height : 55px;
}

.horaire .table-horaire th {
  width : 160px;
  padding: 0 15px;
}

.horaire .table-horaire .center-content {
  text-align: center;
}

.adresse {
  line-height: normal;
  box-shadow: 1px 1px 12px #555;
  padding : 3px 10px;
}

.adresse img {
  float : left;
}

.adresse p {
  /*margin-left : 60px;*/
  margin : 10px 0 10px 60px;
}

.adresse .title {
  margin-top : 20px;
}

.social {
  margin-top : 40px;
}

.social .logo-sociaux {
  text-align : center;
}

/* Footer */
.footer p {
  border-top : 1px Solid #727272;
  border-bottom : 1px Solid #727272;
  text-align : center;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}

.footer p span {
  background-color: #202529;
  color : #e6e8f5;
}
