/*
Theme Name: Luchila
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Ekela
Author URI: https://www.ekela.fr
Template: enfold
*/



/*Add your own styles here:*/


/***********************/
/*       GENERAL       */
/***********************/

body {
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width:989px) {
  
  body {
    font-size: 16px;
  }
  
}

/* Titres */

h1 {
  font-weight: 400;
  font-size: 80px;
  margin-bottom: 0.3em;
}

.page-seo h1 {
  font-size: 66px;
}

.template-page .entry-content-wrapper h1 {
  text-transform: initial;
  letter-spacing: 0;
}

.section-cover h1 {
  /*margin-bottom: 1.5em;*/
  margin-top: 1.2em;
}

body .main_color h2 {
  color: #111;
  font-size: 42px;
}

body.home .main_color h2 {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 80px;
  margin-bottom: 0.3em;
}

.template-page .entry-content-wrapper h2 {
  text-transform: initial;
  letter-spacing: 0;
}

body .main_color h3 {
  color: #111;
  font-size: 30px;
}

#top .page-legale h1 {
  font-size: 45px;
  margin-bottom: 0.6em;
}

#top .page-legale h3 {
  font-size: 22px;
}

@media screen and (max-width:1200px) {
  
  h1 {
    font-size: 60px;
  }
  
  .page-seo h1 {
    font-size: 50px;
  }
  
  body .main_color h2 {
    font-size: 35px;
  }
  
  body.home .main_color h2 {
    font-size: 60px;
  }
  
  body .main_color h3 {
    font-size: 25px;
  }
  
  .page-legale h1 {
    font-size: 35px;
  }

}

@media screen and (max-width:767px) {
  
  h1 {
    font-size: 40px;
  }
  
  .page-seo h1 {
    font-size: 33px;
  }
  
  body .main_color h2 {
    font-size: 26px;
  }
  
  body.home .main_color h2 {
    font-size: 40px;
  }
  
  body .main_color h3 {
    font-size: 22px;
  }
  
  .page-legale h1 {
    font-size: 25px;
  }
  
  .page-legale h3 {
    font-size: 18px;
  }

}

/* Liens */

a {
  text-decoration: none;
}

p a,
li a {
  text-decoration: underline;
}

/* separateur */

.sep-gold .hr-inner {
  /*border-image-source: linear-gradient(to right, #fff484, #4d2e0d 66%, #fff484);*/
  border-image-source: linear-gradient(to right, #fff484, #bb9770 66%, #fff484);
  border-image-slice: 1;
}



.hr.sep-animated .hr-inner {
  -webkit-animation: 1s ease 0.5s grow forwards;
  animation: 1s ease 0.5s grow forwards;
}

@-webkit-keyframes grow {
  from {
    width: 0px; 
    opacity: 0;
  }
  to {
    width: 250px;
    opacity: 1;
  }
}

@keyframes grow {
  from {
    width: 0px; 
    opacity: 0;
  }
  to {
    width: 250px;
    opacity: 1;
  }
} 




/* Images */

.avia-image-container-inner,
.avia_image,
.av-image-caption-overlay {
  border-radius: 0;
}

.avia-image-container .avia_image,
.avia-image-container .avia-image-overlay-wrap {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}


/* Boutons */

body div .avia-button {
  border-radius: 0;
  opacity: 0.66;
  /*opacity: 0.9;*/
}

body div .avia-button:hover {
  opacity: 1;
}

#top .main_color .avia-color-theme-color {
  background-color: transparent;
  /*color: #fff;*/
  color: #000;
  /*border-image-source: linear-gradient(to right, #fff484, #4d2e0d 66%, #fff484);*/
  border-image-source: linear-gradient(to right, #fff484, #bb9770  66%, #fff484);
  border-image-slice: 1;
}

.avia-button.avia-size-small {
  padding: 8px 0;
  font-size: 18px;
  min-width: 80px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 20px;
}

.avia-button.avia-size-medium {
  padding: 12px 20px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
}

body div .avia-button.avia-button.avia-size-medium {
  opacity: 1
}

#top .avia-button.avia-color-light {
  border: none;
}

#top .main_color .avia-color-theme-color.avia-size-large {
  /*background: -webkit-gradient(linear, left top, right top, from(#e3d864), color-stop(66%, #4d2e0d), to(#e1d665));
  background: linear-gradient(to right, #e3d864, #4d2e0d 66%, #e1d665);*/
  background: -webkit-gradient(linear, left top, right top, from(#fff484), color-stop(66%, #bb9770), to(#fff484));
  background: linear-gradient(to right, #fff484, #bb9770 66%, #fff484);
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 300;
  padding: 10px 30px 8px;
}

.avia-button:active {
  border-bottom-width: 1px;
  border-top-width: 0px;
}


/* Scroll to top */

#scroll-top-link {
  border: 1px solid #000;
  border-radius: 50px;
  opacity: 0.5 !important;
}

#scroll-top-link:hover {
  border: 1px solid #000;
  opacity: 1 !important;
}


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

#introduction .container,
#contact .container {
  max-width: 850px;
}

.section-concept-content.avia-section .content,
.section-projet-content.avia-section .content {
  padding-top: 130px;
  padding-bottom: 30px;
}


@media screen and (max-width:767px) {
  
  .content, .sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .avia-section-huge .content,
  .section-concept-content.avia-section .content,
  .section-projet-content.avia-section .content {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}


/***********************/
/*       HEADER        */
/***********************/


/* MENU */

.avia-menu.av_menu_icon_beside {
  padding-right: 10px;
}
.av-main-nav > li > a {
  padding: 0 10px;
  font-weight: 300;
  font-size: 16px;
}

#avia-menu > li > a .avia-menu-text {
  position: relative;
}

#avia-menu > li > a .avia-menu-text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -8px;
  height: 1px;
  /*background: -webkit-gradient(linear, left top, right top, from(#fff484), color-stop(66%, #4d2e0d), to(#fff484));
  background: linear-gradient(to right, #fff484, #4d2e0d 66%, #fff484);*/
  background: -webkit-gradient(linear, left top, right top, from(#fff484), color-stop(66%, #bb9770), to(#fff484));
  background: linear-gradient(to right, #fff484, #bb9770 66%, #fff484);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

#avia-menu > li > a:hover .avia-menu-text::before {
  width: 100%;
}


/* sous-menus */

header #avia-menu .sub-menu {
  margin-top: -20px;
}

header #avia-menu .sub-menu li a {
  background-color: #0d0d0d !important;
}

#top header .av-main-nav ul a {
  font-size: 14px;
  color: #ccc;
}

/*
#top header .av-main-nav .sub-menu ul a:hover {
  color: #fff !important;
}*/

#top .header_color .main_menu .menu ul li > a:hover,
#top .header_color .main_menu .menu ul li > a:focus,
#top .header_color .main_menu .menu ul .current-menu-item > a {
  color: #fff;
}



/* MENU BURGER */

.av-hamburger-inner,
.av-hamburger-inner::before,
.av-hamburger-inner::after {
  height: 2px;
}

#av-burger-menu-ul > li > a {
  font-weight: 600;
  font-size: 20px;
}

#av-burger-menu-ul .sub-menu li a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

#av-burger-menu-ul .sub-menu {
  margin-bottom: 10px;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay .sub-menu li a {
  font-size: 18px;
  font-weight: 400;
}

.av-width-submenu > a {
  pointer-events: none;
}

/* RS */

#top .social_bookmarks {
  height: 35px;
}
#top .social_bookmarks li {
  width: 35px;
}
#top .social_bookmarks li a {
  width: 35px;
  line-height: 32px;
  min-height: 35px;
  font-size: 22px;
  text-decoration: none;
}
#top #wrap_all .av-social-link-youtube:hover a,
#top #wrap_all .av-social-link-youtube a:focus,
#top #wrap_all .av-social-link-instagram:hover a,
#top #wrap_all .av-social-link-instagram a:focus {
  color: #000;
  background-color: transparent;
}


/***********************/
/*       FOOTER        */
/***********************/


#footer .widget {
  text-align: center;
  margin: 10px 0;
}

#footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width:989px) {
  
  
  #footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
  #footer .flex_column {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  #footer .flex_column:last-child {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  
  #footer .widget {
    margin: 5px 0;
  }
}

/* colonne RS */

#footer .social_bookmarks {
  text-align: center;
}

#footer .social_bookmarks li {
  display: inline-block !important;
  float: none;
}


/* colonne logo */

#footer .widget_media_image {
  text-align: center;
}

#footer .widget_media_image img {
  max-width: 220px !important;
}

@media screen and (max-width:989px) {
  
  #footer .widget_media_image img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* SOCKET */

#socket .copyright {
  width: 100%;
  font-size: 13px;
  opacity: 0.66;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #000;
}

#socket .copyright a {
  text-decoration: none;
}

@media screen and (min-width:990px) {
  #ekela-sign {
    float: right;
    top: -3px;
  }
}

#ekela-sign img {
  position: relative;
  top: 5px;
}

@media screen and (max-width:989px) {
  
  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  #socket .sep {
    display: none !important;
  }
}

@media screen and (max-width:480px) {
  
  #ekela-sign img {
    max-width: 60px;
  }
  #socket .copyright {
    font-size: 12px;
  }
}

/* Footer - Pages SEO */

@media screen and (min-width:990px) {
  
  #footer .flex_column {
    margin-left: 5%;
    width: 30%;
  }
  
  #footer .flex_column.first {
    margin-left: 0;
  }
  
  #footer .flex_column:last-child {
    margin: 0;
    width: 100%;
  }
}

#footer #menu-footer-pages-seo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer #menu-footer-pages-seo .menu-item {
  line-height: 1.2;
}

#top #footer .widget_nav_menu li.current-menu-item a {
  padding: 4px 0 5px;
  font-weight: 600;
}

@media screen and (max-width:600px) {
  
  #footer #menu-footer-pages-seo .menu-item {
    font-size: 11px;
  }
}


/***********************/
/*     PAGE ACCUEIL    */
/***********************/

/* Intro */

body #introduction {
  font-size: 21px;
}

#introduction.style-h1 h1 {
  font-size: 21px;
  letter-spacing: 0;
  text-transform: initial;
  color: #000;
  font-weight: 300;
  line-height: 1.3;
}


@media screen and (max-width:989px) {
  
  body #introduction {
    font-size: 16px;
  }

  #introduction.style-h1 h1 {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  
  #introduction .content {
    padding-bottom: 0;
  }
}


/* Projets */

#projets .av-masonry {
  /*margin: 60px 0 40px 0;*/
  margin: 60px 0 0 0;
}

body .lb-nav a.lb-next,
body .lb-nav a.lb-prev {
  opacity: 0.5;
}

#lightbox .lb-data .lb-number {
  display: none !important;
}

@media screen and (max-width:989px) {
  
  #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 1.2em;
  }
  
  #projets .av-masonry {
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width:767px) {
  .av-masonry figure {
    margin-bottom: 0;
  }
  
  .av-masonry-container .av-masonry-entry:last-child {
    /*left: 25% !important;*/
    margin-left: 25%;
  }
}


@media screen and (max-width:600px) {
  
  #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 1em;
  }
}

@media screen and (max-width:350px) {
  
  #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 0.85em;
  }
}


/* Services */

#services .flex_column_table {
  margin-top: 35px !important;
}

.home-bloc-service {
  padding: 60px 40px;
  min-height: 280px !important;
  color: #fff;
}

.home-bloc-service.flex_column::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0008;
  visibility: visible;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.home-bloc-service.flex_column:hover::before {
  background-color: #000b;
}

#top .home-bloc-service h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.home-bloc-service p {
  line-height: 1.5;
}

@media screen and (max-width:1400px) {
  
  #services h3 {
    font-size: 18px;
  }
  
  .home-bloc-service p {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  
  #services .content {
    padding-bottom: 0;
  }
  
  #services .flex_column_table {
    margin-top: 10px !important;
  }
  
  .home-bloc-service {
    padding: 40px 30px;
  }
}

/* Presentation */

#presentation .presentation-img2 {
  margin-top: -130px !important;
  -webkit-box-shadow: 0 0 20px #0005;
  box-shadow: 0 0 20px #0005;
}


@media screen and (min-width:768px) {
  
  #presentation .titre-presentation {
    margin-left: -23%;
  }
  
  #presentation .avia-button {
    margin-bottom: 50px !important;
  }
}

#presentation .titre-presentation {
  margin-bottom: 60px;
}

@media screen and (max-width:989px) {
  
  #presentation .presentation-img1 {
    max-width: 80%;
  }
  #presentation .presentation-img2 {
    max-width: 60%;
    margin-top: -100px !important;
  }
  
  #presentation .titre-presentation {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
}


@media screen and (max-width:767px) {
  
  #presentation .content {
    padding-bottom: 0;
  }
  
  #top #presentation .flex_column_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
}

/* References */

#references .container {
  max-width: 1080px;
}

#references .avia-logo-element-container {
  margin-top: 0;
}

#top .avia-logo-element-container .slide-entry {
  padding: 0 20px;
}

#top .avia-smallarrow-slider .avia-slideshow-dots a {
  background-color: #aaa;
  border-width: 0px;
  margin: 3px;
}

@media only screen and (max-width: 767px){
  
  .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first {
    width: 48%;
    margin-left: 26% !important;
  }
}

@media only screen and (max-width: 479px) {
  .responsive #top #wrap_all .avia-content-slider-odd .slide-entry,
  .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first {
    width: 60%;
    margin-left: 20% !important;
  }
}

/***********************/
/*   PAGE LE STUDIO    */
/***********************/

/* Intro */

.intro-page p {
  font-size: 21px;
  margin: 2em 0;
}

@media screen and (max-width:989px) {
  
  .intro-page p {
    font-size: 18px;
  }
}

/* img cover */

.img-studio-cover img {
  border-radius: 50%;
  -webkit-transition: none !important;
  transition: none !important;
}

.img-studio-cover .avia-image-overlay-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 200px #000 inset;
  box-shadow: 0 0 200px #000 inset;
}

.img-studio-cover:hover img {
  border-radius: 0;
}

.img-studio-cover:hover .avia-image-overlay-wrap::after {
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* Galerie */

.galerie-studio .avia-image-container.avia-align-center {
  margin-bottom: 7%;
}

.galerie-studio .avia_image:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

@media screen and (max-width:767px) {
  
  .responsive #top #wrap_all .galerie-studio .flex_column {
    margin-bottom: 0;
  }
}

/* Video */

.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;
}



/***********************/
/*    PAGE CONTACT     */
/***********************/

/* FORM */

#top .main_color .input-text,
#top .main_color input[type="text"],
#top .main_color input[type="email"],
#top .main_color input[type="tel"],
#top .main_color input[type="search"],
#top .main_color textarea,
#top .main_color select {
  color: #000000;
  border: 1px solid #a8a04b;
  padding: 12px 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}


#top .main_color .input-text::-webkit-input-placeholder,
#top .main_color input[type="text"]::-webkit-input-placeholder,
#top .main_color input[type="email"]::-webkit-input-placeholder,
#top .main_color input[type="tel"]::-webkit-input-placeholder,
#top .main_color input[type="search"]::-webkit-input-placeholder,
#top .main_color textarea::-webkit-input-placeholder {
  opacity: 0.6;
}

#top .main_color .input-text:-ms-input-placeholder,
#top .main_color input[type="text"]:-ms-input-placeholder,
#top .main_color input[type="email"]:-ms-input-placeholder,
#top .main_color input[type="tel"]:-ms-input-placeholder,
#top .main_color input[type="search"]:-ms-input-placeholder,
#top .main_color textarea:-ms-input-placeholder {
  opacity: 0.6;
}

#top .main_color .input-text::placeholder,
#top .main_color input[type="text"]::placeholder,
#top .main_color input[type="email"]::placeholder,
#top .main_color input[type="tel"]::placeholder,
#top .main_color input[type="search"]::placeholder,
#top .main_color textarea::placeholder {
  opacity: 0.6;
}

#top .main_color textarea {
  height: 160px;
  min-width: 100%;
  max-width: 100%;
}

.wpcf7 .wpcf7-submit {
  /*
  background: -webkit-gradient(linear, left top, right top, from(#e3d864), color-stop(66%, #4d2e0d), to(#e1d665));
  background: linear-gradient(to right, #e3d864, #4d2e0d 66%, #e1d665);*/
  
  color: #fff !important;
  font-size: 20px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 400;
  padding: 10px 30px 8px;
  font-family: "Montserrat", sans-serif;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  line-height: 1.2;
}

.legal-google-recaptcha {
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.66;
  margin-top: 30px;
}

.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}

#top label span {
  font-size: 15px;
  color: #000;
}

.grecaptcha-badge {
  visibility: collapse !important;
}

/* MAP */

#contact-map .container {
  max-width: 900px;
}

#contact-map iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}


/***********************/
/*     PAGE PHOTO      */
/***********************/

/* Galerie photo */

#galerie-photos .filters-div {
  margin-top: 20px;
}

.portfolio-wraper > div:first-child {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

#galerie-photos .portfolio-wraper .pfg-lightbox-all {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

#galerie-photos .portfolio-wraper .pfg-lightbox-all img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#galerie-photos .portfolio-wraper .pfg-lightbox-all:hover img {
  opacity: 0.8;
}

#galerie-photos .simplefilter li {
  text-transform: initial;
  padding: 4px 10px;
  font-size: 16px;
  margin: 8px 5px;
  /*border: 1px solid #514a2d88;*/
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}

#galerie-photos .simplefilter li:hover {
  background-color: transparent !important;
}

#galerie-photos .simplefilter li.active {
  /*border: 1px solid #b19e50 !important;*/
  border: 1px solid #000 !important;
  color: #fff !important;
  background-color: #000 !important;
}

#top .lb-outerContainer,
#top .lightbox .lb-image {
  border-radius: 0;
}

@media screen and (max-width:1200px) {
  
  #galerie-photos .simplefilter li {
    font-size: 14px;
  }
}

@media screen and (max-width:767px) {
  
  #galerie-photos .simplefilter li {
    padding: 2px 6px;
    font-size: 12px;
    margin: 3px 1px;
  }
}


/* Maj plugin Galerie */

#galerie-photos .pfg-grid--masonry .pfg-item {
  border-radius: 0;
}

#galerie-photos .pfg-filters {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

#galerie-photos .pfg-filters--minimal .pfg-filter {
  text-transform: initial;
  padding: 10px 10px;
  font-size: 16px;
  margin: 3px 0px;
  border: 1px solid #000 !important;
  color: #000;
  background-color: transparent;
  font-family: var(--enfold-font-family-body);
  font-weight: 400;
}

#galerie-photos .pfg-filters--minimal .pfg-filter.pfg-filter--active {
  background-color: #000 !important;
  color: #fff !important;
}

@media screen and (max-width:1200px) {
  
  #galerie-photos .pfg-filters--minimal .pfg-filter {
    font-size: 14px;
  }
}

@media screen and (max-width:767px) {
  
  #galerie-photos .pfg-filters--minimal .pfg-filter {
    padding: 8px 6px;
    font-size: 12px;
    margin: 0px;
  }
}


/***********************/
/*    PAGE CONCEPT     */
/***********************/

#top #sb_instagram .sb_instagram_header h3, .sb_instagram_header h3 {
  font-size: 20px;
}

#top #sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover {
  opacity: 1;
}


/*****************************/
/*      TARTE AU CITRON      */
/*****************************/

html body #tarteaucitronRoot * {
    color: #000;
}

html body #tarteaucitron {
    width: 800px;
}

html body div#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
  z-index: 999999;
  background: #000;
}

/* Ecran intro */

html body div#tarteaucitronAlertBig::before {
    content: '';
    background: url("https://www.luchila.fr/wp-content/uploads/2022/10/logo-luchila-440-black.png") center center no-repeat;
    background-size: contain;
    width: 220px;
    height: 160px;
    display: inline-block;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig {
    background-color: #fff;
    color: #000;
    max-width: 650px;
    -webkit-box-shadow: 0 0 100px #0005;
    box-shadow: 0 0 100px #0005;
    border-radius: 5px;
}
html body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    color: #000;
}
html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 16px;
    line-height: 1.4;
}
.tarteaucitronCross {
    display: none;
}
html body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
html body #tarteaucitronAlertBig #tarteaucitronPersonalize,
html body #tarteaucitronAlertBig #tarteaucitronPersonalize2,
html body .tarteaucitronCTAButton,
html body #tarteaucitron #tarteaucitronPrivacyUrl,
html body #tarteaucitron #tarteaucitronPrivacyUrlDialog,
html body #tarteaucitronRoot .tarteaucitronDeny,
html body #tarteaucitronRoot .tarteaucitronAllow {
    background: #070707;
    font-size: 15px !important;
    padding: 10px 18px;
    border-radius: 0;
    border: 1px solid #070707;
}
html body #tarteaucitronRoot .tarteaucitronDeny,
html body #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background-color: transparent;
    color: #000;
}

/* Ecran personnalisation */

html body #tarteaucitronServices {
    border-radius: 5px;
    background-color: #fff;
    margin-top: 28px !important;
}
html body #tarteaucitron .tarteaucitronBorder {
    border-width: 0;
    padding-bottom: 10px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border-width: 0;
    background-color: #fff;
    padding: 20px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background-color: #fff;
}
html body #tarteaucitronRoot .tarteaucitronH1 {
    margin: 30px 0 10px;
    color: #000;
    font-weight: 600;
    font-size: 23px;
}
html body .tarteaucitronMainLine .tarteaucitronH2 {
    font-size: 1.3em !important;
    color: #000;
    font-weight: 600;
}
html body #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
    font-size: 13.5px;
    margin-top: 3px;
    line-height: 1.5;
}
html body #tarteaucitron #tarteaucitronInfo {
    background-color: #fff;
    color: #555;
    max-width: 90% !important;
    border-width: 0;
    padding: 0 !important;
    margin: 0 auto 25px auto !important;
    line-height: 1.5;
    font-size: 15px !important;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
html body .tac_activate .tarteaucitronAllow {
    padding: 9px 15px;
    border-radius: 20px;
}
html body .tarteaucitronTitle {
    border-top: 1px solid #ddd !important;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
    background-color: transparent;
    color: #000;
    font-size: 15px;
    margin-top: 8px;
}
html body #tarteaucitronRoot .tarteaucitronPlus::before {
    color: #000;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background-color: #fff;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    padding: 0px 12px 10px 12px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background-color: #fff;
}
html body #tarteaucitron .tarteaucitronH3 {
    font-size: 15px;
    color: #000;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    line-height: 1.2;
}
html body #tarteaucitron #tarteaucitronClosePanel {
    background-color: transparent;
    color: #222;
    font-size: 14px;
    width: auto;
    padding: 5px;
}
html body #tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
    background-color: #2a884f;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background-color: #eee;
    color: #000 !important;
    padding: 10px 20px !important;
}
html body #tarteaucitron #tarteaucitronServices li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
html body #tarteaucitron #tarteaucitronServices li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
    padding: 6px 12px;
}
html body #tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
    background-color: #2a884f;
}

@media screen and (max-width: 900px) {
    html body div#tarteaucitronAlertBig::before {
      height: 110px;
    }
    div#tarteaucitronAlertBig button {
      min-width: 150px;
    }
}
@media screen and (max-width: 767px) {
    html body li.tarteaucitronLine .tarteaucitronName span {
        width: 80% !important;
        display: inline;
    }
    html span#tarteaucitronDisclaimerAlert {
      padding: 0;
    }
    html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
      font-size: 14px;
    }
}
























