/****INFO****
taille img carré = 280px X 280px 100DPI
************/
/*********************************writing-mode: vertical-rl;*/
/****************
COULEURS
orange:-------->   #f06d39 rgb(240, 108, 56)
orange-clair:-->   #fbbd6a
vert-fonce:---->   #5bb959
vert-clair:---->   #bbd556
Bleu:---------->   #047991
jaune-moutarde:>   #F8C96D , #f6c262  <-- this one

****************/

@import "menu.css";
@import "fonts.css";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
::selection{
  background-color: rgba(240, 108, 56, 0);
  color: rgb(4, 121, 141);
}
::-moz-selection{
  background-color: rgba(240, 108, 56, 0);
  color: rgb(4, 121, 141);
}
html{
  margin: 0 ;
  padding: 0 ;
  overflow-x: hidden;
  hyphens: auto;
  transition-duration: 0.5;
}
body{
  font-size: 100%;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition-duration: 0.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #414141;
}
object{
  font-size: 1.5em;
}
a{
  color: #414141;
  text-decoration: none;
}
/***************************************/
/********TEXT*******/
.q-s-n-TEXT p{
  font-size: 1.3rem;
}
.header-paralax {
  background-image: url('../img/pap.png');
  top: 50px;
  width: 100vw;
  position: fixed;
  height: 460px;
}

.header-paralax h1 {
  width: 600px;
  text-align: center;
  color: #f6c262;
  text-shadow: 5px 5px 5px #414141 inset;
  /**OMBRE SUIT SOURIS**/
  font-family: "amaticaSC";
  letter-spacing: 0.16em;
  font-size: 5em;
  margin: 0 auto;
  padding: 100px 0;
}
main {
  background: #fbfbfb;
  position: relative;
  top: 450px;  /*margin top du content*/
  font-family: 'Sanford', sans-serif;
  color: #414141;
}
.logoSSS{
  position: relative;
  z-index: 9999;      /********* Z-INDEX 10***/
  width: 210px;
  height: 110px;
  top: 10px;
  left: 30px;
  background-repeat: no-repeat;
  /*background-color: red;*/
  background-image: url('../img/logoSSS.png') ;
}
.header{
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 0px 10px #b3b3b3;
  background: url("../img/paperTextu_white.png");
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.header .primary_menu{
  margin: 0 auto;
  width: 100%;
}

/****************
MENU
****************/
#primary_nav_wrap{
  position: absolute;
  float: right;
  right: 20px;
  top: 10px;
}
#primary_nav_wrap ul{
  position:relative;
  list-style:none;
  float:left;
  margin:0;
  padding:0;
}
#primary_nav_wrap ul a{
  display: flex;
  color:#047991;
  align-items: center;
  text-decoration:none;
  font-weight:400;
  font-size: 1.05rem;
  line-height:32px;
  padding:0 15px;
  font-family:"Sanford";
}
#primary_nav_wrap ul li{
  position:relative;
  float:left;
  margin:0;
  padding:0;
  border-radius: 3px;
  transition-duration: .5s;
  transition: 1s;
}
#primary_nav_wrap ul li.current-menu-item{
  position: relative;
  border-bottom: 1px solid rgba(246, 194, 98, .5);
  bottom: 0;
}
#primary_nav_wrap ul li:hover{
  background:rgba(246, 194, 98, .7);
  transition: .5s;
}
#primary_nav_wrap ul ul{
  display:none;
  position:absolute;
  top: 100%;
  left: 0;
  background: url("../img/paperTextu_white.png");
  padding: 0;
}
#primary_nav_wrap ul ul:active{
  background-color:
}
#primary_nav_wrap ul ul li{
  float:none;
  width:225px;
}
#primary_nav_wrap ul ul a{
  line-height:120%;
  padding:10px 15px;
}
#primary_nav_wrap ul ul ul{
  top:0px;
  left:100%;
}
#primary_nav_wrap ul li:hover > ul{
  display:block;
  transition-duration: 1s;
}
.primary_nav_sub a:after{
  margin: 2px 0 0 5px;
  color: rgba(246, 194, 98, 1);
  content: "+";
  font-weight: 600;
  transform: rotate(-90deg);
}
.primary_nav_sub li a:after{
  content: none;
}
/****************
/MENU
****************/
.bandeau_deuille{
  position: fixed;
  z-index: 999;
  width: 200px;
  height: 40px;
  right: -50px;
  top: 87px;
  background-color: black;
  transform: rotate(45deg);
}
.bandeau_deuille p{
  color: white;
  padding: .7rem;
  font-size: 1rem;
  margin-left: 25px;
  font-weight: 400;
  font-family: "Arial";
}
.container {
  height: auto;
  /*height: auto;*/
  width: 100%;
  padding-bottom: 100px;
  /*  background:url('../img/paperTextu_white.png'); */
}
.wrapper{
  width: 100%;
  height: auto;
}
.container-content{
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  transition: .5s;
}
.q-s-n-TEXT{
  transition: .5s;
}
.q-s-n-TEXT:hover{
  box-shadow: 0 0 60px #c1c1c1;
}
.container-content h3{
  font-family: "Sanford";
  font-size: 1.2em;
  text-align: justify;
  line-height: 1.6rem;
  text-justify: inter-word;
  font-weight: 500;
  color: #414141;
  hyphens: auto;
}
.container-content p strong{
  color: #047991;
  font-weight: 550;
}
.container-content a{
  text-decoration: none;
}
.q-s-n-TEXT{
  padding: 0 10%;
}
.q-s-n-H2{
  color: #047991;
  font-size: 3em;
  font-weight: 200;
  font-family: "amaticaSC";
  text-align: center;
  padding: 100px 0 50px 0;
}
.FirstLetter{
  font-size: 3em;
  line-height: 1em;
  font-weight: 200;
  margin-right: 5px;
  font-family: "Sanford";
  color: #047991;
}
.separ{
  position: relative;
  width: 70%;
  height: 1px;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #f06d39;
}
.separ_dans_art{
  position: relative;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #f06d39;
}
.actu-content{
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.actu{
  height: auto;
}
/***************THUMB****************/
.thumb-content{
  position: relative;
  width: 65vw;
  height: auto;
  margin: 0 auto;
}
.thumb-content h2{
  font-size: 3rem;
  font-weight: 200;
  font-family: "amaticaSC";
  text-align: center;
  color: #047991;
}
.thumb{
  display: inline-block;
  clear: both;
  width: 100%;
}
.thumb-left{
  position: relative;
  width: 1100px;
  height: auto;
  margin: 20px 0;
  float: left;
  background: url("../img/pap.png");
  transition-duration: 0.5s;
}
/*.thumb-left:hover{
box-shadow: 0px 0px 50px #C1C1C1;
} */
.thumb-right{
  position: relative;
  width: 1100px;
  height: auto;
  margin: 0 5px 0 calc(23% + 20%);
  float: right;
  background-image: url("../img/pap.png");
  transition-duration: 0.5s;
}
/*.thumb-right:hover{
box-shadow: 0px 0px 50px #C1C1C1;
} */
.thumb-text{
  position: relative;
  width: 780px;
  height: auto;
  float: right;
  margin: 10px;
  padding: 10px 10px;
  /*background-color: #DFDFDF;*/
  /*  background-image: url("../img/paperTextu_white.png"); */
}
.thumb-text p{
  color: #414141;
  font-size: 1.2rem;
  font-weight: 500;
  vertical-align: middle;
  text-align: justify;
  text-justify: inter-word;
  font-family: "Sanford" ;
  hyphens: auto;
}
.titleActu{
  position: relative;
  color: #047991;    /*#5bb959*/
  font-size: 2rem;
  font-family: "amaticaSC";
  left: 0px;
  padding: 10px 0 10px 0;
  text-transform: capitalize;
}
.thumb-text-F-L{    /*First letter*/
  font-size: 3rem;
  line-height: 3rem;
  text-align: justify;
  text-justify: inter-word;
  font-weight: 200;
  font-family: "Sanford";
  color: #047991;
}
.trois_points{
  position: absolute;
  font-size: 4rem;
  line-height: 0rem;
  margin: -5px 0 0 15px;
  color: #f06d39;
  transition: .5s;
}
.trois_points:hover{
  text-shadow: 0 5px 8px #414141;
}
.thumb-img{
  position: relative;
  top: 50px;
  width: 250px ;
  height: 250px ;
  margin: 10px ;
  border-radius: 50%;
  background-image: url("../img/actu280x280.png");
  background-color: orange;
}
#img-right{
  background-image: url("../img/le-congo-s-embrase-couv-index.png");
}
.thumb-left #img1{
  background-image: url("../img/carte-afrique-index.jpg");
}
.thumb-img #img2{
  background-image: url("../img/le-congo-s-embrase.jpg");
}
.thumb-left #img3{
  background-image: url("../img/carte-afrique-index.jpg");
}
#img-right{
  position: relative;
  float: right;

}
#thumb-text-right{
  position: relative;
  float:right;
}
.capsules_video_content{
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.capsules_video{
  position: relative;
  width: 100%;
  height: auto;
}
.capsules_video_content h2{
  color: #047991;
  font-size: 3em;
  font-family: "amaticaSC";
  font-weight: 200;
  text-align: center;
  padding: 10px 0 10px 0;
}
.intro_capsules{
  position: relative;
  text-align: left;
  font-weight: 400;
  padding: 10px;
  font-family: "Sanford" ;
}
.capsules_video_content_flex{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
}
.capsules_video_flex{
  position: relative;
  height: auto;
  margin: 50px auto 0 auto;
}
.capsules_video_flex legend{
  padding: 5px;
  font-family: "amaticaSC";
  color: #047991;
}
.capsules_video_flex video{
  width: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
.vente_capsules_content{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.vente_capsules{
  position: relative;
  width: 50%;
  height: auto;
}
.vente_capsules h2{
  font-size: 2.5rem;
  line-height: 0;
}
.vente_capsules h3{
  position: relative;
  font-size: 1.1rem;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  color: #047991;
}
.vente_capsules p{
  padding: 10px 15px;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Sanford" ;
}
.btn_vente_films{
  position: relative;
  margin: 80px auto 0 auto;
}
.btn_vente_films a{
  padding: 10px 50px;
  background-color: salmon;
  border-radius: 5px;
  color: #FFF;
  font-family: "amaticaSC";
  font-size: 2rem;
  font-weight: 400;
  line-height: 0;
  transition: .3s;
}
.btn_vente_films a:hover{
box-shadow: 0 5px 8px rgba(0,0,0,0.2);
}
/********** /CAPSULES **********/


.rendez-vous-content{
  position: relative;
  width: 60%;
  height: auto ;
  margin: 0 auto 0 auto;
}
.rendez-vous{
  width: 100%;
}
.rendez-vous h2{
  color: #047991;
  font-size: 3em;
  font-family: "amaticaSC";
  font-weight: 200;
  text-align: center;
  padding: 10px 0 10px 0;
}
.rendez-vous h3{
  font-size: 1.5rem;
  padding: 20px 0;
  text-align: center;
  color: #047991;
  margin-left: 10px;
}
.rendez-vous h4{
  font-size: 1rem;
  padding: 10px 0;
  color: #f06d39;
  margin-left: 10px;
}
.rendez-vous a{
  position: relative;
  margin-top: 0 auto 0 auto;
  top: 25px;
  transform: translateX(-50%);
  color: #047991;
  transition: .3s;
  text-decoration: underline;
  text-align: center;
  padding: 10px;
  left: 44%;
  border-radius: 3px;
  background-color: rgba(246, 194, 98, .3)
}
.rendez-vous a:hover{
  color: #f06d39;
}
.rendez-vous p{
  position: relative;
  text-align: left;
  font-weight: 400;
  padding: 10px;
}
.rendez-vous video{
  position: relative;
  width: 95%;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
}
/*.thumb-img :nth-child(2n+1){
float: right;
}*/
.emission_content{
  width: 100%;
  margin: 50px 0 10px 0;
}
.derniere-publication-content{
  position: relative;
  width: 100%;
  height: auto ;
  margin: 0 auto 0 auto;
}
.derniere-publication-content h2{
  color: #047991;
  font-size: 3em;
  font-family: "amaticaSC";
  font-weight: 200;
  text-align: center;
  padding: 10px 0 10px 0;
}
.derniere-publication{
  position: relative;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  width: 100%;
  height: auto ;
  margin: 30px auto 0 auto;
}
.derniere-publication-livre-text{
  position: relative;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  width: 350px;
  height: auto ;
  margin: 0 auto 0 auto;
}
.derniere-publication-livre-text img{
  width: 150px;
  height: auto;
  margin: 0 auto;
}
.derniere-publication-livre-text li{
  position: relative;
  width: 100%;
  list-style-type: none;
  padding: 10px 5px 5px 5px;
  background-color: rgba(246, 194, 98, .3);
  border-radius: 4px;
  text-align: center;
  margin-top: 15px;
}
.derniere-publication-livre-text a{
  position: relative;
  color: #047991;
  font-size: 1.2rem;
  padding: 5px;
  transition: .3s;
  text-decoration: none;
  font-weight: 400;
}
.derniere-publication-livre-text a:hover{
  position: relative;
  color: #f06d39;
  font-size: 1.2rem;
  padding: 5px;
  text-decoration: underline;
}
/**********************************/
/*************AGENDA***************/
/**********************************/
.agenda{
  position: relative;
  width: 80%;
  height: auto ;
  margin: 30px auto 0 auto;
}
.agenda h2{
  color: #047991;
  font-size: 3em;
  font-family: "amaticaSC";
  font-weight: 200;
  text-align: center;
  padding: 10px 0 10px 0;
}
.agenda-content{
  position: relative;
  width: 60%;
  height: auto;
  margin: 50px auto 0 auto;
  transition-duration: 1s;
  display: flex;
  flex-flow: row wrap;
}
.affiche_content{
  position: relative;
  width: 100%;
  height: auto;
}
.affiche{
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.article-agenda{
  position: relative;
  margin: 10px auto;
  padding: 10px 20px;
  width: calc(100% / 3.33);
  height: auto;
  border-right: 1px solid #f06d39;
}
.article-agenda:last-child{
  border-right: none;
}
.article-agenda h3{
  padding: 15px;
  color: #f06d39;
  font-family: "amaticaSC";
  text-align: center;
  font-size: 2.1rem;
}
.article-agenda p{
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Sanford" ;

}
.article-agenda p:before{
  content:"-";
  color: #047991;
  font-size: 1.5rem;

}
/**********************************/
/************ COOKIES *************/
/**********************************/
.cookieAcceptBar {
  display:none;
  position: fixed;
  top: 10%;
  left:0;
  right: 0;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  z-index: 99999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.cookieAcceptBar button {
  cursor: pointer;
  border: none;
  background-color: #2387c0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

/***********BACK-TO-TOP***********/
#back-top {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-block;
  margin: 2em;
  background-image: url('../img/BTT.png');
  transition-duration: 0.5s;
  border-radius: 50%;
}
#back-top:hover {
  height: 50px;
  width: 50px;
  cursor: pointer;
  background-image: url('../img/BTT-UP.png');
  background-color: rgba(246, 194, 98, 0.4);
}
#back-top:active{
  background-image: url('../img/BTT.png');
}
/***********FOOTER****************/
.footer{
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0;
  /*margin-top: 60vh;*/
  background-color: rgba(246, 194, 98, 0.5);
}
.footer p{
  color: #747474;
  font-size: 0.8em;
  text-align: center;
  font-family: Cantarell ;
}
.footer a{
  color: #909090;
}
/***********LOADER****************/
.loader{
  position: absolute;
  z-index: 5;
  top: 26px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 360px;
  background: #C5645B;
  -webkit-animation: loader 5s infinite linear 0.5s;
  -moz-animation: loader 5s infinite linear 0.5s;
  -o-animation: loader 5s infinite linear 0.5s;
  animation: loader 5s infinite linear 0.5s;
}

/****************************************************
****************************************************
****************************************************
****************************************************
****************************************************/

@media only screen and (max-width: 1300px) {
  /*************AGENDA***************/
  .agenda-content{
    width: 100%;
    height: auto;
    /*background-color: red;*/
  }
  .article-agenda h2{
    width: 50%;
    clear: both;
    display: block;
    margin: 0 auto;
    /*background-color: tomato;*/
  }
  .article-agenda{
    width: 100%;
    clear: both;
    margin: 0 auto;
    display: block;
    text-align: center;
    /*background-color: #189;*/
  }
  .article-agenda p{
    width: 100%;
    padding: 50px;
  }
  .articleAgendaSeparVerti{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .separ-verti{
    visibility: hidden;
  }
  .thumb{
    display: inline-block;
    clear: both;
    width: 100%;
  }
  .thumb-left{
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px;
    float: left;
    transition-duration: 0.5s;
  }
  .thumb-right{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 5px 0 calc(23% + 20%);
    float: right;
    transition-duration: 0.5s;
  }
  .thumb-text{
    position: relative;
    width: 100%;
    height: auto;
    /*float: right;*/
    margin: 10px;
    padding: 10px 10px 10px 20px;
  }
  .thumb-img{
    position: relative;
    width: 0px ;
    height: 0px ;
    margin: 10px ;
    background-color: orange;
    visibility: hidden;
  }

}
/****************************************************
****************************************************
****************************************************
****************************************************
****************************************************/

@media only screen and (max-width: 720px){

  .thumb-left{
    width: 100%;
    background: none;
  }
  .thumb-left:hover{
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  .thumb-right{
    width: 100%;
    background: none;
  }
  .thumb-right:hover{
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

}
@media only screen and (max-width: 590px){
  .header-paralax h1{
    position: relative;
    width: 70%;
    margin: 0 auto;
    top: 40px;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 435px){
  .header-paralax h1{
    position: relative;
    width: 70%;
    margin: 0 auto;
    top: 40px;
    font-size: 3rem;
  }
}
/*************************************/
/*************************************/
/**************MEDIA-QUERY************/
/*************************************/
/*************************************/


/*********15"**********/
@media screen and (min-width: 950px)
and (max-width: 1300px) {

}
/**********************************************/

@media screen and (min-width: 360px)
and (max-width: 950px){

}

/* Smartphones (portrait et paysage) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
  /* Styles */
}

/* Smartphones (paysage) ----------- */
@media only screen
and (min-width : 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
  /* Styles */
}

/* iPads (portrait et paysage) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
  /* Styles */
}

/* iPads (paysage) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : paysage) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  /* Styles */
}

/* PC bureau et PC portable ----------- */
@media only screen
and (min-width : 1224px) {
  /* Styles */
}

/* Ecran large ----------- */
@media only screen
and (min-width : 1824px) {
  /* Styles */
}
