/*---------------*\
  $RESET
\*---------------*/
#center {
  width: 100% !important;
}
#center_part_2_full {
  float: none !important;
  width: 100% !important;
}
#contenuhome {
  margin: 0 !important;
}
#bottomfooter {
  margin-top: 0 !important;
}
#ftr {
  margin-top: 0 !important;
}



/*---------------*\
  $SELECTION DE NOËL
\*---------------*/
.selection-de-noel {
  padding-top: 5px;
}
.selection-de-noel *,
.selection-de-noel *::before,
.selection-de-noel *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.selection-de-noel .clearfix::before,
.selection-de-noel .clearfix::after {
  display: table;
  content: " ";
}
.selection-de-noel .clearfix::after {
  clear: both;
}
.selection-de-noel .container {
  margin: auto;
  max-width: 1000px;
  position: relative;
}
.selection-de-noel .row {
  margin: 0 -15px;
}
.selection-de-noel .col {
  padding: 0 15px;
}
.selection-de-noel,
.selection-de-noel h1,
.selection-de-noel h2,
.selection-de-noel h3,
.selection-de-noel h4,
.selection-de-noel h5,
.selection-de-noel h6 {
  font-family: 'Open Sans', sans-serif;
}
.selection-de-noel strong {
  font-weight: 700;
}
.selection-de-noel .text-left {
  text-align: left;
}
.selection-de-noel .text-center {
  text-align: center;
}
.selection-de-noel .text-right {
  text-align: right;
}
.selection-de-noel img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.selection-de-noel,
.selection-de-noel .btn,
.selection-de-noel .btn:focus,
.selection-de-noel .btn:hover,
.selection-de-noel .title {
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (min-width: 768px){
  .selection-de-noel .visible-phone {
    display: none !important;
  }
  .selection-de-noel .pull-right {
    float: right !important;
  }
  .selection-de-noel .col {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 767px){
  .selection-de-noel .hidden-phone {
    display: none !important;
  }
  .selection-de-noel img {
    display: block;
    margin: 0 auto 15px;
  }
}



/* Button */
.selection-de-noel .btn,
.selection-de-noel .btn:focus,
.selection-de-noel .btn:hover {
  border: 1px solid #6f94ab;
  color: #6f94ab;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 32px;
  padding: 2px 8px;
  text-align: center;
  text-decoration: none;
  width: 128px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}
.selection-de-noel .btn:hover {
  background-color: #6f94ab;
  color: #fff;
}



/* Title */
.selection-de-noel .page-title,
.selection-de-noel .section-title {
  background: none;
  color: #6f94ab;
  display: block;
  float: none;
  font-family: 'Open Sans', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.selection-de-noel .page-title span,
.selection-de-noel .section-title span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.selection-de-noel .page-title span:first-child,
.selection-de-noel .section-title span:first-child {
  font-family: 'GFS Didot', serif;
  line-height: 1;
}
.selection-de-noel .page-title strong,
.selection-de-noel .section-title strong {
  display: block;
  font-weight: 700;
  text-transform: none;
}
.selection-de-noel .page-title {
  font-size: 33px;
  line-height: 42px;
  margin: 0 0 20px;
  text-align: center;
}
.selection-de-noel .page-title span:first-child {
  font-size: 121px;
}
.selection-de-noel .page-title span:last-child {
  text-align: left;
}
.selection-de-noel .page-title strong {
  font-size: 34px;
}
.selection-de-noel .section-title {
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 40px;
}
.selection-de-noel .section-title span:first-child {
  font-size: 97px;
}
.selection-de-noel .section-title strong {
  font-size: 27px;
}
@media only screen and (max-width: 767px){
  .selection-de-noel .page-title {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 20px;
  }
  .selection-de-noel .page-title span:first-child {
    font-size: 103px;
  }
  .selection-de-noel .page-title strong {
    font-size: 29px;
  }
  .selection-de-noel .section-title {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 40px;
  }
  .selection-de-noel .section-title span:first-child {
    font-size: 66px;
  }
  .selection-de-noel .section-title strong {
    font-size: 18px;
  }
}



/* Breadcrumb */
.selection-de-noel .breadcrumb {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.selection-de-noel .breadcrumb li {
  color: #4a4a4a;
  display: inline-block;
  font-size: 12px;
}
.selection-de-noel .breadcrumb li a,
.selection-de-noel .breadcrumb li a:focus,
.selection-de-noel .breadcrumb li a:hover {
  color: #4a4a4a;
  font-size: 12px;
  text-decoration: underline;
}
.selection-de-noel .breadcrumb li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px){
  .selection-de-noel .breadcrumb {
    padding-left: 15px;
  }
}



/* Header */
.selection-de-noel .section-header {}
.selection-de-noel .section-header .social-networks {
  float: right;
  padding: 6.5px 0;
}
.selection-de-noel .section-header .social-networks label {
  color: #6f94ab;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  vertical-align: bottom;
}
.selection-de-noel .section-header .social-networks a,
.selection-de-noel .section-header .social-networks a:focus,
.selection-de-noel .section-header .social-networks a:hover {
  display: inline-block;
  text-decoration: none;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px){
  .selection-de-noel .section-header .btn,
  .selection-de-noel .section-header .btn:focus,
  .selection-de-noel .section-header .btn:hover {
    display: block;
    margin: 0 auto 15px;
  }
  .selection-de-noel .section-header .social-networks {
    display: none;
  }
}



/* Product */
.selection-de-noel .section-product {}
.selection-de-noel .section-product + .section-product {
  margin-top: 90px;
}
.selection-de-noel .section-product p {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}
.selection-de-noel .section-product a,
.selection-de-noel .section-product a:focus,
.selection-de-noel .section-product a:hover {
  color: #4a4a4a;
  display: block;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
}
.selection-de-noel .section-product a:hover {
  text-decoration: underline;
}
.selection-de-noel .section-product a > img {
  margin: 0 0 14px;
}
@media only screen and (min-width: 768px){
  .selection-de-noel .section-product p + p {
    margin-top: 14px;
  }
  .selection-de-noel .section-product:nth-child(1) .desc {
    min-height: 170px;
  }
  .selection-de-noel .section-product:nth-child(2) .desc {
    min-height: 170px;
  }
  .selection-de-noel .section-product:nth-child(3) .desc {
    min-height: 270px;
  }
  .selection-de-noel .section-product:nth-child(4) .desc {
    min-height: 155px;
  }
  .selection-de-noel .section-product:nth-child(5) .desc {
    min-height: 235px;
  }
}
@media only screen and (max-width: 767px){
  .selection-de-noel .section-product + .section-product {
    margin-top: 5px;
  }
  .selection-de-noel .section-product .section-title {
    padding: 0 15px;
  }
  .selection-de-noel .section-product p {
    margin: 0 0 14px;
    padding: 0 15px;
  }
}



/* Selection */
.selection-de-noel .section-selection {
  margin: 35px 0 20px;
}
.selection-de-noel .section-selection .title {
  border: 0 none;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  text-align: center;
}
.selection-de-noel .section-selection .title::after {
  background-color: #4a4a4a;
  content: "";
  display: block;
  height: 1px;
  margin: 16px auto 0;
  width: 176px;
}
.selection-de-noel .section-selection nav {}
.selection-de-noel .section-selection nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.selection-de-noel .section-selection nav a,
.selection-de-noel .section-selection nav a:focus,
.selection-de-noel .section-selection nav a:hover {
  color: #4a4a4a;
  display: block;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
}
.selection-de-noel .section-selection nav a:hover {
  text-decoration: underline;
}
.selection-de-noel .section-selection nav a > img {
 margin: 0 0 14px;
}
@media only screen and (min-width: 768px){
  .selection-de-noel .section-selection nav ul li {
    float: left;
    text-align: center;
    width: 20%;
  }
}
@media only screen and (max-width: 767px){
  .selection-de-noel .section-selection {
    margin-bottom: 0;
  }
  .selection-de-noel .section-selection nav a,
  .selection-de-noel .section-selection nav a:focus,
  .selection-de-noel .section-selection nav a:hover {
    border: 1px solid #6f94ab;
    color: #6f94ab;
    display: block;
    margin: 0 auto 12px;
    padding: 9.5px 2px;
    width: 268px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: all ease .3s;
            transition: all ease .3s;
  }
  .selection-de-noel .section-selection nav a:hover {
    background-color: #6f94ab;
    color: #fff;
  }
  .selection-de-noel .section-selection nav a > span,
  .selection-de-noel .section-selection nav a > img {
   display: none;
  }
}



/* Banner */
.section-banner img {
  margin-bottom: 15px;
}