/* Couleurs */
/*Nav bleue, fond titres bleus : #00457C*/
/*Fond titres verts : #007F7C*/
/*Fond footer/body : #262626*/
/*Section intro orange pâle : #F37920*/
/*Section bleue : #118ACB*/
/*Section verte : #39BB9D*/
/*Orange nouveau : #E06334*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');

@font-face {
    font-family: EvelethCleanRegular;
    src: url('fontes/YellowDesignStudio-EvelethCleanRegular.eot');
    src: url('fontes/YellowDesignStudio-EvelethCleanRegular.eot?#iefix') format('embedded-opentype'),
         url('fontes/YellowDesignStudio-EvelethCleanRegular.woff2') format('woff2'),
         url('fontes/YellowDesignStudio-EvelethCleanRegular.woff') format('woff'),
         url('fontes/YellowDesignStudio-EvelethCleanRegular.ttf') format('truetype'),
         url('fontes/YellowDesignStudio-EvelethCleanRegular.svg#YellowDesignStudio-EvelethCleanRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Dax;
    src: url('fontes/Dax-Regular.eot');
    src: url('fontes/Dax-Regular.eot?#iefix') format('embedded-opentype'),
         url('fontes/Dax-Regular.woff2') format('woff2'),
         url('fontes/Dax-Regular.woff') format('woff'),
         url('fontes/Dax-Regular.ttf') format('truetype'),
         url('fontes/Dax-Regular.svg#DaxCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DaxCondensedBold;
    src: url('fontes/DaxCondensed-Bold.eot');
    src: url('fontes/DaxCondensed-Bold.eot?#iefix') format('embedded-opentype'),
         url('fontes/DaxCondensed-Bold.woff2') format('woff2'),
         url('fontes/DaxCondensed-Bold.woff') format('woff'),
         url('fontes/DaxCondensed-Bold.ttf') format('truetype'),
         url('fontes/DaxCondensed-Bold.svg#DaxCondensed-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    background:#262626;
    color:#fff;
    font-family:"Poppins", sans-serif;
    font-weight: 300;
    padding-top: 50px;
    position: relative;
    font-size:18px;
    line-height:140%;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media all and (device-width: 768px) and (device-height: 1024px) {
  body {
    -webkit-perspective: 1000;
  }
}

strong {
    font-weight: 500;
}

ul {
    padding-left: 1em;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  padding-left:0.1em;
}
sub {
  top: 0.4em;
}

img {
  max-width:100%;
}

.img-fullwidth {
  width:100%;
}

.navbar {
    background:#00457C;
    border:none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
    padding: 10px 10px 11px;
}

#main-nav .container > div:first-child {
   width:50%;
   float:left;
}
#main-nav .container > div:last-child {
   width:50%;
   float:right;
   text-align: right;
}

#main-nav img {
    height:32px;
}

.header-img {
  z-index: 999;
  position: relative;
}

@media (max-width: 767px) {
  .header-img {
    margin-bottom: -20px;
  }
}

@media (min-width: 768px) {
  .header-img {
    margin-bottom: -35px;
  }
}

@media (min-width: 992px) {
  .header-img {
    margin-bottom: -40px;
  }
}

@media (min-width: 1200px) {
  .header-img {
    margin-bottom: -55px;
  }
}

section.intro {
    background-color:#FEDC9A;
    background-image:url(../img/background.png);
    background-size:cover;
    font-size:16px;
}

section.tab-section {
  background:#fff;
  color:#000;
  padding-top:40px;
  padding-bottom:40px;
}

.tab-content{
  min-height: 950px;
  margin-top: -1px;
}

#majeste section.blue-section {
    background:#9CCDEB;
    color:#000;
    padding-bottom:40px;
}

#nougat section.blue-section {
    background:#5B94D3;
    color:#000;
    padding-bottom:40px;
}

section.green-section {
    background:#76BE4A;
    color:#000;
    padding-bottom:40px;
}

section.red-section {
    background:#EF5A59;
    color:#000;
    padding-bottom:40px;
}

.first-section {
  padding-top:15px;
}

section.blue-section h2, section.green-section h2, section.red-section h2 {
    display:inline-block;
    font-family:EvelethCleanRegular, sans-serif;
    font-size:22px;
    padding:13px 12px 6px 12px;
    color:#fff;
    margin-top:40px;
    border-radius:8px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}

section.intro .white-container {
    background:#fff;
    color:#000;
    padding:55px 30px 10px;
    margin-bottom:40px;
    border:1px solid #C4C4C4;
}

section.intro .white-container h2 {
  font-family:EvelethCleanRegular, sans-serif;
  font-size:18px;
  margin-top:0;
  text-align: center;
  color:#EB7628;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs>li {
  width:calc(50% - 6px);
  text-align: center;
}
.nav-tabs>li:first-child {
  margin-right:12px;
}

.nav-tabs>li>a {
  background:#FCB85E;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border:2px solid #F17700;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: #F17700;
    border:2px solid #F17700;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border:2px solid #F17700;
  border-bottom:2px solid #fff;
}

.tab-pane {
  border-top:2px solid #F17700;
}

.nav-tabs img {
  max-width:100%!important;
  height:65px;
}

@media all and (max-width:768px) {
  .nav-tabs>li {
    display: table;
    height: 85px;
    margin-bottom:-2px;
  }
  .nav-tabs>li.active {
    height: 86px;
  }
  .nav-tabs>li>a {
    display: table-cell;
    vertical-align: middle;
  }
  .nav>li>a>img {
    width:100%;
    height:auto;
  }
}

#majeste section.blue-section h2 {
    background:#0066B3;
}

#nougat section.blue-section h2 {
    background:#00588E;
}

section.green-section h2 {
    background:#3F8413;
}

section.red-section h2 {
    background:#910909;
}


.notepied {
  line-height: 140%;
  margin:15px 0 25px;
  color: #77BF44;
  text-align: center;
  font-size:20px;
  font-weight: 700;
}

.notepied img {
    height:32px;
}

.custom-column-couverts {
  max-width:450px;
  float:left;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

.couverts {
  font-size:13px;
  line-height:1.4;
}

.couverts img {
  max-width:100%;
  display: block;
  margin-bottom:8px;
}

.couverts img:hover {
	opacity:0.7;
}

.custom-columns-pastilles {
  width: calc(100% - 450px);
  float: left;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (max-width:768px) {
  .custom-column-couverts, .custom-columns-pastilles {
    float:none;
  }
  .custom-columns-pastilles {
    width: 100%;
    margin-top:30px;
    text-align: center;
  }
}

.pastille-bleue {
    background:#00457C;
    color:#fff;
    font-family:DaxCondensedBold, sans-serif;
    font-size: 20px;
    line-height:32px;
    max-width:300px;
    width: 100%;
    top: 0;
    left: 0;
    border-radius:8px;
    padding:8px;
    text-align:center;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
}

.pastille-bleue a {
	color:#fff;
	width:100%;
	height:100%;
	display: block;
	padding: 6px;
}

.pastille-bleue a:hover, 
.pastille-bleue a:active,
.pastille-bleue a:focus {
	text-decoration: none;
}

.pastille-bleue:hover {
   opacity:0.7;
}

.pastille-bleue img {
  height:32px;
}



@media all and (max-width:479px) {
  .couverts {
    font-size:12px;
  }
  .pastille-bleue {
    margin:auto;
  }
}

.exemples {
  clear:both;
  font-size:21px;
  text-align: center;
  font-weight: 600;
  margin-top:40px;
  z-index:999;
  position: relative;
}

.exemples > div {
  float:none!important;
}

#majeste .exemples {
  color:#0066B3;
}

#nougat .exemples {
  color:#00588E;
}

.exemples:after {
  content:"";
  display: block;
  position: absolute;
  bottom:-71px;
  left:calc(50% - 52px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 52px 0 52px;
  border-color: #ffffff transparent transparent transparent;
}

a.no-link {
	display:block;
	width:100%;
	height:100%;
}

.no-pad-left {
    padding-left:0;
}


.no-pad-right {
    padding-right:0;
}



h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom:18px;
  margin-top: 28px;
}

ul li {
    list-style-image: url('../img/puce.svg');
    margin-bottom: 0.5em;
}
.text-intro {
    padding-right: 5px;
}
section.intro .white-container .text-intro h2 {
  font-family:"Poppins", sans-serif;
  text-transform: none;
  font-weight: 600;
  font-size:19px;
}

section.intro .white-container .text-intro.majeste h2 {
  color:#D72C20;
}

section.intro .white-container .text-intro.nougat h2 {
  color:#3D71B7;
}


.text-intro ul {
    font-size:15px;
}

.text-intro ul strong {
    color:#EB7628;
}

.cover-container {
   margin-top:-35px;
   padding-left: 5px;
}

.cover-container a {
	display: block;
	width:100%;
	height:100%;
}

@media all and (max-width:991px) {
    .text-intro {
        padding-right: 15px;
        margin-top:20px;
    }
}
.ai-link, .comptine-link {
    cursor:pointer;
    display: block;
}
.ai-link:hover img,
.opacity-hover:hover img,
.comptine-link:hover img {
    opacity:0.7;
    display: block;
}

.comptine-link {
  position: relative;
}

.comptine-link:hover:before {
  background:rgba(255,255,255,0.3);
  display:block;
  content:"";
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
}

/*.comptine-link:after {
  background-image:url(../img/play.png);
  display:block;
  content:"";
  width:60px;
  height:60px;
  position: absolute;
  top:calc(50% - 30px);
  left:calc(50% - 30px);
}*/

.no-link {
    cursor:default;
}

.video-container {
    position: relative;
    padding-bottom: 62%;
    padding-top: 35px;
    height: 0;
    width:100%;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bientot {
  position: relative;
}
.bientot img {
  opacity: 0.5;
}

.bientot-dispo {
  font-weight: 600;
  font-size:21px;
  position: absolute;
  top:50%;
  width:100%;
  left:0;
  padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.top {
    background-color:#00457C;
    background-image:url(../img/top.png);
    background-repeat: no-repeat;
    background-position:14.5px 18px;
    color:#fff;
    position: fixed;
    width:50px;
    height:50px;
    bottom: 20px;
    right: 34px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    -moz-transition:all ease-in-out 0.2s;
    -webkit-transition:all ease-in-out 0.2s;
    transition:all ease-in-out 0.2s;
}

.top:hover {
    background-color:#F37920;
}

footer {
    font-family:Dax, sans-serif;
    font-weight: 500;
    font-size:14px;
    text-align:center;
    padding:15px;
}

footer .logo {
    display:block;
    width:110px;
    margin:0 auto 12px;
}

.second-ai {
    margin-top:20px;
}

@media (min-width: 768px) {
    .container {
        width: calc(100% - 40px);
    }
    .second-ai {
        margin-top:0;
    }
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
