* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Calibri', sans-serif;
}

a,
input[type="submit"],
input[type='submit'],
button {
    cursor: pointer;
}

input,
button,
textarea {
    outline: none;
}

ul {
  list-style: none;
}

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

p {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 25px;
}

h1, h2, h3, h4, h5, h6, .h3, .h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

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

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

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    padding-left: 0;
    margin: 15px 0 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
	display: inline-block;
  margin: 0 3px;
}
.slick-dots li button {
  text-indent: -9999px;
  border-radius: 100%;
  background-color: #3a4b66;
  border: none;
  display: block;
  padding: 0;
  height: 10px;
  width: 10px;
}
.slick-dots .slick-active button{
	background-color: #e5314c;
}


/** ============================================= **/
               /*styles*/
/** ============================================= **/
* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  font-size: 16px;
  color: #333;
  background-color: #fff;
  margin: 0;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  /*opacity: .8;*/
}
a:focus,
button:focus {
  outline: 0 !important;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
b,
strong{
  font-weight: 900;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.index .container-fluid.inner{
  max-width: 1400px;
}
.container-fluid.inner{
  max-width: 1170px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: "";
}
.clearfix:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.col-sm-1, .col-md-1, .col-sm-2, .col-md-2, .col-sm-3, .col-md-3, .col-sm-4, .col-md-4, .col-sm-5, .col-md-5, .col-sm-6, .col-md-6, .col-sm-7, .col-md-7, .col-sm-8, .col-md-8, .col-sm-9, .col-md-9, .col-sm-10, .col-md-10, .col-sm-11, .col-md-11, .col-sm-12, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

/*===== wallpaper =====*/
.wallpaper,
.wallpaper .wallpaper-container,
.wallpaper .wallpaper-media {
  -webkit-transition: none !important;
          transition: none !important;
}

.wallpaper { overflow: hidden; position: relative; }
.wallpaper .wallpaper-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; }

.wallpaper .wallpaper-media { left: 0; opacity: 0; position: absolute; top: 0; }
.wallpaper .wallpaper-media.animated {
  -webkit-transition: opacity 0.5s linear !important;
          transition: opacity 0.5s linear !important;
}

.wallpaper .wallpaper-media img,
.wallpaper .wallpaper-media video,
.wallpaper .wallpaper-media iframe { display: block; height: 100%; width: 100%; }

.wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; }

.wallpaper .wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; }
.wallpaper .wallpaper-media.native img { display: none; }

.wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
.wallpaper .wallpaper-media.fixed img { display: none; }

/*===== Page wrapper =====*/
.navbar{
  position: fixed;
  right: 0;
  top: 0;
  transition: all .3s linear;
  z-index: 1000;
}
.Desktop .navbar{
  right: -115px;
}
.Mobile .navbar{
  width: 100%;
  text-align: center;
}
.navbar:hover {
  right: 0;
}
.video-home{
  background: url('../images/p/bg-home.webp') no-repeat center 75%;
  background-size: cover;
  min-height: 700px;
  position: relative;
}
.Desktop .video-home{
  height: 100vh;
}

.video-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #ffffffba, #FFFFFF00);
}

.Mobile .video-home{
  min-height: 600px;
}

.video-home .inner{
  display: table;
  position: relative;
  height: 100%;
}
.capiton-home{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.Mobile .capiton-home {
    top: 170px;
}
.Tablet .capiton-home {
  top: 170px;
}
.capiton-home img{
  margin-bottom: 30px;
}
.capiton-home > img:nth-child(1) {
    width: 300px;
    height: 101px;
    object-fit: contain;
}
.Mobile .capiton-home img{
  height: inherit;
}
.capiton-home h1{
  font-size: 7rem;
  letter-spacing: 25px;
  color: #d35d03;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}
.capiton-home h1 img {
  margin: 0;
  height: 112px;
}
.accroche{
  position: relative;
  margin-bottom: 5rem;
  margin-top:1rem;
}
/*.accroche:before,
.accroche:after{
  content:"";
  background-color: #1d5269;
  position: absolute;
  top: 50%;
  width: 125px;
  height: 1px;
}
.Mobile .accroche:before,
.Mobile .accroche:after{
  display: none;
}
.accroche:before{
  left: 25px
}
.accroche:after{
  right: 25px;
}*/
.accroche span,
.accroche a{
  background-color: #1d5269;
  border: 1px solid #1d5269;
  padding: 3px 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  letter-spacing: 3px;
}
.Mobile .accroche span {
    font-size: 15px;
    letter-spacing: 1px;
}
.accroche a{
  text-transform: none;
  font-size: 24px;
  padding: 3px 45px 5px;
}
.capiton-home p {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 5px;
}
.Mobile .capiton-home p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background: #fff;
}
.Mobile .capiton-home h1{
  font-size: 3rem;
  letter-spacing: 10px;
}
.page-content{
  position: relative;
  z-index: 2;
  background-position: top center;
}
/*.mot-du-patron{
  max-width: 960px;
  margin: 0 auto;
}*/
.col-img,
.col-mots {
  display: inline-block;
  vertical-align: middle;
}
.col-img {
  border-radius: 100%;
  border: 3px solid #ddd;
  overflow: hidden;
  padding: 10px;
}
.Mobile .col-img{
  margin-bottom: 20px
}
.col-img img {
    height: 275px;
    border-radius: 100%;
    width: 275px;
    object-fit: cover;
    display: block;
    background: #ddd;
}
.Tablet .col-img img,
.Mobile .col-img img {
  height: 200px;
  width: 200px;
}
.col-mots {
  padding-left: 5%;
  width: 65%;
  font-size: 20px;
  line-height: 120%;
}
.Mobile .col-mots {
  padding-left: 0;
  width: 100%;
  font-size: 18px;
}
.Tablet .guillement{
  margin-top: 25px;
}
.author {
  color: #d6263e;
  font-weight: 700;
  position: relative;
}
.author:after{
  content: "";
  background-color: #d6263e;
  position: absolute;
  right: -80px;
  bottom: 7px;
  height: 3px;
  width: 50px;
}
.author img{
  height: 70px;
  border-radius: 100%;
  margin-left: 20px;
}
.Mobile .author:after{
  display: none;
}

.guillement h1 {
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.Mobile .guillement h1 {
    font-size: 22px;
}

.guillement p {
    position: relative;
    padding: 0 2rem;
    border-left: 5px solid #d35d03;
}
.Mobile .guillement p {
    padding: 0 0 0 1.4rem;
    text-align: left;
}
/*.guillement p:before,
.guillement p:after {
  content:'';
  background: url('../images/lospollos-sprit.png') no-repeat;
  position: absolute;
  height: 22px;
  width: 32px
}*/
.guillement p:before {
  background-position: -248px -10px;
  top:0;
  left: 0;
}
.guillement p:after {
  background-position: -248px -50px;
  bottom: 0;
  right: 0;
}
.intro-home {
  background-image: url('../images/img/bg-cream-bottom.png');
  padding-top: 15px;
  margin-top: -65px;
  position: relative;
}
.Mobile .intro-home{
  text-align: center;
}
.intro-home:before {
  content: '';
  display: block;
  width: 100%;
  height: 59px;
  position: absolute;
  top: -59px;
  background-image: url('../images/img/bg-cream-top.png');
}
.intro-home:after {
  content: '';
  display: block;
  width: 100%;
  height: 59px;
  position: absolute;
  bottom: -59px;
  background-image: url('../images/img/bg-cream-bot.png');
  background-repeat: no-repeat;
}
.Tablet .intro-home:before {
  top: -57px;
}
.Tablet .intro-home:after {
  bottom: -57px;
}
.btn{
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
} 
.btn-custom{
  background-color: #1d5269;
  margin-bottom: 25px;
  color: white;
}
/*.btn-custom .icon{
  margin-left: 15px;
  margin-right: 7px;
  margin-top: -20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}*/
.btn:hover,
.btn:focus{
  color: white;
}
.btn-custom .icon-angle_right:before {
  position: absolute;
  width: 9px;
  height: 16px;
}
.btn-custom:hover .icon-angle_right:before{
  animation: bounce 0.7s ease infinite;
}

@keyframes bounce{
	from {left: -5px;}
	50%  {left: 2px;}
	to   {left: -5px;}
}
.sect1-home {
  padding: 100px 0 50px;
  position: relative;
}
.sect1-home:after {
  content: '';
  display: block;
  width: 100%;
  height: 59px;
  position: absolute;
  bottom: -59px;
  background-image: url('../images/img/bg-cream-bot-blank.png');
  background-repeat: no-repeat;
}
.index .sect1-home .btn-custom{
  margin-right: -30px;
  margin-top: 35px;
}
.Mobile.index .sect1-home .btn-custom{
  margin-right: 0;
  float: none;
  width: 100%;
  text-align: center;
}
.Img-content{
  height: 495px;
  position: relative;
  overflow: hidden;
}
.Mobile .Img-content{
	position: static;
  width: 100%;
  height: inherit;
}
.Img-content img {
  max-width: inherit;
}
.Mobile .Img-content img {
  max-width: 100%;
}
.content-item{
  padding: 0 5rem;
}
.Tablet .content-item,
.Mobile .content-item{
  padding: 0;
  text-align: center;
}

.Tablet .sect1-home .content-item p,
.Mobile .sect1-home .content-item p {
    text-align: left;
}
.page-content h2 {
    font-size: 1.7rem;
    margin-top: 0;
    line-height: 100%;
    text-transform: none;
}
.Tablet .page-content h2,
.Mobile .page-content h2{
  font-size: 1.4rem;
}
.page-content h2 > span{
  /*font-family: 'Lato', sans-serif;
  font-weight: 300;*/
  display: block;
  /*text-transform: none;
  letter-spacing: 0;
  font-size: 46px;
  line-height: 100%;
  color: #d35d03;*/
}
.page-content h2:after{
  content:"";
  background-color: #d35d03;
  display: block;
  margin: 0 55px 0 auto;
  height: 3px;
  width: 100px;
}
.Mobile .page-content h2:after {
    margin-top: 20px;
}
.sect2-home{
  background-color: #d35d03;
  background-image: url("../images/img/bg-pattern.png");
  min-height: 700px;
  padding: 65px 0;
  position: relative;
}
.Tablet .sect2-home{ 
  min-height: 600px
}
.sect2-home:after {
  content: '';
  display: block;
  width: 100%;
  height: 59px;
  position: absolute;
  bottom: -59px;
  background-image: url('../images/img/bg-cream-bot-pink.png');
  background-repeat: no-repeat;
}
.sect2-home .bg-pink {
  background-color: #d35d03;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
}
.sect2-home h2,
.sect3-home h2,
.sect2-interne h2{
  text-align: center;
  font-size: 4rem;
  margin-bottom: 0;
  line-height: 100%;
  margin-top: 20px;
  letter-spacing: 10px;
}
.sect3-home .h2{
  color: #d35d03;
  font-weight: 600;
  font-size: 4rem;
  text-align: center;
}

.Mobile .sect3-home .h2 {
    font-size: 31px;
}

.subtitle{
  text-align: center;
  margin: 15px auto 0;
  color: #000;
  font-size: 24px;
  max-width: 50%;
  line-height: 30px;
}
.sect3-home p.subtitle {
    color: #000;
}
.Desktop .subtitle {
    color: #fff;
}
.Tablet .subtitle{
  max-width: 80%;
}
.Mobile .subtitle{
  max-width: 100%;
}

.footer {
  background-image: url('../images/img/bg-cream-black.png');
  padding-bottom: 50px;
  padding-top: 65px;
  margin-top: -65px;
  position: relative;
  z-index: 5;
}
.footer{
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -125px;
}
.footer .container-fluid.inner{
  max-width: 1400px;
}
.footer-box {
  color: #a9a7a7;
  font-size: 18px;
  line-height: 130%;
}
.footer-box h3{
  margin-bottom: 15px;
  color: white;
  letter-spacing: 2px;
}
.Mobile .footer-box h3{
	text-align: center;
}
.spacer {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    width: 200px;
}
.tel {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 12px;
}
.adresse {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.adresse .icon{
	font-size: 35px;
}
.adresse span{
	display: inline-block;
  vertical-align: middle;
}
.logo-footer {
  display: block;
  margin-top: 1.75rem;
}
@media(max-width:991px){
  .logo-footer,
  #tel-footer {
    text-align: center;
  }
}
.logo-footer img{
  border: 2px solid#1d5269;
  padding: 5px;
  width: 175px;
}
.list-horaire {
	font-size: 14px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.list-horaire li {
  display: table-cell;
}
.list-horaire li > span {
  display: block;
  padding: 15px;
  border: 1px solid;
}
.list-horaire li > span:nth-child(2) {
  border-top: none;
  border-bottom: none;
}
.jour > span{
	border-right: none !important;
}
.partenaire span {
    display: block;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}
.Mobile .partenaire span {
    text-align: left;
}
.partenaire a{
  margin-bottom: 5px;
	display: block;
}
.partenaire strong{
  display: block;
  margin-top: 25px;
  color: #d6263e;
  font-size: 24px;
}
.copyright p {
  border-top: 1px solid #363948;
  margin-bottom: 0;
  padding-top: 25px;
  text-align: center;
  color: #fff;
}
.copyright a {
	color: white;
}

/* Nav list */
.home-nav-list{
  position: relative;
  z-index: 1;
  -moz-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}
@media(max-width:991px){
  .home-nav-list{
    padding-left: 0;
    margin: 0;
  }
}
.home-nav-item {
  cursor: pointer;
  list-style: none;
  padding: 2px !important;
  z-index: 0;
}
header.plus-item-header {
	padding: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
.box-item-header{
	border: 5px solid rgba(255, 255, 255, 0.4);
	height: 100%;
  display: table;
  width: 100%;
}
.box-item-header a{
	color: white;
  font-size: 26px;
  text-shadow: 0 1px 10px #000;
  line-height: 120%;
	display: table-cell;
  vertical-align: middle;
}

/* Menu */
.menu-button {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  margin-top: 25px;
  cursor: pointer;
}
.Mobile .menu-button{
  font-size: 18px;
}
.menu-button span{
  padding: 15px;
  background-color: #d35d03;
  display: inline-block;
  vertical-align: middle;
}
.Mobile .menu-button span{
  padding: 12px 15px;
}
.menu-button .icon{
  padding: 15.3px;
  background-color: #d6263e;
  vertical-align: middle;
}
.close-overlay {
  background: url(../images/close-overlay.svg) center center no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  margin: 0;
  padding: 0;
  right: 5%;
  top: 25px;
  overflow: hidden;
  border: none;
  text-indent: 200%;
  color: transparent;
  outline: 0;
  z-index: 10000 !important;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.close-overlay:hover {
  -webkit-transform: scale(.6);
  -moz-transition: scale(.6);
  -o-transition: scale(.6);
  transition: scale(.6);
}
.overlay {
  position: fixed;
  background-color: #97A0A6;
  z-index: 2000;
}
.overlay-logo {
  width: 150px;
  z-index: 10000;
}
.overlay-layer {
  position: absolute;
  background-color: #23272d;
  opacity: .85;
  z-index: 500;
}
.overlay, 
.overlay-layer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition: -webkit-transform .2s,opacity .2s,visibility 0 .2s;
  transition: transform .2s,opacity .2s,visibility 0 .2s;
}
.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s;
}
.overlay-scale .container-fluid.inner{
  display: table;
  height: 100%;
  position: relative;
}
.Desktop .overlay-scale .container-fluid.inner{
  width: 1000px;
}
.overlay-scale .menu{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  z-index: 1000 !important;
}
.overlay-scale .menu .logo{
  display: inline-block;
}
.Tablet .overlay-scale .menu .logo{
  margin-bottom: 3rem;
}
.menu-social {
    width: 100%;
    color: white;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.Tablet .menu-social{
	margin-top: 1.5rem;
}
.Mobile .menu-social {
    padding-left: 0;
    border-bottom: 1px solid #ffffffde;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.menu-social, 
.overlay nav {
  z-index: 1000;
  text-align: center;
}
.overlay nav{
  margin: 0 auto 10rem;
}
#sticky-wrapper {
	position: relative;
    height: 130px !important;
    z-index: 10000 !important;
}
.index #sticky-wrapper,
.recrutement #sticky-wrapper {
  position: absolute;
  width: 100%;
  height: inherit !important;
  z-index: 10000 !important
}
.menu-social-icon {
  text-align: left;
}
.Mobile .menu-social-icon{
	text-align: center;
}
.menu-social-icon a {
  float: left;
  font-size: 30px;
}
.Mobile .menu-social-icon a{
	float: none;
}
.menu-social-icon span {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
}
.menu-social-icon em {
  display: block;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
}
.Mobile .partenaire {
    text-align: center;
}
.wallpaper-container {
  height: auto;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 250;
}
.wallpaper-media {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0!important;
}
.wallpaper-media.native {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.wallpaper-media img, 
.wallpaper-media video {
  display: block;
  height: 100%;
  width: 100%;
}
.wallpaper-media.fixed img, 
.wallpaper-media.native img {
  display: none;
}
.full {
  position: relative;
  overflow: hidden;
  height: 180px;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
} /* fin slick*/

.carte-img{
  margin-top:2rem;
}

.sect3-home{
  min-height: 700px;
  padding:5rem 0 10rem;
}
.Mobile .sect3-home{
	padding-bottom: 4rem
}
.gallerie-box{
  max-width: 960px;
  margin: 50px auto 0;
}
.gallery {
  line-height: .5em;
}
.gallery:after {
  content: '';
  clear: both;
  display: table;
}
.gallery #lightgallery {
  margin-bottom: 0;
  padding-left: 0;
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.list-unstyled .col-md-4,
.list-unstyled .col-sm-6 {
  margin: 5px auto;
  height: 210px;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
}

.list-unstyled .col-md-4 img,
.list-unstyled .col-sm-6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery #lightgallery > li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.Tablet .gallery #lightgallery > li a{
  height: 235px;
}
.gallery #lightgallery > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  width: 100%;
}
.gallery #lightgallery > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
  width: 101%;
}
.gallery #lightgallery > li a .demo-gallery-poster > .icon {
  font-size: 24px;
  color: white;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.gallery #lightgallery > li a:hover > img,
.gallery #lightgallery > li a:hover > .icon {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
.gallery #lightgallery > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery #lightgallery > li a:hover .demo-gallery-poster > .icon {
  opacity: 1;
}

.more-photos{
  text-align: center;
  margin-top: 4rem;
}

.Mobile .more-photos {
    position: relative;
    z-index: 50;
}

.more-photos .btn-custom {
  float: none;
  padding: 20px 15px;
}

/* Nav interne */
.nav {
  padding-top: 5px;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px){
  .index nav.nav .col-sm-5{
    width: 45%;
  }
  .index nav.nav .col-sm-2{
    width: 10%;
  }
}
.nav .logo {
  text-align: center;
  display: block;
}
.nav .overlay-logo {
  width: 125px;
}
.is-sticky .nav .overlay-logo {
    width: 300px;
    max-width: 300px;
    display: block;
    margin: auto;
    height: 101px;
    padding: 8px;
}

.Mobile .is-sticky .nav .overlay-logo {
    width: 250px;
    max-width: 250px;
    display: block;
    margin: auto;
    height: 84px;
}

.index #logoLosP{
  display: none !important;
}
.index .is-sticky #logoLosP {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.index .is-sticky .nav .col-sm-6{
  width: 100%;
}
.is-sticky .nav {
    background: #1d5269;
    height: auto;
    padding-top: 0;
}
#MenuLeft{
  text-align: right
}
.nav-list {
  list-style: none;
  margin: 0;
  padding: 40px 0;
}
.is-sticky .nav-list {
  padding: 30px 0;
}
.nav-item {
  display: inline-block;
  margin: 0 10px;
}
.index .nav-item{
  margin: 0 15px;
}
.nav-item > a {
	display: block;
	position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #121218;
  transition: all .3s ease;
}
.index .nav-item > a {
  font-size: 18px;
}
.is-sticky .nav-item > a{
	color: white
}
.nav-item > a:before,
.nav-item > a:after{
  content: "";
  position: absolute;
  background-color: white;
  height: 2px;
  left: 50%;
  transition: all .3s ease;
  width: 0;
}
.franchise .nav-item > a:before, 
.franchise .nav-item > a:after,
.engagements .nav-item > a:before, 
.engagements .nav-item > a:after,
.actualite .nav-item > a:before, 
.actualite .nav-item > a:after,
.evenement .nav-item > a:before, 
.evenement .nav-item > a:after{
	background-color: #e5314c;
}
#Franchise {
  padding-bottom: 5rem;
}
.nav-item > a:before{
	top: -7px;
}
.nav-item > a:after{
	bottom: -7px;
}
.nav-item:hover > a:before,
.nav-item:hover > a:after,
.nav-item:focus > a:before,
.nav-item:focus > a:after,
.nav-item.active > a:before,
.nav-item.active > a:after{
  width: 100%;
  left: 0;
}

.nav-mobile {
  display:none; 
  cursor: pointer;
	background: #d35d03;
	text-align: center;
}
.nav-mobile .icon{
	color: white;
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
}
.nav-mobile span{
	display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 24px;
  color: white;
}
.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:none;
  height:49px;
  width:50px;
  cursor:pointer;
}
.nav-click i {
  display:block;
  height:48px;
  width:48px;
  background:url(../images/drop.png) no-repeat center center;
  background-size:20px;
}
.nav-rotate {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .nav-mobile {
    display:block;
  }
  .nav-mobile {
    padding: 31px 15px;
  }
  .index .nav-mobile {
		padding: 5px 15px;
	}
  .nav {
    position: fixed !important;
    width: 100% !important;
    clear: both;
    top: 0;
    padding: 0;
  }
  /*.nav .container-fluid.inner{
    background: #ffffffe3;
  }*/
  .nav .logo{
  	float: left;
  }
  .nav .overlay-logo{
  	width: 100px;
  }
  .nav-list {
    display:none;
    padding-top: 15px;
    text-align: center !important;
    padding: 0 !important;
  }
  .nav-item {
    width:100%;
    float:none;
    display: block;
    margin: 0 !important;
  }
  .nav-item > a {
    padding: 15px;
    color: #000 !important;
  }
  .nav-item:hover > a:before,
	.nav-item:hover > a:after,
	.nav-item:focus > a:before,
	.nav-item:focus > a:after,
	.nav-item.active > a:before,
	.nav-item.active > a:after{
		display: none;
	}
	.nav-item.active > a{
		color: #d35d03 !important;
	}
	}
  .nav-click {
    display:block;
  }
  .nav-mobile-open {
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
  }
  .nav-item:hover .nav-submenu {
    display:none;
  }
  .nav-submenu {
    background: #585858;
    position:static;
    width:100%;
  }
  .nav-submenu-item a {
    border-bottom-color: #0E0E0E;
    text-align: center;
  }
}

#Franchise .page-content{
  margin-top: 10px;
  margin-bottom: 3rem;
}
#Franchise .bg-content {
  background-color: #3A4B66;
  height: 525px;
  position: absolute;
  top:0;
  width: 100%;
}
#Franchise .bg-content:before {
  content: '';
  display: block;
  width: 100%;
  height: 59px;
  position: absolute;
  top: -59px;
  background-image: url(../images/img/bg-pattern-franchise-top.png);
}
#Franchise .bg-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 59px;
  position: absolute;
  bottom: -59px;
  background-image: url(../images/img/bg-pattern-franchise-bot.png);
}
.block-Franchise{
  color: white;
  padding-top: 45px;
  font-size: 15px;
}
.item-titre{
  border: 2px solid #fff;
  padding: 20px;
  font-size: 36px;
  margin-bottom: 0;
}
span.badge {
  background: #a82c46;
  color: white;
  padding: 5px 15px;
  display: inline-block;
  font-size: 24px;
  border-radius: 50px;
  margin: 10px 0;
}
.item-subtitre{}
.ImgFranchise{
  margin-top: 3rem;
}
.btn-franchise {
  background-color: #e5314c;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
}
.titre-default {
  text-align: center;
  margin-bottom: 3rem;
}
.titre-default h1{
  font-size: 36px;
  color: #e5314c;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.titre-default p {    
  font-size: 20px;
  margin-top: 5px;
}
.titre-default h4 { 
  font-size: 14px;   
  background-color: #1d5269;
  border: 1px solid #1d5269;
  padding: 3px 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  letter-spacing: 3px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.titre-default h4:before,
.titre-default h4:after{
  content:"";
  background-color: #1d5269;
  position: absolute;
  top: 50%;
  width: 125px;
  height: 1px;
}
.titre-default h4:before{
  left: -140px
}
.titre-default h4:after{
  right: -140px;
}

#mail{
  display: none;
}
.sec-form {
  background: #f7f7f7;
  border: 2px dashed #1d5269;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 7rem;
  margin-top: 3rem;
}
.sec-form h3{
  text-align: center;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  color: #1d5269;
}
.sec-form p{
  text-align: center;
  margin-top: 5px;
  margin-bottom: 3rem;
}
#franchise_form label,
#recrutement_form label{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
#franchise_form label sup,
#recrutement_form label sup{
  color: #e5314c;
}
.form-input {
  border: 1px solid #eee;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 15px;
  width: 100%;
}
.commentaire{
  text-align: center;
  margin: 15px auto 0;
  max-width: 60%;
}
.commentaire textarea{
  height: 150px;
  text-align: center;
}
.btn-submit {
  background: #e5314c;
  border: none;
  color: white;
  width: 150px;
}
.commentaire .clearfix {
	text-align: left;
  padding: 20px 0 0 5rem;
  margin-bottom: 20px;
  background: #ffe6e9;
}

/* Engagement */
.banner-interne {
	background: url('../images/img/bg_engagement.jpg') no-repeat center;
	background-size: cover;
	margin-top: -20px;
	height: 600px;
}
.banner-interne .container-fluid.inner{
	display: table;
    height: 100%;
    width: 65%;
}
.actualite .banner-interne{
  height: 500px;
}
.text-banner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.text-banner p {
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
  color: white;
  text-shadow: 0 2px 4px #000;
  background: #00000045;
  padding: 25px;
}
.blockquot {
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  margin: 3rem 0;
}
.blockquot h1,
.titre-h1 {
  font-size: 46px;
  letter-spacing: 3px;
  line-height: 100%;
  color: #1d5269;
  margin-top: 0;
}
.label-rouge{
  margin: -3rem 15px 0;
}
.item-blockquot{
	position: relative;
	padding: 1rem 2rem;
}
.item-blockquot:before,
.item-blockquot:after{
	content: "";
	background: url('../images/lospollos-sprit.png') no-repeat;
	position: absolute;
	height: 50px;
	width: 100px;
}
.item-blockquot:before{
	background-position: -13px -13px;
	top: 0;
	left: 0;
}
.item-blockquot:after{
	background-position: -13px -83px;
	bottom: 0;
	right: 0;
}
.sect2-interne {
    padding: 5rem 0 3rem;
}
.sect2-interne h2{
	font-size: 3rem;
}
.subtitle-int{
	text-align: center;
  max-width: 85%;
  margin: 25px auto;
  font-size: 18px;
}
.subtitle-int:after{
	content: "";
	height: 3px;
	display: block;
	background-color: #ef3d34;
	margin: 3rem auto;
	width: 100px;
}
.principe-lbl-rouge {
	background: #fdfdfd;
  border: 1px solid #ddd;
  padding: 20px;
}
.principe-lbl-rouge h3 {
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #ef3d34;
}
.sect2-interne ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.principe-lbl-rouge ul li,
.elevage-fermier li {
  margin-bottom: 15px;
  color: #777;
}
.elevage-fermier li {
  text-align: justify;
  position: relative;
  padding-left: 65px;
}
.elevage-fermier li:before {
	content: "";
	background: url('../images/lospollos-sprit.png') no-repeat -36px -160px;
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 50px;
}
.principe-lbl-rouge ul li:last-child {
  margin-bottom: 0;
}
.titre-liste{
	text-align: left;
	margin: 0;
	color: #1d5269;
}
.titre-liste strong {
	color: #ef3d34;
}
.principe-lbl-rouge strong{
	color: #1d5269;
}
.label-rouge-right{
	margin-bottom: 30px;
}

/* Recrutement */
.recrutement .nav,
.index .nav {
	position: absolute;
  width: 100%;
}
.recrutement .nav-item > a,
.index .nav-item > a {
	color: white;
}
#recrutement{
	background: url('../images/img/bg_recrutement.jpg') no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 5rem;
}
.recu-box{
	position: relative;
	min-height: 400px;
	margin-bottom: 7rem;
}
.recu-box:before{
	content:"";
	background: url('../images/img/bg-recrutement.png') no-repeat center;
	background-size: contain;
	display: block;
	height: 400px;
	position: relative;
	width: 100%;
}
.item-recru {
  background-color: white;
  border: 3px solid #e5314c;
  margin-top: -43px;
  padding: 5rem;
  text-align: center;
}
.titre-h1{
	margin-bottom: 0;
}
.subtitle-page{
	font-size: 20px;
}
#recrutement_form{
	text-align: left;
}
.required{
	color: #e5314c;
	margin-top: 10px;
	display: block;
	text-align: center;
}

/* animation scale */
.scale {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1.2) rotate(-15deg);
  transform: scale(1.2) rotate(-15deg);
  max-width: none;
  margin-top: -85px;
  width: 100%;
}
.home-nav-item:hover .scale {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 0.8;
  margin-top: -40px;
  filter: alpha(opacity=15);
}

.pattes{
  position: absolute;
  top: -5px;
  height: 86px;
  width: 100%;
}
#coord-left {
  border-right: 1px solid #fff;
}
.horaire-spirit {
  padding: 3rem 0;
  font-size: 18px;
  text-align: center;
  max-width: 50%;
  margin: auto;
  border: 1px solid #000;
}
.horaire-spirit span {
  display: block;
}
#Spirit {
  margin: 0 0 3rem;
  text-align: center;
}
#Spirit .page-content{
  background-color: #eee9e5;
  position: relative;
  z-index: 2;
}
#Spirit .bg-content:before {
    content: '';
    display: block;
    width: 100%;
    height: 59px;
    position: absolute;
    top: -59px;
    background-image: url(../images/bg/bg-pattern-spirit-top.png);
}
#Spirit .bg-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 55px;
  position: absolute;
  bottom: -53px;
  background-image: url(../images/bg/bg-pattern-spirit-bot.png);
}
.coordonne-block {
  font-size: 24px;
  line-height: 130%;
}
.page-fushia {
  background: #d6263e;
  padding: 5rem 0;
  color: white;
  font-size: 18px;
}
#actu,
#event {
    padding: 4rem 0 0;
}
.item-actu {
  display: block;
  margin: 10px 0;
  border: 1px solid #ddd;
}
.item-actu:hover{
  box-shadow: 0 4px 10px #ccc;
}
#actu .intro-home:after,
#event .intro-home:after{
  display: none;
}
#actu .intro-home,
#event .intro-home{
    padding-bottom: 10rem;
}
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 100%;
	max-height: 100%;
	margin-top: 1%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
.radio-form span {
    display: inline-block;
    margin-right: 15px;
}
.radio-form.block-radio span {
    display: block;
    margin: 25px 0;
}
.radio-form span:last-child {
    margin-right: 0;
}
.radio-form .form-input{
  display: inline-block;
  width: 330px;
  margin-left: 15px;
}
.radio-form label {
    font-weight: normal !important;
}
.recrutement .radio-form {
  margin-top: 25px;
  margin-bottom: 13px;
}
.recrutement .commentaire .radio-form {
  margin-top: 0;
  margin-bottom: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #d6263e;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.event-item {
  border-bottom: 1px dashed #999;
}
.event-item:last-child {
  border-bottom: none;
}
.event-box {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  padding: 40px 15px;
  width: 50%;
}
.contact-event {
  text-align: center;
  border: 2px dashed#d6d5d5;
  padding-bottom: 25px;
  background: white;
}
.contact-event h3{
  letter-spacing: 3px;
  font-size: 24px;
  margin-bottom: 15px;
}
.contact-event a{
  font-size: 26px;
  color: #d6263e;
}
.contact-event a:hover{
	text-decoration: underline;
}
.btn-commande {
  display: none;
  text-align: center;
  margin-top: 15px;
}
.btn-commande .btn-custom {
  float: none;
  margin-bottom: 0;
  min-width: 300px;
}
.logo_concept {
    margin-top: 20px;
}
.Mobile .logo_concept{
	float: none;
}
.logo_concept img {
  margin-right: 15px;
}

.sect3-interne {
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  padding-bottom: 12rem;
}
.bio-agri {
  text-align: center;
  margin: 0 5rem;
}
.Mobile .bio-agri{
	margin: 0;
}
.bio-agri h2 {
  letter-spacing: 3px;
}
.demeter_logo {
  margin-top: 3rem;
}
.bio-agri > span {
  display: block;
  font-weight: bold;
  color: #ef3d34;
}
.bio-agri a {
  text-decoration: underline;
}
.rotisserie {
  color: #122a9c;
  font-weight: bold;
}

video {
  width: 100%;
  height: 465px;
}

.Tablet video,
.Mobile video {
  width:100%;
  height: inherit;
  margin-bottom: 25px;
}

.swipebox {
  margin:10px;
  float:left;
}

nav.nav .container-fluid.inner .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.sect2-home .h2 {
    color: #fff;
    font-weight: 600;
    font-size: 4rem;
    text-align: center;
}

section.sect2-home .subtitle {
    margin-bottom: 30px;
}

.Mobile section.sect2-home .subtitle,
.Tablet section.sect2-home .subtitle {
    color: #fff;
}

div#tel-footer {
    color: #fff;
}

.footer .h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.Tablet .footer .h3 {
  margin: 20px 0 10px;
  text-align: left;
}

.Mobile .footer .h3 {
    margin: 30px 0 10px;
    text-align: left;
}

div#tel-footer a {
    color: #fff;
}

div#tel-footer a span.tel {
    display: flex;
    align-items: center;
    gap: 10px;
}

div#tel-footer a span.tel img,
span.adresse img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.Tablet .footer .footer-box.clearfix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.Tablet .col-sm-6.col-md-3:has(.partenaire) {
  grid-column: 1 / 3;
  width: 100%;
  text-align: center;
}

.Tablet .col-md-2:has(.logo-footer) {
  grid-column: 1 / 3;
}

.carte_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.text_logo {
    width: 650px;
    height: 220px;
    object-fit: contain;
}

.Mobile img.text_logo {
    width: 340px;
    height: 114px;
}

.content-item h2:nth-child(3) {
    margin-top: 20px;
}

img[alt="crousty-nissa-crousty-2"] {
    width: 100%;
    height: 800px;
    display: block;
    background: #ddd;
    object-fit: cover;
}

.Mobile img[alt="crousty-nissa-crousty-2"] {
    width: 100%;
    height: 300px;
}

.carte_img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.Mobile .carte_img {
    grid-template-columns: 1fr;
}

div#realisations a.swipebox {
    width: 100%;
}

a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}

div#realisations .row {
    display: flex;
    flex-wrap: wrap;
}

body.realisations nav.nav,
body.mentions nav.nav {
    background: #1d5269;
}

div#realisations .container-box {
    margin-bottom: 150px;
}

.Mobile div#realisations .col-md-3.col-sm-6.col-xs-12 {
    width: calc(50% - 10px);
    padding: 0;
    margin: 0 5px;
}

.Tablet div#realisations .col-md-3.col-sm-6.col-xs-12 {
    width: calc(33% - 10px);
    padding: 0;
    margin: 0 5px;
}

.Mobile div#realisations a.swipebox {
    width: 100%;
    margin: 5px;
}

.Mobile div#logoLosP a img {
    width: 250px;
    max-width: 250px;
    display: block;
    margin: auto;
    height: 84px;
    padding: 10px;
}

.capiton-home .tel_header a,
.tel_stik a {
    display: inline-block;
    background-color: #d35d03;
    color: #ffffff;
    padding: 8px 1.5rem;
    border: 3px solid #d35d03;
    border-radius: 0.3333333333rem;
    transition: all 0.4s ease-in-out;
    line-height: 1.6;
    margin-bottom: 30px;
}

.capiton-home .tel_header a:hover,
.tel_stik a:hover {
    border: 3px solid #fff;
    background: #ffffff;
    color: #000;
}

.index .tel_stik  {
    display: none;
}

.realisations div#logoLosP img.overlay-logo,
.mentions div#logoLosP img.overlay-logo {
    width: 300px;
    max-width: 300px;
    display: block;
    margin: auto;
    height: 101px;
    padding: 8px;
}

.stik_div {
    display: flex;
    align-items: center;
    gap: 200px;
    justify-content: center;
}

.index .is-sticky .tel_stik,
.realisations .is-sticky .tel_stik,
.mentions .is-sticky .tel_stik {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tel_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.Mobile .tel_header {
    gap: 10px;
}

.Mobile .capiton-home .tel_header a,
.Mobile .tel_stik a {
    font-size: 16px;
    padding: 8px;
}

.Mobile .stik_div {
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.Tablet .stik_div {
  width: 100%;
  gap: 235px;
  justify-content: center;
  margin: auto;
}

.Mobile nav.nav .container-fluid.inner .row,
.Tablet nav.nav .container-fluid.inner .row {
    flex-direction: column;
}

.Tablet.index .is-sticky #logoLosP,
.Tablet.realisations .is-sticky #logoLosP,
.Tablet.mentions .is-sticky #logoLosP {
    justify-content: initial;
}

.Tablet.index .is-sticky .nav .col-sm-6,
.Tablet.realisations .is-sticky .nav .col-sm-5,
.Tablet.realisations .nav .col-sm-5,
.Tablet.mentions .is-sticky .nav .col-sm-5,
.Tablet.mentions .nav .col-sm-5 {
    display: none;
}

.uber_eat {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    left: 10px;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    border-radius: 5px;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 20%);
}

.uber_eats_h1 {
    font-size: 13px;
    font-weight: 600;
}

.uber_eat img {
    width: 100px;
    height: 85px;
    object-fit: contain;
}

.Mobile .uber_eat {
    padding: 12px;
}

.Mobile .uber_eat img {
    width: 80px;
    height: 69px;
    object-fit: contain;
}

.Mobile .uber_eats_h1 {
    font-size: 12px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
}

.copyright > a img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}

.copyright .house {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    color: #fff;
}

.copyright .house img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.Tablet #tel-footer {
  text-align: center;
  margin: auto;
}

.mentions .tel_stik,
.realisations .tel_stik {
    display: flex;
    align-items: center;
    gap: 30px;
}

.Mobile div#realisations .container-box {
    margin-top: 70px;
}

.footer-box.clearfix:before,
.footer-box .clearfix:after {
    display: none;
}

.footer-box.clearfix {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.Mobile .footer-box.clearfix {
    grid-template-columns: 1fr;
}

.footer-box.clearfix > div {
    width: 100%;
}

.Tablet .logo-footer {
  text-align: left;
  margin-bottom: 20px;
}

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

.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}

body.Mobile.mentions h2 {
    margin-top: 80px;
}

body.mentions .footer {
    margin-top: 50px;
}

.mentions h3 {
  margin-top: 20px;
}