@import "reset.css";
@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,500,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
/*========================================================
                    Main layout styles
=========================================================*/
html,
body {
  background: #343c56;
  width: 100%;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
* ul {
  list-style: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a,
.info_block {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.copy a:hover,
a:hover,
.thumb1 a:hover,
.article1 h3 a:hover,
.thumb2 h3 a:hover,
.section a:hover {
  color: #a75265;
  text-decoration: none;
}
p {
  color: #6b7494;
  font-weight: 400;
}
/*========================================================
                    HEADER styles
=========================================================*/
/* Main menu styles
========================================================*/
nav {
  margin: 0;
  padding: 0;
}
.sf-menu {
  z-index: 990;
  position: relative;
  float: none;
  display: inline-block;
  text-align: center;
}
.sf-menu > li {
  display: block;
  float: none;
  position: relative;
  text-transform: uppercase;
  line-height: 36px;
}
.sf-menu > li > a {
  display: inline;
  text-align: center;
  position: relative;
  color: #fff;
  font: 700 16px/20px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  padding: 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.sf-menu > li > a:hover {
  background: none;
  color: #3f4567;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.sf-menu > li.current a {
  color: #3f4567;
}
.sf-menu > li + li:after {
  position: absolute;
  content: '';
  left: 41%;
  top: -9px;
  width: 21px;
  background: #3f4567;
  height: 2px;
  pointer-events: none;
  z-index: 999;
  display: inline-block;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  z-index: 999;
  top: -5px;
  right: -169px;
  padding: 0;
  text-align: center;
}
.sf-menu ul li {
  position: relative;
  display: block;
  text-align: center;
  float: none !important;
  padding: 0;
  cursor: default;
  border: none;
}
.sf-menu ul li a {
  position: relative;
  text-transform: uppercase;
  z-index: 999;
  display: inline;
  color: #ffffff;
  font: 700 16px/30px 'Roboto Condensed', sans-serif;
  text-decoration: none;
  letter-spacing: 3px;
}
.sf-menu ul li a:hover {
  color: #3f4567;
}
.sf-menu li ul li.current > a {
  position: relative;
  background: none;
  color: #3f4567 !important;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  right: -155px;
  top: 0px;
}
.sf-menu ul ul li a {
  color: #ffffff;
}
.sf-menu ul ul li a:hover {
  color: #3f4567;
}
/*========================================================
                    RESPONSIVE
=========================================================*/
@media only screen and (max-width: 979px) {
  .sf-menu ul {
    right: -150px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    background: #343c56;
    border: 1px solid #9faddd;
    color: #5a627c;
    display: block;
    height: 28px;
    margin: 5px 0 20px;
    padding: 4px 6px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
  }
}
#header {
  position: relative;
  background: #0a1125;
  text-align: center;
  z-index: 3;
}
.header {
  height: 431px;
}
.banner h1 {
  margin: 41px 0 109px;
  position: relative;
  z-index: 1;
}
.header h1 {
  margin: 51px 0 29px;
  position: relative;
  z-index: 1;
}
.banner {
  background: #0a1125 url("../images/banner.png") center top no-repeat !important;
  position: relative;
  min-height: 1077px;
  height: 1077px;
  margin: 0 auto;
  text-align: center;
}
.slogan {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #3f4567;
  letter-spacing: 4px;
  margin-bottom: 261px;
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #fff;
}
.bg1 {
  background: #0a1125;
}
.bg2 {
  background: #1e2439;
}
.bg3 {
  background: #252c44;
}
.p57 {
  padding: 57px 0 64px;
}
.p63 {
  padding: 64px 0 57px;
}
.p64 {
  padding: 64px 0;
}
.p58 {
  padding: 0 0 57px;
}
.p90 {
  padding: 90px 0 64px;
  margin-bottom: -1px;
}
.color1 {
  color: #3f4567;
}
.color2 {
  color: #6b7494;
}
.color3 {
  color: #ffffff;
}
.color4 {
  color: #4b464a;
}
.color5 {
  color: #928e92;
}
.color6 {
  color: #ff8d90;
}
.color7 {
  color: #2d2d2d;
}
.center {
  text-align: center;
  letter-spacing: 4px;
}
.mb1 {
  margin-bottom: 26px;
}
.mt2 {
  margin-top: -15px;
}
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
h4 {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
/************thumbs*************/
.thumbnail {
  position: relative;
  overflow: hidden;
  text-align: center;
  top: -146px;
  margin-bottom: -126px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumbnail:after {
  position: absolute;
  content: "";
  background: url(../images/arr2.png) center 0 no-repeat;
  top: 0;
  left: 47%;
  height: 12px;
  width: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumbnail h3 {
  letter-spacing: 4.5px;
}
.thumbnail h3:after {
  position: absolute;
  content: '';
  left: 45%;
  bottom: -16px;
  width: 26px;
  background: #ffffff;
  height: 2px;
  pointer-events: none;
  z-index: 999;
  display: inline-block;
}
.caption1 {
  background: #dac58e;
}
.caption2 {
  background: #a75265;
}
.caption3 {
  background: #57385c;
}
.caption1,
.caption2,
.caption3 {
  padding: 45px 20px 41px;
}
.thumbnail:hover .caption1:after,
.thumbnail:hover .caption2:after,
.thumbnail:hover .caption3:after {
  background: #fff;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  height: 8px;
  width: 100%;
}
.thumbnail:hover:after {
  background: url(../images/arr1.png) center 0 no-repeat;
  top: 8px;
}
.thumb {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #1e2439;
  padding: 26px 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thumb:hover {
  background: #343c56;
}
.thumb:hover .caption:after {
  background: #fff;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  height: 5px;
  width: 100%;
  z-index: 9999;
}
.thumb:after {
  position: absolute;
  content: "";
  background: url(../images/arr4.png) center 0 no-repeat;
  top: 0;
  left: 45%;
  height: 12px;
  width: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb:hover:after {
  background: url(../images/arr1.png) center 0 no-repeat;
  top: 5px;
}
.thumb .time1:after {
  position: absolute;
  content: '';
  left: 36%;
  bottom: -13px;
  width: 26px;
  background: #6b7494;
  height: 2px;
  pointer-events: none;
  z-index: 999;
  display: inline-block;
}
.thumb a {
  margin-top: 25px;
  letter-spacing: 2px;
}
.thumb1 {
  position: relative;
  overflow: hidden;
}
.thumb1 h3:after {
  position: absolute;
  content: '';
  left: 0;
  top: -8px;
  width: 26px;
  background: #6b7494;
  height: 3px;
  pointer-events: none;
  z-index: 999;
  display: inline-block;
}
.thumb1 h3 a {
  color: #6b7494;
}
.thumb2 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.thumb2 .capture {
  padding: 25px 17px 27px;
  background: #252c44;
}
.thumb2 h3 a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #6b7494;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 13px;
}
.image1 {
  margin-bottom: 31px;
}
.caption {
  margin-bottom: 26px;
  letter-spacing: 3px;
}
.info_block {
  position: relative;
  overflow: hidden;
  background: #a75265;
}
.info_block h2 {
  letter-spacing: 4px;
  margin-bottom: 5px;
}
.info_block h3 {
  letter-spacing: 3.5px;
  margin-bottom: 5px;
}
.info_block h4 {
  letter-spacing: 2.3px;
  line-height: 20px;
}
.info_block .left {
  width: 570px;
  padding: 24px 35px;
  float: left;
  background: #a75265;
}
.info_block .right,
.info_block .right1 {
  background: #bb7484;
  float: left;
  letter-spacing: 1px;
  padding: 28px 35px 28px 35px;
  width: 230px;
  min-height: 78px;
}
.info_block .right1 {
  height: 78px;
  min-height: 78px;
}
.info_block .right1 h4 a {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}
.info_block .right:hover,
.info_block .right1:hover {
  background: #252c44;
}
.info_block .right:hover .list li a,
.info_block .right:hover .list li span,
.info_block .right1 h4 a:hover,
.block a:hover {
  color: #6b7494;
}
.info_block .left:after {
  position: absolute;
  content: '';
  right: 284px;
  top: 22px;
  width: 17px;
  background: url(../images/arr3.png) center 0 no-repeat;
  height: 35px;
  pointer-events: none;
  z-index: 999;
  display: inline-block;
}
.time {
  background: #a75265;
  padding: 19px 0 33px;
  width: 59px;
  float: left;
}
.time time {
  display: block;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #dac58e;
}
.time time b {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.time span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 0;
}
.time1 {
  color: #6b7494;
  font-family: 'Roboto Condensed';
  text-align: center;
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.bq {
  background: none repeat scroll 0 0 #dac58e;
  color: #a75265;
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 20px 20px;
  position: relative;
  width: 201px;
  height: 89px;
  min-height: 89px;
}
blockquote {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 16px;
}
blockquote:before {
  color: #a75265;
  position: absolute;
  content: "\201C";
  font-size: 44px;
  line-height: 44px;
  margin-right: -17px;
}
blockquote:after {
  color: #a75265;
  position: absolute;
  content: "\201D";
  font-size: 44px;
  line-height: 44px;
  left: 19px;
  bottom: -11px;
}
blockquote > p {
  display: inline-block;
  padding-top: 20px;
  line-height: 20px;
  color: #a75265;
}
blockquote a {
  display: inline;
}
blockquote a:hover {
  color: #6b7494;
}
.block {
  background: #dac58e;
  padding: 20px 20px 21px;
  position: relative;
}
.block a {
  color: #a75265;
  letter-spacing: 2px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 14px;
}
.block p {
  color: #a75265;
}
.txt {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.txt:last-child {
  margin-bottom: -4px;
}
.txt b {
  color: #ffffff;
}
.txt a {
  margin-top: 23px;
  display: inline-block;
  font-style: italic;
  color: #ffffff;
}
.txt a:hover {
  text-decoration: none;
  color: #a75265;
}
/************articles*************/
.article h3 a {
  color: #6b7494;
}
.article + .article {
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}
.article .img,
.article .img1 {
  position: relative;
  padding-top: 19px;
  margin-bottom: 9px;
}
.article .img1 {
  display: none;
}
.article:hover .img {
  display: none;
}
.article:hover .img1 {
  display: block;
}
.article .img:after,
.article .img1:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 26px;
  background: #6b7494;
  height: 3px;
  pointer-events: none;
  z-index: 999;
  display: inline-block;
}
.article .img1:after {
  background: #ffffff;
}
.article p {
  margin-top: 10px;
}
.article:hover a,
.article:hover p {
  color: #ffffff;
}
.article:hover a:hover {
  color: #a75265;
}
.article1 {
  position: relative;
  margin-top: 27px;
  margin-bottom: 51px;
}
.article1 h2 {
  color: #6b7494;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  margin-bottom: 10px;
}
.article1 h2:after {
  position: absolute;
  content: '';
  left: 0;
  top: -20px;
  width: 26px;
  background: #6b7494;
  height: 3px;
  pointer-events: none;
  z-index: 999;
  display: inline-block;
}
.article1 h3 a {
  color: #6b7494;
}
.image {
  position: relative;
}
.figure {
  position: absolute;
  color: #fff;
  top: 42px;
  right: 38px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 26px;
  text-align: left;
}
.figure a {
  color: #ffffff;
  letter-spacing: 1px;
}
.figure a:hover {
  color: #3f4567;
}
.figure span {
  font-size: 16px;
  line-height: 27px;
  display: block;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
/************section*************/
.section {
  position: relative;
  overflow: hidden;
}
.section .image {
  float: left;
  margin-right: 20px;
}
.section a {
  color: #ffffff;
}
/*******************links*******************/
.link {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  margin: 36px 0 0;
  font-size: 16px;
  line-height: 30px;
}
.link:hover {
  color: #a75265 !important;
}
/**********lists**************/
.list,
.list1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: left;
}
.list li,
.list1 li {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto Condensed', sans-serif;
}
.list li a,
.list1 li a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1.5px;
}
.list li span {
  color: #783342;
  margin-left: 2px;
}
.list li a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.list1 li {
  margin-left: 16px;
  overflow: visible;
}
.list1 li + li {
  margin-top: 14px;
}
.list1 .fa {
  position: absolute;
  left: -16px;
  top: 2px;
  font-size: 20px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  position: relative;
  text-align: center;
}
.copy {
  font: 400 16px/16px 'Roboto Condensed', sans-serif;
  padding-top: 8px;
  text-transform: uppercase;
  color: #585e79;
  letter-spacing: 2.4px;
  margin-left: -7px;
}
.copy > span {
  position: relative;
  display: inline-block;
}
.copy br {
  display: none;
}
.copy a {
  color: #585e79;
  display: inline-block;
  position: relative;
  line-height: 16px;
  font-size: 16px;
  padding-bottom: 1px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  background: url(../images/toTop.png) 0 0 no-repeat;
  border: none;
  bottom: 150px;
  display: none;
  height: 42px;
  left: 60%;
  margin-left: 500px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  text-indent: -999px;
  width: 42px;
  z-index: 20;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: all .2s ease .2s;
  -moz-transition: all .2s ease .2s;
  -ms-transition: all .2s ease .2s;
  -o-transition: all .2s ease .2s;
  transition: all .2s ease .2s;
}
#toTop:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  box-shadow: 0 0 4px #252525;
  -webkit-box-shadow: 0 0 4px #252525;
  -moz-box-shadow: 0 0 4px #252525;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .info_block .right,
  .info_block .right1 {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 979px) {
  .image img,
  .image1 img,
  .thumb2 img {
    width: 100%;
  }
  .info_block .left:after {
    display: none;
  }
  .info_block .left,
  .info_block .right,
  .info_block .right1 {
    width: 91%;
    padding: 5%;
    float: none;
    text-align: center;
  }
  .info_block .right1 br {
    display: none;
  }
  .info_block .right {
    height: 35px;
    min-height: 35px;
  }
  .list li {
    float: left;
    letter-spacing: 0;
  }
  .list li + li {
    margin-left: 40px;
  }
  .list li a {
    letter-spacing: 0;
  }
  .time {
    float: none;
    padding: 15px 0;
    width: 100%;
  }
  .time time b,
  .time time span {
    display: inline-block;
    line-height: 40px;
  }
  .bq {
    width: 91%;
    padding: 5%;
  }
  .bq br {
    display: none;
  }
  blockquote:after {
    bottom: -18px;
    left: 11px;
  }
  .thumb2 .capture h3 {
    font-size: 22px;
  }
  .thumb2 .capture {
    padding: 25px 11px 27px;
  }
  .list1 li a {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .p64,
  .p57,
  .p90 {
    padding: 50px 0;
  }
  .banner,
  .header {
    height: 300px;
    min-height: 300px;
  }
  .slogan {
    display: none;
  }
  .banner h1,
  .header h1 {
    margin: 40px 0 45px;
  }
  .thumbnail {
    top: 50px;
    margin-bottom: 0;
  }
  .wrap {
    margin-bottom: 40px;
  }
  .center {
    text-align: left;
  }
  .info_block {
    margin-top: 40px;
  }
  .info_block h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .info_block h3 {
    font-size: 25px;
    letter-spacing: 1.5px;
  }
  .list li {
    width: 100%;
  }
  .list li + li {
    margin: 0;
  }
  .list li a {
    letter-spacing: 2px;
  }
  .thumb:after {
    left: 48%;
  }
  .thumb {
    text-indent: 7px;
  }
  .mt {
    margin-top: 160px;
  }
  .article .img:after,
  .article .img1:after {
    width: 45px;
  }
  .time b {
    margin-right: 10px;
  }
  .time span {
    margin-left: 10px;
  }
  .section .image {
    float: none;
    margin: 0 0 25px;
  }
  .section .image img {
    width: 100%;
  }
  .article br {
    display: none;
  }
  .info_block .right {
    height: auto;
    width: 100%;
  }
  .info_block .right1 {
    height: 60px;
    min-height: 60px;
    padding-top: 30px !important;
  }
  blockquote:after,
  blockquote:before {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .asd {
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .mt {
    margin-top: 40px;
  }
}





.caption4 {
    background: #725d26;
}

.caption5 {
    background: #630e21;
}
.caption6 {
    background: #727bde;
}
.sous-titre {
    text-transform: lowercase!important;

}
.lettre {
    text-transform: uppercase!important;

}
.cache{
    visibility: hidden;

}
.jaune {

    color: #dac58e;

}