html {
  display: block;
}

body {
  display: block;
  margin: 0;
  line-height: 23px;
}

ul {
  list-style: none;
}

footer {
  margin-top: 80px;
  margin-bottom: 65px;
}

.logo-absolu {
  cursor: pointer;
}

footer p.copyright {
  opacity: 0.4;
  color: #0b2234;
  font-family: Montserrat;
  font-size: 14px;
  letter-spacing: 0.78px;
  line-height: 18px;
  text-align: center;
  margin-top: 60px;
}

.logo-footer {
  margin: 20px 0px;
}

.logo a:first-child {
  margin-right: 50px;
}

.wrapper .logo {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.logo-img {
  text-align: center;
}

.dernier-tome-div{
  display: flex;
  justify-content:center;
}

.dernier-tome-div a{
  border-right: 1px solid rgb(183, 153, 57);
 
}

.overlay .dernier-tome-div a{
  padding:10px;
}

.dernier-tome-div a:last-child{
  border-right:0px;
}

.dernier-tome-div a:nth-child(3){
  text-decoration: underline;
}
/************ NAVIGATION FULL PAGE **************/

.navigation {
  position: fixed;
  right: 0;
  padding: 50px 0px;
  z-index: 100;
  top: 0px;
}

.open img {
  margin-left: -40px;
  cursor: pointer;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: #254c3b;
  /* Black fallback color */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  font-weight: 200;
  text-transform: uppercase;
  padding: 20px;
  text-decoration: none;
  font-size: 30px;
  color: #b79939;
  font-family: Montserrat;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #748fa2;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/************ NAVIGATION RONDS FIXE **************/

.round-menu ul {
  list-style: none;
  margin-right: 40px;
  margin-top: 150px;
  padding-left: 0px;
}

.round-menu ul li a {
  width: 10px;
  /*opacity: 0.5;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;*/
}

/* .round-menu ul li a:hover, .round-menu ul li a:focus {
	opacity: 1;
} */

/************* SECTIONS ***************/

h2 {
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-weight: bold;
  line-height: 44px;
  text-transform: uppercase;
}

p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 26px;
}

a.readmore {
  display: block;
  position: relative;
  margin-top: -25px;
  cursor: pointer;
  color: #1a1919;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 26px;
}

a.readmore-ocre {
  display: block;
  position: relative;
  margin-top: -25px;
  cursor: pointer;
  color: #b79939;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 26px;
}

a.readmore::before {
  position: absolute;
  content: url("../img/lire_plus.svg");
  left: 90px;
  bottom: -5px;
}

a.readmore-ocre::before {
  position: absolute;
  content: url("../img/lire_plus_ocre.svg");
  left: 90px;
  bottom: -5px;
}

.readmore-text {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.readmore-text.show {
  opacity: 1;
  max-height: 9999px;
  visibility: visible;
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 170px 285px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.section p {
  margin-top: 32px;
}

.section .left {
  width: 50%;
  padding-right: 38px;
  z-index: 1;
}

.section .right {
  width: 50%;
  padding-left: 38px;
  z-index: 1;
}

.img-section {
  position: absolute;
  height: auto;
  z-index: 1;
}

.img-section-mobile {
  display: none;
}

.wrapper-max-width {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow-y: visible;
}

.capricieux-css {
  overflow: hidden;
}

.confirm{
  font-family: Inter, sans-serif;
}

/************* SECTION 1 ***************/

#section1 {
  position: relative;
  background-color: #ede6cd;
  height: 700px;
  overflow: hidden;
}

.h1-logo {
  margin: 60px 0px 30px;
  padding: 0px;
}

.header {
  background-position: center;
  width: 100%;
  height: 960px;
  background-color: #f7f7f7;
}

.content-header {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 5%;
  right: 0;
  text-align: center;
}

.img-header {
  margin-left: -3%;
}

.btn-header-left {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #254c3b;
  color: #ede6cd;
  border: 2px solid #254c3b;
  padding: 11px 0px;
  width: 300px;
  box-sizing: border-box;
  float: right;
  margin-right: 562px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
}

.btn-header-left:hover {
  opacity: 0.4;
}

.btn-header-right {
  text-decoration: none;
  text-transform: uppercase;
  color: #254c3b;
  background-color: transparent;
  border: 2px solid #254c3b;
  padding: 11px 0px;
  width: 300px;
  box-sizing: border-box;
  float: left;
  margin-left: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
}

.btn-header-right:hover {
  opacity: 0.4;
}

.scroll-icon {
  position: absolute;
  bottom: -90px;
  left: 49.3%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.scroll-icon:hover {
  bottom: -100px;
}

#section1-forme {
  left: 272px;
  top: -165px;
}

#section1-forme2 {
  left: 26px;
  bottom: 0px;
}

#image-header {
  right: -175px;
  bottom: -75px;
  width: 550px;
}

#sapin11 {
  top: 200px;
  left: 130px;
}

#sapin12 {
  left: 302px;
  bottom: 203px;
}

#sapin14 {
  top: 152px;
  right: 362px;
}

/************* SECTION 2 ***************/

#section2 {
  background-color: #b79939;
}

#section2 h2,
.troispoints {
  color: #254c3b !important;
  font-weight: bold;
}

#section2 p {
  color: #ffffff;
}

#bois-liquide {
  width: 550px;
  left: -250px;
  top: 340px;
}

#biomasse {
  width: 650px;
  right: -310px;
  top: 180px;
}

#sapin21 {
  top: 158px;
  left: 92px;
}

#sapin21-2 {
  top: 158px;
  right: 208px;
}

#sapin23 {
  top: 102px;
  right: 141px;
}

/************* SECTION 3 ***************/

#section3 {
  background-color: #ede6cd;
}

#section3 h2 {
  color: #b79939;
}

#section3 p {
  color: #1a1919;
}

#bois-3d {
  width: 900px;
  left: -100px;
  top: 30px;
}

#sapin31-2 {
  top: 631px;
  right: 128px;
}

#sapin31 {
  top: 90px;
  right: 268px;
  transform: scaleX(-1);
}

#sapin32 {
  top: 706px;
  right: 249px;
}

/************* SECTION 4 ***************/

#section4 {
  background-color: #254c3b;
}

#section4 h2,
.troispoints {
  color: #b79939;
  font-weight: bold;
}

#section4 p {
  color: #ffffff;
}

#section4 a.readmore {
  color: #b79939;
}

#copeaux {
  width: 1100px;
  right: -300px;
  top: 40px;
}

#section4-forme2 {
  left: -57px;
  top: 294px;
}

#section4-forme {
  left: 800px;
  top: 661px;
}

#sapin1rev4-1 {
  top: 746px;
  left: 103px;
}

#sapin2rev4 {
  top: 659px;
  left: 172px;
}

/************* SECTION 5 ***************/

#section5 {
  background-color: #ffffff;
}

#section5 h2 {
  color: #b79939;
}

#section5 p {
  color: #1a1919;
}

#dents {
  width: 1100px;
  left: -300px;
  top: 25px;
}

#section5-forme {
  right: -75px;
  top: 575px;
}

#sapin51-2 {
  top: 99px;
  left: 727px;
}

#sapin52 {
  top: 174px;
  left: 628px;
}

#sapin52-2 {
  top: 687px;
  right: 190px;
}

/************* SECTION 6 ***************/

#section6 {
  background-color: #ede6cd;
}

#section6 h2 {
  color: #b79939;
}

#section6 p {
  color: #1a1919;
}

#super {
  width: 950px;
  top: 20px;
  right: -200px;
}

#sapin61-2 {
  top: 369px;
  left: 78px;
}

#sapin62 {
  top: 302px;
  left: 127px;
}

#section6-forme {
  top: 421px;
  left: -71px;
}

/************* SECTION 7 ***************/

#section7 {
  background-color: #254c3b;
}

#section7 h2 {
  color: #b79939;
}

#section7 p {
  color: #ffffff;
}

#section7 a.readmore {
  color: #b79939;
}

#nuances {
  width: 475px;
  left: -225px;
  top: 75px;
}

#transformer {
  right: -200px;
  width: 550px;
  top: 350px;
}

#sapin2rev7-1 {
  top: 660px;
  left: 163px;
}

#sapin2rev7 {
  right: 208px;
  top: 104px;
}

#sapin1rev7 {
  top: 180px;
  right: 130px;
}

#triangle-jaune {
  bottom: 0px;
  left: -175px;
}

/************* SECTION 8 - CONCOURS ***************/

#forme_concours {
  display: block !important;
  left: -76px;
  top: -275px;
}

#triangle_concours {
  display: block !important;
  top: 440px;
  right: -73px;
}

#triangle {
  display: block !important;
  right: 75px;
  bottom: 0px;
}

#sapin38 {
  display: block !important;
  top: 85px;
  right: 300px;
}

#sapin18 {
  display: block !important;
  top: 380px;
  right: 234px;
}

#sapin18-1 {
  display: block !important;
  top: 514px;
  left: 92px;
}

#section8 {
  padding: 0px;
  background-color: #f4f0e2;
}

#section8 h2 {
  font-family: "Roboto Condensed";
  font-size: 48px;
  font-weight: bold;
  margin-top: 0;
  line-height: 63px;
  color: #b79939;
}

#section8 h4 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 22px;
  color: white;
}

.half-width {
  width: 45%;
  display: inline-block;
}

.half-width.form-right {
  float: right;
}

.concours-prix {
  box-sizing: border-box;
  width: 50%;
  background-color: #f4f0e2;
  position: relative;
}

.concours-prix .img-prix {
  margin: 0 auto;
  width: 65%;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
}

.concours-content {
  box-sizing: border-box;
  padding: 80px 215px 80px 115px;
  width: 50%;
  background-color: #1a1919;
  z-index: 1;
}

.txt-form {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
}

label .txt-form {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 19px;
}

.txt-form.reglement {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 19px;
  margin-left: 10px;
}

.txt-form.reglement a {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 19px;
  text-decoration-color: lightgray;
}

.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: 2px solid white;
  top: 4px;
  height: 21px;
  width: 21px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}

.checkbox:checked::before {
  position: absolute;
  content: "";
  background-color: #b79939;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  height: 9px;
  width: 9px;
}

.radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: 2px solid white;
  top: 4px;
  height: 21px;
  width: 21px;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}

.radio:checked::before {
  position: absolute;
  content: "";
  background-color: #b79939;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  height: 9px;
  width: 9px;
  border-radius: 50px;
}

.pure-form input[type="text"] {
  border-radius: 0px !important;
  padding: 10px 20px !important;
  border: 2px solid #fff !important;
  background-color: transparent;
  box-shadow: none !important;
  color: #c2d9d9;
  font-weight: 100;
  font-size: 15px;
  width: 100%;
}

.pure-form input[type="email"] {
  border-radius: 0px !important;
  padding: 10px 20px !important;
  border: 2px solid #fff !important;
  background-color: transparent;
  color: #c2d9d9;
  box-shadow: none !important;
  width: 100%;
}

input[type="checkbox"] {
  border-radius: 0px !important;
  border: 2px solid #fff !important;
  background-color: transparent;
  color: #c2d9d9;
  box-shadow: none !important;
}

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="email"] {
  margin-bottom: 30px !important;
}

::-webkit-input-placeholder {
  /* Chrome */
  opacity: 0.7;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 19px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.7;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 19px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.7;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 19px;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  opacity: 0.7;
  color: #ffffff;
  font-family: Raleway;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 19px;
}

.btn-submit {
  font-family: "raleway", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  background-color: #b79939;
  padding: 15px 30px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  border: none;
}

.btn-submit:hover {
  opacity: 0.5;
}

.margin-btn {
  margin-top: 50px;
  text-align: center;
}

.reglement {
  font-family: "raleway", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #b8c8d4;
}

/************* PAGE FORM ***************/

.page-form {
  text-align: center;
  min-height: 400px;
  padding-top: 130px;
}

.btn-return {
  margin-top: 50px;
}

/************* MEDIAS QUERIES ***************/

@media only screen and (min-width: 1600px) {
  .center-lkpr {
    display: block !important;
    height: 913px;
    width: 40% !important;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1599px) {
  #bois-3d {
    left: -200px;
  }
  #copeaux {
    right: -350px;
  }
  #sapin32 {
    right: 50px;
  }
  .concours-content {
    padding: 80px 115px 80px 115px;
  }
}

@media only screen and (max-width: 1440px) {
  .section {
    padding: 170px 250px;
  }
  #bois-liquide {
    left: -285px;
  }
  #biomasse {
    right: -345px;
    top: 300px;
  }
  #bois-3d {
    left: -250px;
  }
  #copeaux {
    right: -450px;
  }
  #dents {
    left: -400px;
  }
  #super {
    right: -300px;
  }
  #nuances {
    left: -260px;
  }
  #transformer {
    right: -235px;
  }
  #sapin2rev4 {
    left: 50px;
  }
  #sapin1rev4-1 {
    left: 75px;
  }
  #sapin52 {
    top: 150px;
  }
  #sapin52-2 {
    top: 900px;
    right: 75px;
  }
  #sapin62 {
    left: 50px;
  }
  #sapin2rev7-1 {
    left: 75px;
  }
  #sapin1rev7 {
    top: 50px;
    right: 530px;
  }
  #image-header {
    right: -375px;
  }
  #sapin14 {
    right: 250px;
  }
  #section1-forme {
    left: 200px;
    top: -200px;
  }
  #section1-forme2 {
    left: -75px;
  }
  #sapin12 {
    left: 200px;
  }
  #section6-forme {
    left: -125px;
  }
  #sapin31-2 {
    right: 25px;
  }
}

@media only screen and (max-width: 1240px) {
  .coda-slider-wrapper .coda-slider,
  .coda-slider-wrapper .coda-slider .panel {
    width: 350px;
  }
  .section {
    padding: 170px 175px;
  }
  #bois-liquide {
    left: -360px;
  }
  #biomasse {
    right: -375px;
  }
  #bois-3d {
    left: -375px;
  }
  #copeaux {
    right: -550px;
  }
  #dents {
    left: -500px;
  }
  #super {
    right: -400px;
  }
  #nuances {
    left: -335px;
  }
  #transformer {
    right: -310px;
  }
}

@media only screen and (max-width: 1140px) {
  .coda-slider-wrapper .coda-slider,
  .coda-slider-wrapper .coda-slider .panel {
    width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  #triangle-jaune {
    display: none;
  }
  .section {
    flex-direction: column;
    padding: 150px 125px;
  }

  .section .left {
    width: 75%;
    align-self: flex-start;
    padding: 0;
  }

  .section .right {
    width: 75%;
    align-self: flex-end;
    padding: 0;
  }

  .concours-prix {
    width: 100%;
  }

  .concours-content {
    width: 100%;
  }

  .concours-prix .img-prix {
    margin: 50px auto;
    width: 50%;
    display: block;
    top: unset;
    transform: unset;
  }

  .coda-slider-wrapper .coda-slider,
  .coda-slider-wrapper .coda-slider .panel {
    width: 250px;
  }
  #image-header {
    display: none;
  }
  #biomasse {
    top: 775px;
    left: -375px;
    right: unset;
    transform: scaleX(-1);
  }
  #bois-liquide {
    top: 200px;
    right: -325px;
    left: unset;
    transform: scaleX(-1);
  }

  #bois-3d {
    left: -300px;
    width: 500px;
    top: 150px;
  }

  #section4-forme2 {
    display: none;
  }

  #copeaux {
    right: -325px;
    top: 180px;
    width: 500px;
  }

  #sapin52 {
    top: 50px;
    left: 325px;
  }

  #dents {
    width: 500px;
    left: -250px;
    top: 200px;
  }
  #section5-forme {
    right: -150px;
  }
  #sapin21 {
    top: 50px;
  }
  #super {
    right: -275px;
    width: 500px;
  }
  #sapin61-2 {
    top: 50px;
  }
  #nuances {
    right: -275px;
    transform: scaleX(-1);
    left: unset;
  }
  #transformer {
    left: -275px;
    top: 1200px;
    right: unset;
    transform: scaleX(-1);
  }
  #sapin1rev4-1 {
    left: unset;
    right: 50px;
  }
  #section6-forme {
    left: -175px;
  }
  #sapin2rev7-1 {
    left: 25px;
  }
}

@media only screen and (max-width: 895px) {
  .coda-slider-wrapper {
    padding-top: 20%;
    margin-left: 28%;
    margin-bottom: 18%;
  }

  .coda-slider-wrapper .coda-slider,
  .coda-slider-wrapper .coda-slider .panel {
    width: 250px;
  }

  .logo-forma {
    margin-left: -30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .section {
    padding: 100px 100px;
  }

  .navigation {
    padding: 22px 20px;
  }

  .overlay a {
    font-size: 25px;
    padding: 15px;
  }

  .overlay .closebtn {
    top: 7px;
    right: 5px;
  }

  .round-menu {
    display: none;
  }

  .coda-slider-wrapper {
    padding-top: 20%;
    margin-left: 25%;
    margin-bottom: 15%;
  }
  .section .left {
    width: 100%;
  }

  .section .right {
    width: 100%;
  }
  .img-section {
    display: none;
  }

  .img-section-mobile {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .btn-header-right {
    padding-left: 35px;
    padding-right: 35px;
  }

  .btn-header-left {
    padding-left: 19px;
    padding-right: 19px;
  }

  .logo a:first-child {
    margin-right: 0px;
  }

  .logo a {
    align-self: center;
  }

  .wrapper .logo {
    flex-direction: column;
  }

  .navigation {
    padding: 15px 15px;
  }

  .scroll-icon {
    display: none;
  }

  .coda-slider-wrapper {
    padding-top: 20%;
    margin-bottom: 15%;
  }

  h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .img-logo {
    width: 60%;
    margin-top: 70px;
  }

  .btn-header-left {
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .btn-header-right {
    float: none;
    margin-left: 0px;
  }

  .content-btn {
    margin: 20px 0px;
  }

  

  .overlay a {
    font-size: 20px;
    padding: 10px;
  }

  #car-js {
    display: none;
  }

  .content-auto-txt-1 {
    margin-top: 8%;
    margin-bottom: 10%;
  }

  .content-auto-txt-2 {
    margin-top: 50%;
  }

  .content-auto-txt-1 p,
  .content-auto-txt-2 p {
    padding: 0px 20px;
  }

  .txt-2 {
    background-image: url(../img/car_ceramique_small.jpg);
    background-position: top;
    background-size: contain;
  }
  .concours-prix .img-prix {
    width: 75%;
  }
  .concours-content {
    padding: 80px;
  }

  
}

@media only screen and (max-width: 686px) {
  .coda-slider-wrapper .coda-slider,
  .coda-slider-wrapper .coda-slider .panel {
    width: 200px;
  }
}

@media only screen and (max-width: 560px) {
  #section1 {
    height: 600px;
  }
  .concours-content {
    padding: 5%;
  }
  .section {
    padding: 70px 70px;
  }

  .coda-slider-wrapper {
    padding-top: 20%;
    margin-left: 10%;
    margin-bottom: 15%;
  }

  .coda-slider-wrapper .coda-slider,
  .coda-slider-wrapper .coda-slider .panel {
    width: 300px;
  }
}

@media only screen and (max-width: 490px) {
  #section1 {
    height: 550px;
  }
  .coda-slider-wrapper {
    padding-top: 20%;
    margin-left: 7%;
    margin-bottom: 15%;
  }

  .coda-slider-wrapper .coda-slider,
  .coda-slider-wrapper .coda-slider .panel {
    width: 260px;
  }
}

@media only screen and (max-width: 425px) {
  .half-width {
    width: 100%;
    display: block;
  }
  .section {
    padding: 50px 5%;
  }

  .coda-slider-wrapper {
    padding-top: 20%;
    margin-left: 6%;
    margin-bottom: 15%;
  }

  .coda-slider-wrapper .coda-slider,
  .coda-slider-wrapper .coda-slider .panel {
    width: 230px;
  }

  .lkpr-img {
    height: 300px;
  }
}

@media only screen and (max-width: 375px) {
  #section1 {
    height: 500px;
  }
  .coda-slider-wrapper {
    padding-top: 20%;
    margin-left: 5%;
    margin-bottom: 15%;
  }

  .coda-slider-wrapper .coda-slider,
  .coda-slider-wrapper .coda-slider .panel {
    width: 190px;
  }

  .lkpr-img {
    height: 250px;
  }
}

@media only screen and (max-width: 320px) {
  .coda-slider-wrapper {
    padding-top: 20%;
    margin-left: 3%;
    margin-bottom: 15%;
  }

  .coda-slider-wrapper .coda-slider,
  .coda-slider-wrapper .coda-slider .panel {
    width: 150px;
  }

  .bg-wood {
    background-image: none;
  }

  .lkpr-img {
    height: 200px;
  }
}

.rouge {
  color: #f00;
  font-weight: bold;
}

.orange {
  color: #b79939;
}

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

@media screen and (min-width: 48em){
  .pure-u-1.pure-u-md-1-2.content-btn{
    width:auto;
  }
}