@charset "UTF-8";
/* --------------------------------
----- OCTANTIS CUSTOM STYLES ------
---------------------------------*/

.mobile-only{
  display: none;
}
body{
  font-family: 'Roboto', sans-serif;
}
img {
  max-width: 100%;
  display: block;
}
p{
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

/* BACK TO TOP BUTTON */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99999;
  background: transparent;
  color: #ddd;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
#myBtn:hover {
  background-color: #000;
  color:#fff;
  border: 1px solid #000;
}

#about {
    background-color: #000;
    min-height: initial !important;
    height: auto;
    padding: 50px 20px 150px;
}
.scroll-buttons {
    position: fixed;
    right: 18px;
    list-style: none;
    height: 100%;
    z-index: 9999;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 10px;
    flex-direction: column;
    padding:0;
    margin-top: 30px;
}

.scroll-buttons li {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.scroll-buttons-items {
    display: block;
    width: 3px;
    height: 20px;
    background: #e9e9e9;
    border: none;
    border-radius: 0%;
    transition: all 0.5s;
}

.scroll-buttons-items:hover {
    background-color:/*#fcb94a*/ #000;
}

.scroll-buttons-items.active {
    background-color: rgba(0,0,0, 0.3);
    border-color: rgba(0, 0, 0, 0.2);
}


.mt-15{
  margin-top:15px !important;
}

.mt-30{
  margin-top:30px !important;
}

.pt-15{
  padding-top:15px !important;
}

.pt-30{
  padding-top:30px !important;
}

.mb-15{
  margin-bottom:15px !important;
}

.mb-30{
  margin-bottom:30px !important;
}

.pb-15{
  padding-bottom:15px !important;
}

.pb-30{
  padding-bottom:30px !important;
}

a:hover{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

h1, .h1 {
    font-size: 60px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}
h1 span {
    font-size: 26px;
}

h3, .h3 {
    font-size: 35px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}
h3 span {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
}

h4, .h4 {
    font-size: 23px;
    margin: 10px 0 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

h1.blanc{
 color:#fff;
}
h2.blanc{
 color:#fff;
}
h3.blanc{
 color:#fff;
}
h4.blanc{
 color:#fff;
}
h5.blanc{
 color:#fff;
}
h6.blanc{
 color:#fff;
}
p.blanc{
 color:#fff;
}

ul li {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}

.list-services li:before {
    color: rgba(255,193,7,0.7);
    content: "\25AA";
    padding-right: 5px;
    font-size: 34px;
    line-height: 1;
    vertical-align: sub;
}

.double-nav .breadcrumb-dn {
    color: #fff;
}

.button-collapse i {
    color: #fff
}

* {
    box-sizing: border-box;
}

html {
    /*scroll-snap-type: mandatory;*/
    /*scroll-snap-points-y: repeat(100vh);*/
    /*scroll-snap-type: y mandatory;*/
}

#mainNav.navbar-scrolled {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#mainNav.navbar-scrolled .home .logo {
    width: 60px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#mainNav.navbar-scrolled .logo {
    width:60px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.home .logo {
    width: 180px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.logo {
    width: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar {
    padding: 0.5rem 1.5rem 0.5rem 5rem;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("/images/svg/menu.svg");
  width: 125px;
  height: 30px;
  background-position: -25px;
  -webkit-transition: background-position 0.2s ease-out;
  -moz-transition: background-position 0.2s ease-out;
  -o-transition: background-position 0.2s ease-out;
  transition: background-position 0.2s ease-out;
  margin-top: 0;
}
.navbar-light .navbar-toggler-icon:hover {
  background-position: 25px;
  -webkit-transition: background-position 0.2s ease-in;
  -moz-transition: background-position 0.2s ease-in;
  -o-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
}


.masthead {
    background: url("../images/top-img-02.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.masthead.hero {
    background: url(../images/accueil/banner.jpg) no-repeat center / cover;
    padding: 275px 30px 50px 6rem;
}
.hero .content-banner, .content-center {
    max-width: 830px;
}
.title-h2{
    font-weight: 100;
    font-size: 50px;
}
.subtitle {
    font-weight: 700;
    font-size: 25px;    
    padding-left: 4px;
}
.description p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 4px;
}
section#nixiloo {
    padding: 0 20px 200px;
    background: transparent;
    height: auto !important;
    min-height: initial !important;
}
.square {
    display: block;
    width: 100%;
    margin-left: 4px;
}
.wrap-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-end;
}
.wrap-container .sub-container{
  max-width: 780px;
}
.title-h3 {
  font-size: 42px;
}
.btn-outline-yellow {
    border: 2px solid #fcb94a;
    color: white;
    border-radius: 0;
    font-size: 15px;
    transition: all 0.3s ease;
    margin-left: 4px;
}
.btn-outline-yellow:hover {
    background-color: #fcb94a;
}
.btn-outline-yellow.text-black {
    color: black;
}
.square:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fcb94a;
    display: block;
}
.plus {
    text-align: center;
    margin: 0;
    color: #ddd;
    position: absolute;
    width:20px;
    bottom: 20px;
    margin-left: 50%;
    left: -10px;
}
.arrow {
    text-align: center;
    margin: 0;
    color: #444;
    position: absolute;
    bottom: 20px;
}
.arrow .fa-angle-down{
  font-size: 40px;
  color: #eee;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.plus .fa-plus{
  font-size: 35px;
  color: #eee;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


.home section {
    padding: 90px  1rem 1rem 1rem;
    /*scroll-snap-align: start;*/
    position: relative;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
}

.contenu section {
    padding: 90px  1rem 1rem 1rem;
    /*scroll-snap-align: start;*/
    position: relative;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
}

.contenu #mainNav {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.75);
}

.section-texte-dr{
  padding: 0 10% 0 40px;
}

.section-texte-ga{
  padding: 0 40px 0 10%;
}




.text-noir {
    bottom: 20%;
    position: absolute;
    left: 25%;
}

.text-noir p {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 50px;
    line-height: 50px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.30);
    text-shadow: -1px -1px 1px #222, 2px 1px 3px rgba(255,255,255,0.5);
    margin-bottom: 0px
}


.text-noir span {
    font-size: 44px;
    line-height: 120px;
    margin-bottom: -100em;
}

.text-noir a {
    display: block;
    line-height: 30px;
    font-size: 25px;
    width: 100%;
    font-weight: lighter;
    padding: 10px 20px;
    border: 1px solid #ffc107;
    color: #ffc107;
    text-shadow: 0px 0px 0px;
    /* background-color: black; */
    opacity: .75;
}

.text-noir a:hover {
    color: black;
    border: 1px solid white;
    background: white;
    text-align: center;
}


.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border: none;
}

.btn {
    font-family: 'Roboto', sans-serif;
}

.btn-masthead {
    padding: 12px 24px;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    color: #333;
    border: 2px solid #333;
}

.btn-masthead:hover {
    color: #444;
    border: 2px solid #444;
}

.btn-blanc {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    color: #fff;
    border: 1px solid #fff;
}

.btn-out-blanc {
    padding: 8px 25px;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transition: color 400ms ease, background-color 400ms ease;
    transition: color 400ms ease, background-color 400ms ease;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.btn-out-blanc:hover {
    border: 1px solid #000;
    background-color: #fff;
    -webkit-transition: color 400ms ease, background-color 400ms ease;
    transition: color 400ms ease, background-color 400ms ease;
    color: #000;
}

.btn-out-noir {
    padding: 8px 25px;
    border: 1px solid #000;
    background-color: transparent;
    -webkit-transition: color 400ms ease, background-color 400ms ease;
    transition: color 400ms ease, background-color 400ms ease;
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}
.btn-out-noir:hover {
    border: 1px solid #000;
    background-color: #000;
    -webkit-transition: color 400ms ease, background-color 400ms ease;
    transition: color 400ms ease, background-color 400ms ease;
    color: #fff;
}

.bg-blanc {
    background-color: #fff;
}

.align-middle {
    display: inline;
}
.border-title {
    max-width: 130px;
    width: auto;
    height: 2px;
    margin: 40px 0 50px 0;
    background-color: #fff;
}
.border-title-noir {
    max-width: 130px;
    width: auto;
    height: 2px;
    margin: 40px 0 50px 0;
    background-color: #000;
}

.text-center .border-title {
    max-width: 130px;
    width: auto;
    height: 2px;
    margin: 40px auto 50px auto;
    background-color: #fff;
    margin: 0 auto;
}
.text-center .border-title-noir {
    max-width: 130px;
    width: auto;
    height: 2px;
    margin: 40px auto 50px auto;
    background-color: #000;
}


.white {
  color:#fff;
}
.white h3 {
  color:#fff;
}

.white p {
  color:#fff;
}
.yellow{
  color:#ffc107 !important;
}
.spacer{
  width: 100%;
  height: 0;
  clear: both;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 900px; /* optionnel */
    margin: auto;
    margin:-200px 0 0 auto;
}

.video-container video {
    width: 100%;
    height: 100%;
    display: block;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
}

#pergola {
    background-color: #1a1a1a;
    height: auto;
    min-height: initial;
}
.pergola{
  background-image: url("/images/accueil/pergola.jpg");
  background-position: center right ;
  background-size: cover;
}

.cuve{
  background-image: url("/images/accueil/cuve.jpg");
  background-position: center center ;
  background-size: cover;
  height: 80vh;
}

.chaise-runic{
  background-image: url("/images/accueil/chaise-runic.jpg");
  background-position: center center ;
  background-size: cover;
  height: 80vh;
  min-height: 250px;
}
.nixiloo{
  background-image: url("/images/accueil/nixiloo.png");
  background-position: center center ;
  background-size: cover;
  height: 80vh;
  min-height: 250px;
}

section#footer{
  background-color: #1a1a1a;
  padding-top: 0px;
  height: auto;
  min-height: initial;
}

.mb-h1{
  margin-bottom:-40px !important
}
/* --------------------------------
---------  RÉALISATIONS  ----------
---------------------------------*/
.page-section.top-section{
  padding-top:200px;
}
.page-section.realisation-suite{
  padding-top: 200px;
}
.overlay-box {
  background-color: #fff;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.overlay-box:hover {
  background-color: #fff;
}
.overlay-box:hover .desc,
.overlay-box:focus .desc {
  opacity: 1;
}

.overlay-box .desc {
    opacity: 0.0001;
    min-height: 200px;
    font-size: 14px;
    height: 100%;
    padding: 20px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.85);
    color: #222;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-box .desc h3, .h3 {
    font-size: 22px;
    font-weight: 300;
}

.overlay-box .desc a{
  color:#222;
}
.overlay-box .desc a:hover{
  color:#555;
}


.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10%;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ccc;
    background-clip: padding-box;
    border-top: 10px solid transparent;
  }

  .carousel-indicators li:hover {
    background-color: #ffc107;
    opacity: 1;
    }

    .carousel-indicators .active {
      opacity: 1;
      background-color: #ffc107;
    }


.real-down{
    text-align: center;
    margin: 0;
    color: #ddd;
    position: absolute;
    width:20px;
    bottom: 20px;
    margin-left: 50%;
    left: -10px;
}
.real-down a{
  font-size: 35px;
  color:#ddd;
}
.real-down a:hover{
  color:#ffc107;
}

.section-real-ga{
  background-size: cover;
  height: 80vh;
}

.section-real-dr{
  background-size: cover;
  height: 80vh;
}

.slider-real .carousel-item img{
    max-height: 500px;
}

.slider-real .carousel-inner {
    position: relative;
    max-width: 100% !important;
    width: auto !important;
    height: 85vh !important;
}

.modal-dialog {
      max-width: 850px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.video-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.video-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


/* --------------------------------
-----------  CONTACT  -------------
---------------------------------*/
.contact-section {
    background: url("../images/contact-larin-design.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.contact-row{
  background-color: rgba(0,0,0,0.7);
  padding: 30px;
  margin-bottom: 30px;
}
textarea.form-control {
    height: auto;
    min-height: 15.5rem;
}
.infos-contact a{
  margin-right: 10px;
  font-size: 22px;
  font-weight: 300;
  color:#fff;
}
.infos-contact a:hover{
  color:#c1913f;
}

.octantis-ns{
  display:none !important;
}

.form-control {
    font-weight: 300;
    line-height: 1.5;
    color: #ddd;
    background-color:transparent;
    background-clip: padding-box;
    border-top:none;
    border-right:none;
    border-left:none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

::placeholder {
  color: #e9e9e9 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #e9e9e9 !important;
}
::-ms-input-placeholder {
  color: #e9e9e9 !important;
}

.text-danger {
    color: #111 !important;
    background: rgba(255,255,255,0.85);
}
.text-danger ul{
  padding: 3px 8px;
}
.text-danger ul li{
  text-align: center;
  font-size: 15px;
}
.form-control:focus {
    color: #e9e9e9 ;
    background-color: transparent !important;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

@-webkit-keyframes autofill {
    0%,100% {
        color: #e9e9e9;
        background: transparent !important;
        background-color: transparent !important;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #555 !important;
    background: transparent !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

/* --------------------------------
---------------------------------*/

.soldat{
  max-height: 250px;
}

.top-footer{
  border-bottom: 1px solid #444;
  padding: 30px 0;
  margin-bottom: 30px;
}
.logo-footer{
  width: 65px;
  margin: 0 20px;
}
.copy{
  color:#a9a9a9;
  text-align: right;
  font-size: 13px;
  font-weight: 300;
}

.copy a{
  color:#555;
}
.copy a:hover{
  color:#999;
}
.footer{
  padding-top: 50px;
}
.footer-medias {
    border-radius: 50%;
    height: 50px;
    border: 2px solid #b3b3b3;
    padding: 13px;
    width: 50px !important;
    color: #b3b3b3;
    vertical-align: middle;
    margin: 0 20px;
    float: right;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-top: 15px;
}
.footer-medias:hover{
  color:#fff;
  border: 2px solid #fff;
}

.liens-footer{
  padding-bottom:30px;
  font-weight: 300;
}
.liens-footer a{
  color:#b3b3b3;
  line-height: 30px;
}

.liens-footer a:hover{
  color:#fff;
  text-decoration: none;
}


.a-propos-top{
  background: url("../images/apropos/larin-design-a-propos.jpg");
  background-position: center center;
  background-size: cover;
}
.a-propos-row{
  background-color: rgba(0,0,0,0.7);
  padding: 30px;
}

.quotes {
    font-family: Georgia, serif;
    font-size: 40px;
    /*color: rgba(255,255,255,0.4);*/
    font-style: italic;
    line-height: 0;
}
.show-mobile{
  display: none !important;
}
/* --------------------------------
------------------FAQ--------------
---------------------------------*/
.FAQ{
  height: auto;
  background-image: url("../images/apropos/larin-design-a-propos.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.FAQ h1 span{
  color: #ffc107;
  font-size: 50px;
}

.FAQ h1{
  margin-bottom: .5em;
  font-size: 50px;
}

.FAQ h3{
  font-size: 40px;
  color:#ffc107;
  font-weight: lighter;
}

.FAQ h2 span{
  color:#ffc107;
  font-weight: lighter;
  margin-right: .5em;
}

.FAQ p{
  /* text-align: justify; */
}

.FAQ .intro{
  margin-bottom: 2em;
}

.FAQ div.landing{
  margin: 0 auto;
  color: white;
  display: flex;
  align-items: center;
  padding: 3rem 20px;
}

.FAQ .landing article{
  padding: 5em;

  margin-top: 180px;
  background-color: rgba(0, 0, 0, 0.7);
}

.FAQ .card {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color:transparent;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    border: 0px;
}

.FAQ .card-body  {
padding-top: 0px;
padding-left: 0em;
padding-right: 0em;
/* text-align: justify; */
}

.FAQ .card-body ul {
  margin-left: 1em;
  margin-left: -2.5em;
}

.FAQ .card-body span {
color: #ffc107;
}

.FAQ .card-header{
  padding: 0px;
  border-bottom: 0px;
    background-color:transparent;
}

.FAQ .mb-0{
  display: flex;
  align-content: center;
  border-top: 2px solid #686868;
  min-height: 3em;

}
.FAQ .mb-0 button{
  text-align: left;
  color: white;
  font-weight: 600;
}

.FAQ .mb-0 button:hover{
  text-decoration: none;
  color: #ffc107;
}

.FAQ .mb-0 button:focus{
  text-decoration: none;
  color: #ffc107;
}

.FAQ .fa-plus{
  float: left;
  padding-top: 4px;
  margin-right: 2em;
}

.FAQ .fa-minus{
  float: left;
  padding-top: 4px;
  text-align: center;
  margin-right: 2em;
}

.FAQ .btn{
  padding-left: 0px;
}

.fa-linkedin{
  font-size: 20px;
  padding-top: 12.5px;
  padding-left: 15px;
  top: 100px;
}

.conclusion{
  border-top: 2px solid #686868;
  padding-top: 2em;
  padding-bottom: 1em;
  border-bottom: 2px solid #686868;
}

.conclusion a{
    color: #ffc107;
}

.conclusion a:hover{
    color: #fff;
}

.faq-footer{
 margin: 0px;
}

.contenu .faq-footer {
    position: relative;
     height: 45vh;
    min-height:0vh;
}

.faq-footer .footer {
    padding-top: 0px;
}


/* ---------------------------------
----------- RESPONSIVE  ------------
----------------------------------*/
@media only screen
and (min-width: 200px)
and (max-width: 767px) {
  .navbar {
      padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
  .masthead.hero {
      padding: 170px 30px 50px 2.5rem;
  }
  .subtitle {
      font-size: 21px;
  }
  .wrap-container .sub-container {
      max-width: 484px;
      margin: auto;
  }
  img[alt="Dominic Larin"] {
      max-width: 200px;
      margin-bottom: 18px;
  }
  section#nixiloo {
    padding: 0 20px 50px;
  }
  .wrap-container {
    padding-bottom: 40px;
  }
    .video-container {
      margin-top: 30px;
    }
    .title-h2 {
        font-size: 30px;
    }
    .title-h3 {
        font-size: 28px;
    }
    #pergola {
        padding: 35px 20px !important;
    }
  .FAQ div.landing{    
    margin: 0 auto;
    color: white;
    display: flex;
    align-items: center;
    padding: 3rem 20px;
  }

  .FAQ .card-body ul {
  margin-left: -2.5em;
  }

  .FAQ h1{
    font-size: 30px;
  }

  .FAQ h1 span{
    font-size: 30px;
  }

  .FAQ h3{
    font-size: 30px;
    color:#ffc107;
  }

  .FAQ .landing article{
    padding: 20px;
    margin-top: 180px;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .FAQ .fa-minus{
    float: left;
    padding-bottom: 30px;
    text-align: center;
    margin-right: 1em;
  }

  .FAQ .fa-plus{
    float: left;
    padding-bottom: 30px;
    text-align: center;
    margin-right: 1em;
  }

  .FAQ div.landing{
    padding: 3em 20px;
    color: white;
    display: flex;
    align-items: center;
    margin: 0;
  }

  .FAQ .card-body p {
  margin-left: 0em;
  font-size: 15px;
  }

  .FAQ .card-body {
  padding-left: 0px;
  padding-right: 0px;
  }

.home .logo {
    width: 100px !important;
  }

.home section {
      padding: 20px;
      /*scroll-snap-align: none;*/
      text-align: center;
      position: relative;
      height: auto;
      width: auto;
  }
#mainNav {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
     background-color: rgba(0,0,0,0.3);
    transition: background-color 0.2s ease;
}
.navbar-light .navbar-toggler-icon {
  width: 125px;
  height: 30px;
  background-position: 25px;
}
.navbar-light .navbar-toggler-icon:hover {
  background-position: -25px;
}
a#sidenav_close_trigger.sidenav_close_btn {
  top: 30px !important;
  right: 40px !important;
}
.sidenav .sidenav_link_wrapper {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.sidenav a {
    font-size: 20px;
    line-height: 25px;
}
.sidenav_main_links {
    margin-left: -30px;
}
.sidenav_social_links > a{
  margin-left: -25px;
}
h1, .h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 26px;
}
.mb-h1 {
    margin-bottom: -30px !important;
}
.arrow {
  bottom: 80px;
}
.mt-15-mobile{
  margin-top: 15px !important;
}
.text-noir {
    top: 50%;
    position: absolute;
    left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
}
.text-noir p {
    font-size: 30px;
    line-height: 30px;
    text-shadow: none;
    color: #595959;
    text-align: center;
}
.text-noir span {
    font-size: 24px;
    line-height: 72px;
}


.scroll-buttons{
  display: none;
}

section.page-section{
  display: flex;
  height: auto;
  margin: 0;
  padding: 30px 1rem 1rem 1rem;
  min-height:100px;
  justify-content:center;
  align-items:center;
  text-align:center;
}
#about{
  padding: 70px 0;
}
#pergola{
  padding-bottom: 70px;
}
#cuve{
  padding-bottom: 70px;
}
#chaise-runic{
  padding-bottom: 70px;
}
#nixiloo{
  padding-bottom: 70px;
}
.pergola {
    background-position: center right;
    background-size: cover;
    height: 250px;
    margin-bottom: 40px !important;
}
.cuve{
  background-size: cover;
  height: 250px;
  margin-bottom: 40px !important;
}

.chaise-runic{
  background-size: cover;
  height: 250px;
  margin-bottom: 40px !important;
}
.nixiloo{
  background-size: cover;
  height: 250px;
  margin-bottom: 40px !important;
}

.border-title {
    margin: 25px auto;
}
.border-title-noir {
  margin: 25px auto;
}
.section-texte-ga {
    padding: 30px;
}
.section-texte-dr {
    padding: 30px;
}

.home .section-texte-ga {
    padding:10px 30px;
}
.home .section-texte-dr {
    padding:10px 30px;
}
.list-services{
  margin-bottom: 0;
}
.page-section.realisation-suite{
  padding-top:0;
}
.real-down{
  display: none;
}
.blank-row{
  display: none;
}
.border-realisations{
  padding: 30px 0 0 0 !important;
}

.border-realisations:before{
  content:'';
  position: absolute;
  background-color:#e9e9e9;
  width: 90%;
  height: 2px;
  top: 0;
}
.border-realisations img{
  margin-bottom: 20px;
}

.section-texte-dr {
    padding: 0 10px;
}
.section-texte-ga {
    padding: 0 10px;
}

.contact-section {
    background-color: rgba(0,0,0,0.7);
    background-blend-mode: color;
}
.contact-row{
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
}

section.a-propos-top{
  display: flex;
  height: auto;
  padding-top: 180px;
  min-height:100px;
  justify-content:center;
  align-items:center;
  text-align:center;
}

section.a-propos-top{
  background-image: url("../images/apropos/larin-design-a-propos.jpg");
  background-color: rgba(0,0,0,0.7);
  background-blend-mode: color;
}

.a-propos-row {
    background-color: transparent;
    padding: 30px;
}

ul.list-services{
  margin-left: 0;
  padding-left:20px;
}
.list-services li:before{
  display: none;
}
.list-services  li {
    font-size: 16px;
}
.logo-eurofret{
  max-width: 170px;
  margin-bottom: 20px;
}
#international{
  padding: 50px 0;
}
#entrepreneur{
  padding:180px 0 50px 0;
}
.entrepreneur-img{
  width: 100vw;
}
.contact-row{
  padding-bottom: 30px;
}

.hide-mobile{
  display: none !important;
}
.show-mobile{
  display: block !important;
}


.footer {
    padding-top: 20px;
    width: 100%;
}

.logo-footer {
    width: 65px;
    margin: 0 20px;
    float: left;
}
.footer-medias{
  margin-top: 5px;
}
.liens-footer {
    text-align: left;
}
.copy {
    padding-bottom: 30px;
    text-align: center;
}
.reverse {
    flex-direction: column-reverse !important;
}

.pt0{
  padding-top:0 !important;
}

}

/*--------------------------------
----------- TABLETTES ------------
--------------------------------*/

@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
  .title-h2 {font-size: 35px;}
  .title-h3 {font-size: 25px;}
  .navbar {
      padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
  .masthead.hero {
      background: url(../images/accueil/banner.jpg);
      padding: 275px 30px 50px 2.5rem;
  }
  .FAQ h1{
    font-size: 40px;
  }
  .FAQ h1 span{
    font-size: 40px;
  }
  .FAQ h3{
    font-size: 40px;
    color:#ffc107;
  }
  .FAQ .fa-minus{
    float: left;
    padding-bottom: 30px;
    text-align: center;
    margin-right: 1em;
  }
  .FAQ .fa-plus{
    float: left;
    padding-bottom: 30px;
    text-align: center;
    margin-right: 1em;
  }
  .FAQ div.landing{
    margin: 5em;
    color: white;
    display: flex;
    align-items: center;
  }
.home .logo {
    width: 120px !important;
}
#mainNav {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
     background-color: rgba(0,0,0,0.3);
    transition: background-color 0.2s ease;
}
h1, .h1 {
    font-size: 45px;
}
.mb-h1 {
    margin-bottom: -30px !important;
}
.text-noir {
    top: 50%;
    position: absolute;
    left: 5%;
    margin-top: 0px;
}
.home section {
  padding: 20px;
  /*scroll-snap-align: none;*/
  text-align: center;
  position: relative;
  height: auto;
  width: auto;
}

.home section .img-accueil{
    padding: 90px  1rem 1rem 1rem;
    position: relative;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
}

.contenu section {
    padding: 90px  1rem 1rem 1rem;
    /*scroll-snap-align: start;*/
    position: relative;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
}

section.page-section{
  display: flex;
  height: auto;
  margin:  0;
  padding: 30px 0;
  min-height:100px;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.scroll-buttons{
  display: none;
}
#about{
  padding: 70px 0;
}
#pergola{
  padding: 70px 20px !important;
}
.pergola {
    background-position: center right;
    background-size: cover;
    height: 500px;
    margin-bottom: 40px !important;
}
#cuve{
  padding-bottom: 70px;
}
.cuve{
  background-size: cover;
  height: 500px;
  margin-bottom: 40px !important;
}


.border-title {
    margin: 25px auto;
}
.border-title-noir {
  margin: 25px auto;
}

.page-section.realisation-suite{
  padding-top:0;
}
.real-down{
  display: none;
}
.blank-row{
  display: none;
}
.border-realisations{
  padding: 60px 0 !important;
  /*border-top: 1px solid #ddd;*/
}
.border-realisations:before{
  content:'';
  position: absolute;
  background-color:#e9e9e9;
  width: 90%;
  height: 2px;
  top: 0;
}
.border-realisations img{
  margin-bottom: 20px;
}

.section-texte-ga {
    padding: 30px;
}
.section-texte-dr {
    padding: 30px;
}

section.a-propos-top{
  display: flex;
  height: auto;
  margin:  0;
  padding: 200px 0 30px 0;
  min-height:100px;
  justify-content:center;
  align-items:center;
  text-align:center;
}
ul.list-services{
  margin-left: 0;
  padding-left:0;
}
.list-services li:before{
  display: none;
}
.list-services  li {
    font-size: 14px;
}
.logo-eurofret{
  max-width: 150px;
  margin-bottom: 20px;
}
#international{
  padding: 50px 0;
}
#entrepreneur{
  padding: 180px 0 50px 0;
}

.contact-row{
  padding-bottom: 30px;
}

.hide-mobile{
  display: none !important;
}
.show-mobile{
  display: block !important;
}

.footer {
    padding-top: 20px;
    width: 100%;
}

.logo-footer {
    width: 65px;
    margin: 0 20px;
    float: left;
}
.footer-medias{
  margin-top: 5px;
}
.liens-footer {
    text-align: left;
}
.copy {
    padding-bottom: 5px;
}
.reverse {
    flex-direction: column-reverse !important;
}
.pt0{
  padding-top:0 !important;
}
}

.contenu section.no-slide {
    height: auto;
}
.confidentialite-content {
    margin: 0 auto 10%;
}
.confidentialite-content h4 {
    margin: 3rem  0 1rem;
}

.cookie-statement {
    margin: 0 auto 10%;
}

@media only screen
and (min-width : 200px)
and (max-width : 767px)
and (orientation : landscape) {
.sidenav .sidenav_link_wrapper {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.sidenav_social_links > a {
    font-size: 14px !important;
    margin-left: 0;
}
a#sidenav_close_trigger.sidenav_close_btn {
  top: 10px !important;
  right: 30px !important;
}
}


@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {

.border-realisations .col-lg-5 {
    max-width: 100%;
}

.border-realisations .col-lg-7 {
    max-width: 100%;
}
.pt0{
  padding-top:0 !important;
}
#entrepreneur .hide-mobile{
  display: block !important;
}
}


@media only screen
and (min-width : 1950px)
and (max-width : 6500px){
/*.masthead {
    background: url("../images/top-img-2500.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment:  scroll;
    background-size: cover !important;
}*/
}

@media screen and (max-width: 767px) { 
  .mobile-only{
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
