
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html{
    overflow-x: hidden;
    width: 100%;
}

li a {
  color: #808080;
}

a, a:hover {
  color: #808080;
}

body {
  padding-bottom: 0;
  color: #394150;
  font-family: 'Source Sans Pro', sans-serif;
}

img {
  max-width: 100%;
}

.sourcesanspro {
	font-family: 'Source Sans Pro', sans-serif;
}

.baskerville {
	font-family: 'Libre Baskerville', serif;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  color: #777;
  position: fixed;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #fff;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.navbar-brand{
  padding-left: 25px !important;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 6.8rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-divider-galerie{
  margin: 30px 0;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


.form-control {
  height: 50px !important;
  border: 1px solid #394150 !important;
  border-radius: 0;
}
textarea.form-control {
  height: auto !important;
}

::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;
}
::-moz-placeholder {
   font-style: italic;
}
:-ms-input-placeholder {
   font-style: italic;
}

.top-left-nomlogo{
   position: absolute;
   top: 50%;
   left: 6.7%;
   font-size: 48px;
   color: #f0ece4;
   font-weight: bold;
   line-height: 59px;
   transform: translateY(-100%);
   padding-bottom: 28px;
   /* text-shadow: 1px 1px #888; */
   z-index: 100;
}
.separateur-nomlogo{
   position: absolute;
   top: 50%;
   left: 6.7%;
   border: 1px solid #f0ece4;
   width: 38.4%;
   transform: translateY(-50%);
   z-index: 100;
}
.top-right-nomlogo {
   position: absolute;
   top: 50%;
   right: 0px;
   width: 18.3%;
   transform: translateY(-50%);
   z-index: 100;
}

@media (max-width:767px) {
	.top-left-nomlogo {
    	top: 37%;
    	left: 3.7%;
    	font-size: 40px;
	}

	.separateur-nomlogo {
    	top: 37%;
    	left: 4.7%;
    	width: 75%;
    	transform: translateY(-50%);
	}
}

/* CSS du projet LA */
#slider-livres .bx-wrapper .bx-viewport{
  margin-left: 30px !important;
}
#slider-livres .bx-wrapper .bx-controls-direction{
  margin: 0 auto !important;
  width: 130px !important;
  display: block !important;
  position: relative !important;
  margin-bottom: 105px !important;
}
#slider-livres .bx-wrapper .bx-controls-direction a{
  top: -33px !important;
  width: 80px !important;
  height: 80px !important;
  background-color: #394150 !important;
}
#slider-livres .bx-wrapper .bx-controls-direction a.disabled{
    display: block;
    background-color: #f0ece4 !important;
}
#slider-livres .bx-wrapper .bx-controls-direction a:before{
  color: #fff !important;
  font-size: 70px !important;
  padding: 4px 4px !important;
}
#slider-livres .bx-wrapper .bx-controls {
  margin-left: 48px !important;
}
.slider-livres-titre{
  font-size: 50px;
  margin-left: 0;
  margin-bottom: 100px;
  font-weight: bold;
  margin-top: 77px;
}

@media (max-width:767px) {
	.slider-livres-titre{
  		font-size: 48px;
  		margin-left: 0;
	}
}

@media (min-width:1200px) {
	.slider-livres-titre{
  		margin-left: 30px;
	}
}

#slider-livres .bx-wrapper {
  margin-top: -688px !important;
}
.slider-livres-vw{
  background-color: #f0ece4;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  height: 578px;
  display: block;
  z-index: -1000;
}
.load-sl, .load-insta {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: center;
}
.load-sl{
  top: 350px;
}
.load-insta{
  top: 150px;
}
.fond-insta{
  background-color: #f0ece4;
  width: 100%;
  height: 228px;
  max-width: 1140px;
}

@media (max-width: 1199px) {
  #slider-livres .bx-wrapper .bx-viewport{
    margin-left: 0px !important;
  }
  #slider-livres .bx-wrapper .bx-controls{
    margin-left: 0px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li{
    width: 320px !important;
    margin-right: 15px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li a img{
    width: 320px !important;
    height: 525px !important;
  }
  .slider-livres-vw{
    height: 530px !important;
  }
  #slider-livres .bx-wrapper {
    margin-top: -617px !important;
  }
  .load-sl{
    top: 320px;
  }
}

@media (max-width: 991px) {
  #slider-livres .bx-wrapper .bx-controls-direction{
    width: 146px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li{
    width: 250px !important;
    margin-right: 10px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li a img{
    width: 250px !important;
    height: 426px !important;
  }
  .slider-livres-vw{
    height: 434px !important;
  }
  #slider-livres .bx-wrapper {
    margin-top: -517px !important;
  }
  .load-sl{
    top: 280px;
  }
  .featurette-divider-galerie {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  #slider-livres .bx-wrapper .bx-viewport{
    margin-left: 0px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li{
    width: 250px !important;
    margin-right: 10px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li a img{
    width: 250px !important;
    height: 426px !important;
  }
  .load-sl{
    top: 200px;
  }
}

@media (max-width: 576px) {
  #slider-livres .bx-wrapper .bx-viewport{
    margin-left: 0px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li{
    width: 187px !important;
    margin-right: 10px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li a img{
    width: 187px !important;
    height: 319px !important;
  }
  .slider-livres-vw{
    height: 328px !important;
  }
  #slider-livres .bx-wrapper {
    margin-top: -411px !important;
  }
}

@media (max-width: 414px) {
  #slider-livres .bx-wrapper .bx-viewport{
    margin-left: 0px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li{
    width: 207px !important;
    margin-right: 5px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li a img{
    width: 207px !important;
    height: 353px !important;
  }
  .slider-livres-vw{
    height: 350px !important;
  }
  #slider-livres .bx-wrapper {
    margin-top: -444px !important;
  }
}

@media (max-width: 375px) {
  #slider-livres .bx-wrapper .bx-viewport{
    margin-left: 0px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li{
    width: 187px !important;
    margin-right: 5px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li a img{
    width: 187px !important;
    height: 319px !important;
  }
  .slider-livres-vw{
    height: 328px !important;
  }
  #slider-livres .bx-wrapper {
    margin-top: -411px !important;
  }
}

@media (max-width: 320px) {
  #slider-livres .bx-wrapper .bx-viewport{
    margin-left: 0px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li{
    width: 155px !important;
    margin-right: 8px !important;
  }
  #slider-livres .bx-wrapper .bx-viewport ul li a img{
    width: 155px !important;
    height: 264px !important;
  }
  .slider-livres-vw{
    height: 275px !important;
  }
  #slider-livres .bx-wrapper {
    margin-top: -355px !important;
  }
}

.container {
   margin-right: auto;
    margin-left: auto;
    padding-left: 9px;
    padding-right: 9px;
    max-width:1700px !important;
}

@media (min-width: 768px) {
	.container {
    	width: 750px;
    	padding-left: 6px;
    	padding-right: 6px;
	}
}

@media (min-width: 992px) {
	.container {
    	width: 970px;
	}
}

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

.largeurNormale {
   margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width:1700px !important;
    padding-top: 45px;
}


@media (min-width: 768px) {
	.largeurNormale {
    	width: 750px;
    	padding-left: 6px;
    	padding-right: 6px;
	}
}

@media (min-width: 992px) {
	.largeurNormale {
    	width: 970px;
    	padding-top:85px;
	}
}

@media (min-width: 1200px) {
	.largeurNormale {
    	width: 1170px;
    	padding-left: 14px;
    	padding-right: 14px;
	}
}


.featurette-heading {
  font-size: 8rem;
  box-shadow: 0 0 0 !important;
}

.row{
  padding-top: 2rem;
  margin-right: -9px;
  margin-left: -9px;
}

/*  Bouton boder foncé */

.btn-fiche {
 display: inline-block;
 border: 1px solid #394150;
 padding: 8px;
 width: 159px;
 height: 50px;
 transition: all 0.5s;
 cursor: pointer;
 background-color: transparent !important;
}
.btn-fiche:hover{
  text-decoration: none;
}
.btn-fiche .s1 {
 cursor: pointer;
 display: inline-block;
 position: relative;
 transition: 0.5s;
 background-color: #f0ece4;
 width:159px;
 height: 50px;
 z-index: -1;
}
.btn-fiche .s2 {
 top: -52px;
 display:block;
 position:relative;
 height: 20px;
 color: #394150;
 z-index: 1000;
 text-transform: uppercase;
 font-size: 14px;
 font-weight: bold;
 padding-left: 18px;
}
.btn-fiche:hover .s1 {
 transform: translate(-8px, -8px);
}
.btn-fiche:focus {
  outline: none;
}

/*  Bouton boder foncé Liste carnet */
.btn-fiche-clist {
 display: inline-block;
 border: 1px solid #394150;
 padding: 8px;
 width: 164px;
 height: 50px;
 transition: all 0.5s;
 cursor: pointer;
 background-color: transparent !important;
}
.btn-fiche-clist:hover{
  text-decoration: none;
}
.btn-fiche-clist .s1 {
 cursor: pointer;
 display: inline-block;
 position: relative;
 transition: all 0.5s;
 background-color: #f0ece4;
 width:164px;
 height: 50px;
 z-index: -1;
}
.btn-fiche-clist .s2 {
 top: -70px;
 display:block;
 position:relative;
 height: 20px;
 color: #394150;
 z-index: 1000;
 text-transform: uppercase;
 font-size: 16px;
 font-weight: bold;
 padding-left: 18px;
}
.btn-fiche-clist .s2 i{
  font-size: 38px;
  position: relative;
  top: 14px;
}
.btn-fiche-clist:hover .s1 {
 transform: translate(-8px, -8px);
}
.btn-fiche-clist:focus {
  outline: none;
}

/* bouton lien acheter Fiche livre  */
.btn2{
  color: #f0ece4;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.btn2:hover{
  color: #f0ece4;
}

/* bouton carnet accueil  */
.btn-carnet{
 display: inline-block;
 border: 1px solid #394150;
 padding: 8px;
 width: 159px;
 height: 50px;
 transition: all 0.5s;
 cursor: pointer;
 background-color: transparent !important;
}
.btn-carnet:hover{
  text-decoration: none;
}
.btn-carnet .s1 {
 cursor: pointer;
 display: inline-block;
 position: relative;
 transition: all 0.5s;
 background-color: #f0ece4;
 width:159px;
 height: 50px;
 z-index: -1;
}
.btn-carnet .s2 {
 top: -52px;
 display:block;
 position:relative;
 height: 20px;
 color: #394150;
 z-index: 1000;
 text-transform: uppercase;
 font-size: 14px;
 font-weight: bold;
 padding-left: 15px;
}
.btn-carnet:hover .s1 {
 transform: translate(-8px, -8px);
}
.btn-carnet:focus {
  outline: none;
}

#div-btn-carnet{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin: 0 auto;
}

/* bouton ecrire */
.btn-ecrire{
 display: inline-block;
 border: 1px solid #394150;
 padding: 8px;
 width: 118px;
 height: 50px;
 transition: all 0.5s;
 cursor: pointer;
 background-color: transparent !important;
}
.btn-ecrire:hover{
  text-decoration: none;
}
.btn-ecrire .s1 {
 cursor: pointer;
 display: inline-block;
 position: relative;
 transition: all 0.5s;
 background-color: #fff;
 width:117px;
 height: 49px;
 z-index: -1;
}
.btn-ecrire .s2 {
 top: -52px;
 display:block;
 position:relative;
 height: 20px;
 color: #394150;
 z-index: 1000;
 text-transform: uppercase;
 font-size: 14px;
 font-weight: bold;
 padding-left: 0px;
}
.btn-ecrire:hover .s1 {
 transform: translate(-8px, -8px);
}
.btn-ecrire:focus {
  outline: none;
}
.div-btn-form{
  padding-bottom: 50px;
  display: block;
}

/* Footer and Header banner have to be max width */
footer{
  background-color: #394150;
  text-align: center;
  color: #f0ece4;
  height: 239px;
  position: relative;
}
footer img{
  width: 130px;
  margin-top: 40px;
  margin-bottom: 26px;
}
.p_footer{
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 18px;
}
.p_lien_footer{
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 18px;
  font-weight: 600;
}
.p_lien_footer a, .p_lien_footer a:hover{
  color: #f0ece4;
}
.div_cont_footer{
  background-color: #394150;
  position: absolute;
  width: 100%;
  left: 0;
  height: 239px;
}

#info-cf {
  background-color: #f0ece4;
  height: 177px;
  margin-top: -177px;
  margin-bottom: 67px;
}
#info-cf div div{
  margin-top: 15px;
  margin-bottom: 15px;
}
.infoText {
  font-size: 18px;
  color: #394150 !important;
}
.info-cf-vw{
  background-color: #f0ece4;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  height: 177px;
  display: block;
}

#prefoot-cf{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#info-prefoot-cf{
  display: flex;
}
.btn-fin{
  display: flex;
  justify-content: center;
  align-items: center;
}
.prefoot-titre-cf{
  display: inline-block;
  text-align: center;
  color: #394150;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-top: 65px;
}
.info-prefoot-titre-cf{
  display: inline-block;
  text-align: left;
  color: #f0ece4;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  padding-left: 9px;
}
.prefoot-icons-cf{
  display: inline-block;
  text-align: center;
  font-size: 36px;
  margin-bottom: 80px;
}
.info-prefoot-icons-cf{
  display: inline-block;
  text-align: left;
  font-size: 36px;
  padding-left: 9px;
}
.fa-twitter{
  font-size: 40px !important;
}
.prefoot-icons-cf a{
  color: #394150 !important;
  margin-right: 15px;
  margin-left: 15px;
}
.info-prefoot-icons-cf a{
  color: #f0ece4 !important;
  margin-right: 21px;
  margin-left: 0px;
}
.par-art a{
  margin-right: 30px;
  margin-left: 0px;
}

.resume-content{
  margin-top: 50px;
  color: #394150 !important;
}
.apropos-content{
  margin-bottom: 70px;
  color: #394150 !important;
}
.descr-titre{
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
}
#texteResume {
  margin-top: 55px;
  font-size: 18px;
}
#textePropos {
  margin-top: 55px;
  font-size: 18px;
}
.separateur-fiche{
  border-bottom: 1px solid #394150;
  width: 100%;
  margin-top: 10px;
}

#infoLivreAuteur {
  background-color: #394150;
  padding: 0;
  padding-left: 30px;
  padding-right: 9px;
  z-index: 1;
  color: #f0ece4;
  height: auto;
  width: 100%;
  padding-bottom: 60px;
}
.info-t-cf{
  font-size: 64px;
  margin-top: 55px;
  line-height: 64px;
  word-wrap: break-word;
}
.info-st-cf{
  font-size: 28px;
  margin-top: 20px;
}
.info-au-cf{
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.info-p-cf{
  margin-top: 25px;
  font-size: 18px;
  margin-bottom: 0px;
}

#imageTitre {
  margin-top: 4rem;
  padding-right: 0;
  padding-left: 30px;
}
#imageSansTitre {
  padding: 0;
  position: relative;
}
.vw-r-fiche{
  background-color: #394150;
  height: auto;
  width: 50vw;
  position: absolute;
  margin-right: -50vw;
  padding-left: 190px;
  display: block;
  left: 50%;
}
.vw-r-fiche img{
    display: block;
    width: 50vw;
    object-fit: cover;
    object-position: 0 0;
    height: auto;
    left: 190px
}
#topFiche {
  padding-top: 51px;
}

#logo {
  padding-bottom: 20px;
  max-width: 135%;
  max-height: 100%;
  position: relative;
}
#first {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}

#second {
  padding-top: 150px;
  padding-left: 30px;
  width: 50%;
  float: left;
  height: 680px;
  background-color: white; /* Green to see div proper */
  position: relative;
}

#ecrire {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 0;
  background-image: url(../img/formBG.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 272px;
  background-position-x: center;
  display: inline-block;
}
#ecrire img{
  display: inline-block !important;
  width: 100%;
}

@media (min-width: 992px) {
  #ecrire {
  	height: 544px;
  }
}

#l-div-art{
  padding: 0px !important;
}
#r-div-art{
  padding: 0px !important;
  padding-left: 60px !important;
  margin-top: 50px;
}
.l-div-art-list{
  padding: 0px !important;
}
.r-div-art-list{
  padding: 0px !important;
  padding-left: 60px !important;
  margin-top: 50px;
}
.titre-carnet-list{
  font-size: 6rem;
  color: #394150;
  font-weight: bold;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
}
.item-carnet-list{
  margin-bottom: 26px;
}
.carnet-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.carnet-list li:nth-child(n+6) {
    display:none;
}
.href-info-clist{
  text-transform: uppercase;
  color: #394150;
  font-size: 14px;
  font-weight: bold;
  float: right;
}
.href-info-clist:hover{
  color: #394150;
}
.a-conthref-info-clist{
  display: inline-block;
  width: 100%;
}
.t-info-clist,.t-info-carnet {
  font-weight: 600;
  margin-bottom: 4px;
}
.t-info-carnet {
  font-size: 28px;
  margin-bottom: 30px;
}
.au-info-clist{
  color: #394150;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.cont-info-clist{
  text-align: justify;
}
.info-hide-clist{
  display: none;
  width: 100%;
}
.info-hide-clist h2{
  color: #fff !important;
  font-size: 28px;
  padding-left: 18px;
  margin-top: 15px;
}
.info-hide-clist div{
  color: #fff !important;
  padding-left: 18px;
  margin-top: 5px;
}
.info-hide-clist div a{
  color: #fff !important;
  float: left;
  margin-top: 20px;
}
.info-hide-clist div a:hover{
  color: #fff !important;
}
.end-clist{
  color: #888;
  font-size: 28px;
}
.vw-l-art{
  background-color: #394150;
  position: relative;
  display: block;
  margin-left: -50vw;
  width: 50vw;
  height: 280px;
  z-index: -100;
}
.r-content-art{
  background-color: #394150;
  height: 280px;
  width: 100%;
  padding-top: 60px;
  margin-top: -280px;
}
.l-cont-art{
  position: relative;
  /* float: left; */
  /* width: 80%; */
  /* padding-left: 20px; */
  display: flex;
}
.l-cont-art img{
  width: 260px;
  height: 173px;
}
.r-cont-art{
  position: relative;
  float: left;
  width: 50%;
  color: #fff;
}
.r-cont-art span{
  width: 50%;
  float: left;
  margin-left: 30px;
  line-height: 20px;
}
.r-cont-art span:first-child{
  padding-top: 60px;
  font-size: 32px;
  line-height: 32px;
}
.sepa-cont-art{
  border-bottom: 1px solid #f0ece4;
  position: relative;
  left: 20px;
  top: 1px;
}

.control-pag-carnet {
  text-align: center;
  white-space: nowrap;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-bottom: 70px;
  padding-top: 0px;
}
.control-pag-carnet a{
  color: #394150;
}
.control-pag-carnet-l{
  width: 80px;
  height: 80px;
  background-color: #394150;
  color: #fff;
  display:inline-block;
  white-space: normal;
  cursor: pointer;
}
.control-pag-carnet-r{
  width: 80px;
  height: 80px;
  background-color: #394150;
  color: #fff;
  display:inline-block;
  white-space: normal;
  cursor: pointer;
}
.control-pag-carnet div i{
  font-size: 64px;
  top: 6px;
  position: relative;
}
.control-pag-carnet-s{
  margin-left: 24px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display:inline-block;
  width:auto;
  white-space: normal;
  position: relative;
  top: -17px;
}
.control-pag-carnet-p{
  margin-right: 24px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display:inline-block;
  width:auto;
  white-space: normal;
  position: relative;
  top: -17px;
}
.bg-fff-page-carnet{
  background-color: #f0ece4 !important;
}

/*  Carnet */
#carouselCarnet{
  width: 100%;
  margin-bottom: 10px;
}
#carouselCarnet .carousel-inner .carousel-item {
  height: 664px;
}
#carouselCarnet .carousel-inner{
  margin-top: -664px;
}
.carousel-inner-vw{
  background-color: #394150;
  position: relative;
  width: 50vw;
  left: 50%;
  margin-left: -50vw;
  height: 664px;
  display: block;
}
.cont-t-carnet{
  font-size: 50px;
  padding-top: 74px;
  margin-bottom: 26px;
  color: #fff;
  font-weight: 600;
}
.ligne-carnet{
  border-bottom: 1px solid #f0ece4;
  width: 100%;
  top: 1px;
  left: 30px;
  position: relative;
  z-index: -1;
}
.cont-l-carnet{
  background-color: #394150;
  height: 100%;
  z-index: -1;
  padding-left: 26px;
}
.cont-r-carnet{
  background-color: #fff;
  height: 100%;
  padding-top: 237px;
  font-size: 32px;
  padding-left: 25px;
}
.cont-r-carnet-hide{
  height: 100%;
  font-size: 32px;
  display: none;
}
.cont-r-carnet a, .cont-r-carnet a:hover{
  color: #394150;
  font-weight: bold;
}
.cont-r-carnet-hide a, .cont-r-carnet-hide a:hover{
  color: #fff;
  font-weight: bold;
}
.cont-l-carnet img{
  width: 540px;
  height: 360px;
}
#carouselCarnet div .carousel-control-prev, #carouselCarnet div .carousel-control-next{
  background-color: #394150;
  height: 80px;
  width: 80px;
  position: relative;
  float: left;
  opacity: 1;
  margin-right: 2px;
}
#carouselCarnet div .carousel-control-prev span i,
#carouselCarnet div .carousel-control-next span i{
  font-size: 64px;
}
.inner-btns-carnet{
  margin: 0 auto;
  display: block;
  width: 165px;
  margin-top: 2px;
  position: relative;
}

@media (max-width: 1200px) {
  /* #infoLivreAuteur{
    height: 590px;
  } */
  /* .vw-r-fiche{
    height: 590px;
  }
  .vw-r-fiche img{
    height: 590px;
  } */
}

@media (max-width: 991px) {
  /* #infoLivreAuteur{
    height: 640px;
  } */
  /* .vw-r-fiche{
    height: 640px;
  }
  .vw-r-fiche img{
    height: 640px;
  } */
  .info-t-cf{
    font-size: 57px;
  }
  .cont-l-carnet img{
    width: 360px;
    height: 240px;
  }
  .carousel-inner-vw{
    height: 470px;
  }
  #carouselCarnet .carousel-inner{
    margin-top: -470px;
  }
  #carouselCarnet .carousel-inner .carousel-item{
    height: 470px;
  }
  .cont-r-carnet{
    padding-top: 168px;
    font-size: 27px;
  }
  .l-cont-art img{
    width: 190px;
    height: 127px;
  }
}

@media (max-width: 767px){
  #second {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
  #first {
    width: 100%;
  }
  #logo{
    width: 100%;
  }
  #ecrire {
    position: relative;
    width: 100vw;
  }
  #imageTitre {
    margin-top: 0;
    padding-right: 28%;
    padding-left: 28%;
    top: 50px;
    z-index: 100;
  }
  #topFiche {
    padding-top: 0px;
  }
  .info-t-cf{
    margin-top: 70px;
    font-size: 46px;
  }
  #imageSansTitre{
    display: none;
  }
  #info-cf {
    height: 250px;
    margin-top: -250px;
  }
  .info-cf-vw{
    height: 250px;
  }
  #info-cf div {
    padding-left: 9px !important;
  }
  .xs-mt{
    margin-top: 0px !important;
  }
  .xs-mb{
    margin-bottom: 0px !important;
  }
  .xs-t{
    position: relative;
    top: -12px;
  }
  #r-div-art{
    padding-left: 9px !important;
    padding-right: 9px !important;
    margin-top: 30px;
  }
  .r-div-art-list{
    display: none;
  }
  .sepa-cont-art {
    display: none;
  }
  .vw-l-art{
    width: 100vw;
    left: 50%;
  }
  .vw-l-art-list{
    height: 480px;
  }
  .vw-r-fiche{
    display: none;
  }
  .info-hide-clist{
    display: inline-block;
  }
  .r-content-art-list{
    height: 480px;
    margin-top: -480px;
  }
  .item-carnet-list{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .titre-carnet-list{
    font-size: 3.5rem;
    margin-bottom: 0px;
    margin-top: -20px;
    padding-left: 24px;
    padding-bottom: 0px;
  }
  .control-pag-carnet-s, .control-pag-carnet-p{
    display: none;
  }
  .control-pag-carnet {
    padding-bottom: 25px;
  }
  .prefoot-icons-cf{
    margin-bottom: 40px;
  }
  .prefoot-titre-cf{
    margin-top: 15px;
  }
  .t-info-carnet{
    margin-bottom: 10px;
  }
  .descr-titre{
    font-size: 28px;
  }
  #texteResume {
    margin-top: 20px;
  }
  #textePropos{
    margin-top: 20px;
  }
  .resume-content{
    margin-top: 20px;
  }
  .cont-r-carnet{
    padding-top: 37px;
    font-size: 28px;
    padding-left: 25px;
    height: 210px;
    padding-bottom: 30px;
  }
  .ligne-carnet{
    display: none;
  }
  .l-cont-art img, .l-cont-art a{
    width: 280px;
    height: 187px;
    margin: 0 auto;
    position: relative;
  }
  .cont-r-carnet {
    display: none;
  }
  .cont-r-carnet-hide{
    display: block;
    font-size: 24px !important;
    line-height: 30px;
    padding-top: 10px;
  }
  #carouselCarnet .carousel-inner{
    margin-top: -550px;
  }
  #carouselCarnet .carousel-inner .carousel-item{
    height: 550px;
  }
  .div-btn-form{
    margin: 0 auto;
    width: 118px;
  }
}

@media (max-width: 375px) {
    .cont-l-carnet a img{
      width: 320px;
      height: 215px;
    }
}

@media (max-width: 320px) {
    .cont-l-carnet a img{
      width: 268px;
      height: 180px;
    }
}

/* Code Formulaire */
#formContainer {
  position:relative;
  width: 100%;
  background-color: #f0ece4;
  z-index: 0;
}
.formTop {
  text-align: left;
  font-size: 50px;
  color: #FFF;
  position:relative;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 992px) {
  .formTop{
    font-size: 100px;
    padding-bottom: 5px;
  }
}
.col-vide{
  height: 100%;
  position: relative;
  float: left;
  padding: 0px;
}
.form-group label{
  padding-right: 0px !important;
}

#form_ecrire_id {
	font-size: 18px;
    font-weight: bold;
}

@media (min-width:992px) {
	#form_ecrire_id {
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media (min-width:1200px) {
	#form_ecrire_id {
		padding-left: 190px;
		padding-right: 190px;
	}
}

#form_ecrire_id div:first-child{
  margin-top: 30px;
}

#response{
  width: 100%;
}
#response span{
  position: relative;
  float: right;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .col-vide{
    display: none;
  }
}

@media (max-width: 768px) {
  #form_ecrire_id .form-group{
    padding-top: 0px;
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 0px;
  }
  #form_ecrire_id div:first-child{
    margin-top: 20px;
  }
  #form_ecrire_id div label{
    margin-top: 10px;
  }
  #form_ecrire_id .form-group button{
    margin-top: 40px;
  }
}
@media (max-width: 991px)  {
  #form_ecrire_id .form-group{
    padding-top: 0px;
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 0px;
  }
  #form_ecrire_id div:first-child{
    margin-top: 20px;
  }
  #form_ecrire_id div label{
    margin-top: 10px;
  }
  #form_ecrire_id .form-group button{
    margin-top: 40px;
  }
}

/* NAVBAR */
nav div ul li a {
  color: #394150 !important;
  font-weight: bold;
}
nav div ul li a:hover {
  color: #394151 !important;
}
nav div div ul li a.active::after{
  content: " ";
  display: inline-flex;
  width: 100px;
  border-bottom: 10px solid #fff !important;
  top: -7px;
  left: -92px;
  position: relative;
  z-index: -1;
  margin-right: -100px;
  margin-bottom: -10px;
}
nav div div ul li a.nav-link-ca.active::after{
  width: 80px;
  margin-right: -80px;
  left: -70px;
}
nav div div ul li a.nav-link-ee.active::after{
  width: 160px;
  margin-right: -160px;
  left: -150px;
}
nav div div ul li a.nav-link-gi.active::after{
  width: 75px;
  margin-right: -75px;
  left: -65px;
}
.bg-LA {
  background-color: #f0ece4 !important;
  color: #394150 !important;
  border-bottom: 1px solid #394150;
  padding: .55rem 1rem;
}
.navbar-dark .navbar-toggler{
  color: #394150 !important;
}
.navbar-dark .navbar-toggler i {
  font-size: 44px !important;
}
.navbar-collapse ul li{
  margin-left: 18px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .navbar-collapse ul li{
    border-top: 1px solid #394150;
    padding: 9px 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  nav div div ul li a.active::after{
    border-bottom: 0px solid #fff !important;
  }
  .navbar-brand{
    padding-left: 10px;
  }
  .bg-LA {
    padding: 0 !important;
  }
}

/* Animations & Keyframes */

.animate-top {
    animation:animatetop 0.7s;
  }

.animate-left{
    animation:animateleft 0.7s;
  }

.animate-left-out{
      animation:animateleftout 0.7s;
    }

.animate-right{
    animation:animateright 0.7s;
}

.animate-right-out{
    animation:animaterightout 0.7s;
}

@keyframes animatetop{
      from{
        top:-300px;
        opacity:1
      }
      to{
        top:0;
        opacity:1
      }
}

@keyframes animateleft{
  from{
    left:-300px;
    opacity: 0;
  }
    to{
      left: 0;
      opacity: 1;
    }
}

@keyframes animateleftout{
  from{
    left:0;
    opacity: 1;
  }
    to{
      left: -300px;
      opacity: 0;
      z-index: -1000;
    }
}

@keyframes animateright{
  from{
    right:-300px;
    opacity: 0;
  }
    to{
      right: 0;
      opacity: 1;
    }
}

@keyframes animaterightout{
  from{
    right:0;
    opacity: 1;
  }
    to{
      right: -300px;
      opacity: 0;
    }
}

@keyframes button{
  from{
    left:0px;
  }
  to {
    left: 5rem;
  }
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#galerie {
    background-color:#fff;
    color:#1D1D1D;
    text-align:center;
    display:inline-block;
    width:100%;
    margin-top: 50px !important;
}

.titre-instagram h2 {
	font-weight: bold;
  	text-transform: uppercase;
  	font-size: 24px;
    margin-bottom:0;
}

.titre-instagram img{
	margin-bottom:40px;
	margin-top: 4px;
}

.instagram-padding {
	padding-left: 0;
	padding-right: 0;
}

.instagram-title {
  text-align: left;
  font-size: 50px;
  padding-bottom: 35px;
  color: #394150;
  position:relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  margin-bottom: 0;
}

@media (min-width: 455px) {
  #galerie {
  	margin-top: 50px !important;
	}
}

@media (min-width: 992px) {
  .instagram-title {
    font-size: 100px;
    padding-bottom: 75px;
  }
  .slider-livres-titre{
    font-size: 100px;
  }
  .cont-t-carnet{
    font-size: 100px;
  }
  #galerie {
  	margin-top: 80px !important;
	}
}

#galerie .bx-wrapper {
    padding: 0;
}

#galerie .bx-wrapper .bx-next {
	margin-right: 0;
}

#galerie .bx-wrapper .bx-prev {
	margin-left: 0;
}

#galerie .bx-wrapper .bx-next:before,
#galerie .bx-wrapper .bx-prev:before {
  color:#fff !important;
}

#galerie .bx-wrapper .bx-next,
	#galerie .bx-wrapper .bx-prev {
  		top: 53% !important;
}

#galerie .bx-wrapper img{
    object-fit: cover !important;
}

@media (min-width: 768px) {
	#galerie .bx-wrapper .bx-next,
	#galerie .bx-wrapper .bx-prev {
  		top: 98px !important;
	}
}

@media (min-width: 992px) {
	#galerie .bx-wrapper .bx-next,
	#galerie .bx-wrapper .bx-prev {
  		top: 92px !important;
	}
}

@media (min-width: 1200px) {
	#galerie .bx-wrapper .bx-next,
	#galerie .bx-wrapper .bx-prev {
  		top: 110px !important;
	}
}

.bx-wrapper .bx-controls-direction a {
   width: 24px !important;
   height: 24px !important;
   top: 70px !important;
}

.bx-prev {
   left:0;
   margin-left: -8px;
}

.bx-next {
    right: 0px;
    margin-right: -8px;
}

@media (min-width: 992px){
  .bx-wrapper .bx-controls-direction a {
    width: 48px !important;
    height: 48px !important;
    top: 90px !important;
  }
  .bx-prev {
   		margin-left: -16px;
	}
	.bx-next {
    	margin-right: -16px;
	}
}

@media (min-width: 1200px){
 .bx-wrapper .bx-controls-direction a {

   top: 113px !important;

  }
}

.bx-wrapper .bx-controls-direction a:before {
   color:#bd5665 !important;
   font-family: 'Material Icons' !important;
   font-size: 24px !important;
   line-height:1;
   padding:0;
}

@media (min-width: 992px){
  .bx-wrapper .bx-controls-direction a:before {
  	 font-size: 48px !important;
  }
}

 .bx-next:before {
    content: "\e315";

    font-weight: normal;
    font-style: normal;

    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.bx-prev:before {
    content: "\e314";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.product-box {
	width:156px !important;
	height:156px !important;
}

@media (min-width: 320px) {
  .product-box {
  	width:157px !important;
	  height:157px !important;
  }
  .fond-insta{
    height:157px !important;
  }
  .load-insta{
    top: 100px;
  }
}

@media (min-width: 375px) {
  .product-box {
  	width:184px !important;
	height:184px !important;
  }
  .fond-insta{
    height:184px !important;
  }
  .load-insta{
    top: 120px;
  }
}

@media (min-width: 412px) {
  .product-box {
  	width:203px !important;
	  height:203px !important;
  }
  .fond-insta{
    height:203px !important;
  }
  .load-insta{
    top: 120px;
  }
}

@media (min-width: 768px) {
  .product-box {
  	width:187px !important;
  	height:187px !important;
  }
  .fond-insta{
    height:187px !important;
  }
  .load-insta{
    top: 120px;
  }
}

@media (min-width: 992px) {
  .product-box {
  	width:194px !important;
  	height:194px !important;
  }
  .fond-insta{
    height:194px !important;
  }
  .load-insta{
    top: 120px;
  }
}

@media (min-width: 1200px) {
  .product-box {
  	width:228px !important;
  	height:228px !important;
  }
  .fond-insta{
    height: 228px !important;
  }
  .load-insta{
    top: 150px;
  }
}

#instafeed {
	margin-left: 0;
}

ul.list-grid {
    display: block;
    list-style: none;
    padding: 0;
    font-size: 0;
    margin-right
}

.reseau-social {
	margin-right: 21px;
    margin-left: 0px;
    cursor: pointer;
}

#img-medias-qa {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding: 0;
    -webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}
#img-medias-qa::after{
   content: "";
   opacity: 0.2;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   position: absolute;
   z-index: 0;
   background-color: #394150;
}

.img-medias-qa-in {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.img-responsive {
    display: inline-block !important;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.g-recaptcha{
  direction: rtl;
  position: relative;
  left: 8px;
}
@media (max-width: 767px) {
  .g-recaptcha{
    direction: rtl;
    position: relative;
    left: 1px;
    margin: 0 auto;
    width: 300px;
  }
}
@media (max-width: 320px) {
  .g-recaptcha{
    transform:scale(0.82);
    -webkit-transform:scale(0.82);
    direction: rtl;
    position: relative;
    left: 24px;
    margin: 0 auto;
    width: 247px;
  }
}

.bas-form-la{
  font-size: 14px;
  font-weight: normal !important;
  padding-bottom: 60px;
  display: inline-block;
  width: 100%;
}

.div2-bf-la {
  margin-top: 10px;
}
