<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">      
:root {
  --gris-clair : #f2f4f7;

  --noir: #262626;
  --orange: #EF7D00;
  --vert-drapeau: #3FA535;
  --vert: #0f7705;
  --vert-fonce:#023A05;
  --blanc: #FFF;
  --gris: #363636;
}
/*** **** ** ****   habillage   ***** **/
.habillage {
  position: fixed;
  width: 100%;
}
/*** le contenur de page  ----- main page **/
#main_page {
  position: relative;
  width: 1300px;
  margin: auto;
  margin-top: 250px;
  padding: 25px;
  padding-bottom: 0 !important;
  background-color: var(--blanc);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#navigation {
  font-style: normal;
  position: relative;
  /* border: 1px solid red; */
}
#navigation ul li &gt; a{
  color: gray;
  font-size: 14px;
}


  /**** devis - button  ***/ 
  /* Aylen */
  .button.button--aylen {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .button--aylen::before,
  .button--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

  }
.button--aylen::before {
  background: #a0aec0;
}
.button--aylen::after {
  background: #4a5568;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}


#menu_toggle,
#responsive_logo {
  display: none;
}

#navigation{
  position: relative;
  width: 100%;
  /* border-bottom: 1px solid rgba(184, 184, 184, 0.5); */
}

#navigation .items{                 /**** Les items en haut du menu de navigation  */
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid var(--vert);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/*** flash info **/

#navigation .items .flash{
  position: relative;
  width: 65%;
  height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

#navigation .items .flash .libelle{
  position: relative;
  width: 115px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0;
  margin-right: 20px;
  background-color: red;
}
#navigation .items .flash .libelle p{
  position: relative;
  width: 125px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 12px;
  margin: 0 !important;
  color: var(--blanc);
  font-size: 14px;
}

#navigation .items .flash .liste{
  position: relative;
  width: 90%;
}


#navigation .items .flash .liste .flash_items{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
  padding-top: 5px;
}

#navigation .items .flash .liste .flash_items .owl-carousel.owl-theme .owl-item{
  position: relative;
  padding-top: 5px;
}
#navigation .items .flash .liste .flash_items .owl-carousel.owl-theme .owl-item .item{
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: -5px;
}

#navigation .items .flash .liste .flash_items .owl-carousel.owl-theme .owl-item a{
  position: relative;
  display: block;
  width: 100%;
  color: #313131;
  font-size: 13px;
}
#navigation .items .flash .liste .flash_items .owl-carousel.owl-theme .owl-item a.important{
  color: red;
}

#navigation .ecrire {                                                  /*************   Ã‰crire    ******/
  position: relative;
  display: flex;
  align-items: center !important;
}
#navigation .ecrire a.link{
  position: relative;
  margin-right: 20px;
  font-size: 14px;
  
  /* border: 1px solid red; */
}



#navigation .ecrire #responsive_logo img{                                                  /*************   Ã‰crire    ******/
  position: relative;
  width: 65%;
  /* border: 1px solid red; */
  margin-bottom: -0px;
  margin-top: -2px;
}


#navigation #menu{
  display: none !important;
  border: 1px solid rgba(54, 231, 0, 0);
  padding: 0 !important;
}
#navigation #menu ul{
  /* border: 1px solid rgb(221, 255, 31); */
  padding: 0 !important;
  margin: 0 !important;
  height: 10vh !important;
}
#navigation #menu ul li{
  /* border: 1px solid rgb(229, 31, 255); */
  padding: 0;
  margin: 0;
}
#navigation #menu ul &gt; li a{
  font-size: 18px;
  color: rgb(73, 73, 73);
}
#navigation  ul &gt; li:hover &gt; a{
  color: #F3A827;
}




.mega-menu {
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  transition: ease-in 0.3s;
  z-index: 10000;
}


  /* #hoverable Class Styles */
  .hoverable {
    position: static;
  }

  .hoverable:hover .mega-menu {
    display: block;
  }


/* #toggle Class Styles */

  .toggleable &gt; label span{
  content: "\f078";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
} 

  .toggle-input {
    display: none;
  }
  .toggle-input:not(checked) ~ .mega-menu {
    display: none;
  }

  .toggle-input:checked ~ .mega-menu {
    display: block;
  }

  .toggle-input:checked + label {
    color: white;
    background: rgb(3, 102, 114); /*@apply bg-teal-700 */
  }

  .toggle-input:checked ~ label:after {
    content: "\25B2";
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    top: -1px;
  }


/*************************************************************************                Social MÃ©dia        *********/

.Social-media{
  display: flex;
  justify-content: center;
  /* border: 1px solid red; */
}
.Social-media a{
  display: flex;
  /* background: #fff; */
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color:#ffffff;
  transition: transform 0.5s;
  margin: 0 !important;
}

.Social-media a i{
  font-size: 35px;
  color:#ffffff;
  transition: transform 0.5s;
}
.Social-media a:hover{
  font-size: 14px;
}
.Social-media a:hover i{
  transform: scale(0.90);
}
.Social-media a:hover .fa-facebook-f{
  color: #3b5998;
}
.Social-media a:hover .fa-twitter{
  color: #00acee;
}
.Social-media a:hover .fa-instagram{
  color: #f14843;
}
.Social-media a:hover .fa-linkedin-in{
  color: #1564f7;
}
.Social-media a:hover .fa-tiktok{
  color: #c05f0f;
}
.Social-media a:hover .fa-youtube{
  color: #f00;
}
















/******************************************* Responsive********************/

@media screen and (max-width: 1520px) {

}
@media screen and (max-width: 1400px) {
  #main_page {
    position: relative;
    width: 1100px;
    margin: auto;
    margin-top: 180px;
    padding: 25px;
    /* border: 2px solid rgb(31, 64, 252); */
  }


  #navigation .items .flash{
    position: relative;
    width: 55%;
  }
  #navigation .items .flash .libelle{
    width: 105px !important;
    margin-right: 15px;
  
  }
  #navigation .items .flash .liste .item h2{
    font-size: 12px;
  }
}
@media screen and (max-width: 1350px) {
  #main_page {
    position: relative;
    width: 100% !important;
    margin: 0;
    margin-top: 125px;
    padding: 45px;

    /* border: 2px solid rgb(252, 31, 234); */
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1150px) {
  #main_page {
    position: relative;
    width: 100% !important;
    margin: 0;
    margin-top: 180px;
    padding: 45px;

    /* border: 2px solid rgb(31, 252, 31); */
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1024px) {

  #menu_toggle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 40px;
    height: 35px;
    background-color: var(--vert);
    color: var(--blanc);
    cursor: pointer;
    transition: ease 0.3s all;
    margin-left: 40px;
  }
  #menu_toggle span{
  font-size: 16px; 
  }
  #menu_toggle:hover {
    background-color: rgb(17, 82, 17);
  }
  #main_page {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 100px !important;
    padding: 25px;
  }
  #navigation .items{                 /**** Les items en haut du menu de navigation  */
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 4px solid var(--vert);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #navigation .items .flash{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(184, 184, 184, 0.5);
    background-color: #ffffff;
    padding-bottom: -10px;
  }
  #navigation .items .flash .liste{
    position: relative;
    width: 100%;
  }
  #navigation .items .flash .liste .flash_items{
    padding-bottom: -20px !important;
    height: 35px;
    max-height: 45px;
  }
  #navigation .items .flash .liste .flash_items .owl-carousel.owl-theme  .owl-item p{
    opacity: 0;
    margin-top: -50px;
    transition: ease-in-out 0.7s all;
    line-height: normal;
    text-transform: uppercase;
    color: #313131;
    margin-bottom: -30px !important;
    padding-bottom: -20px !important;
  }
  #navigation .items .flash .liste .flash_items .owl-carousel.owl-theme .owl-stage .owl-item.active p{
    width: 100% !important;
    margin-top: 10px;
    opacity: 1;
    font-size: 13px;
    line-height: 13px;
  }
  #navigation .ecrire {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    height: 55px;
  }
  #menu {
    display: none !important;
  }
  #responsive_logo {
    position: absolute;
    display: flex;
    left: -8px;
    top: -3px;
    bottom: 0;
    width: auto;
  }
  #responsive_logo img{
    position: relative;
    width: 65% !important;
    margin-left: -0px;
    margin-top: 8px;
    margin-bottom: -2px !important;
  }
}
@media screen and (max-width: 992px) {
  #main_page {
    position: relative;
    margin-top: 95px !important;
    padding: 15px;
  }

}

@media screen and (max-width: 768px) {
  #main_page {
    position: relative;
    margin-top: 55px !important;
    padding: 18px !important;
    padding-bottom: 0 !important;
  }

  .ecrire a.link {
    /* color: red !important; */
    display: none !important;
  }
  #navigation .items .flash{
    /* border: 1px solid red; */
    margin-top: -10px;
  }
  #navigation .items .flash .liste .flash_items{
    padding-bottom: -20px !important;
   
    max-height: auto;
    min-height: 60px;
    /* border: 1px solid red; */
  }
  #navigation .items .flash .libelle p{
    position: relative;
    width: 110px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 8px;
    margin: 0 !important;
    color: var(--blanc);
    font-size: 12px;
  }

  #navigation .items .flash .liste .flash_items .owl-carousel.owl-theme .owl-stage .owl-item.active p{
    font-size: 11px;
  }

  .Social-media {
    display: none !important;
    visibility: hidden !important;
    opacity: 1 !important;
  }

  #navigation .items{                 /**** Les items en haut du menu de navigation  */
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--vert);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #responsive_logo img{
    position: relative;
  }
  #responsive_logo img{
    position: relative;
    width: 60% !important;
  }
}

@media screen and (max-width: 340px) {
  #main_page {
    padding: 8px !important;
  }
  #responsive_logo img{
    position: relative;
    width: 50% !important;
  }
}



/**************       dark mode   ***********/
.dark-mode  #responsive_logo img,
.dark-mode  .logo img {
  filter: grayscale(100%);
}
.dark-mode #navigation .items,
.dark-mode #navigation .ecrire a.link{
  border-color: yellow;
}
.dark-mode #navigation .items .flash{
  background-color: rgba(0, 0, 0, 0.0019);
 }
body.dark-mode,
.dark-mode  #navigation,
.dark-mode  #navigation a,
.dark-mode  #navigation p,
.dark-mode  #navigation h1,
.dark-mode  #navigation h2,
.dark-mode  #navigation h3,
.dark-mode  #navigation h4,
.dark-mode #navigation .ecrire a.link{
    color: yellow !important;
}
body.dark-mode button,
body.dark-mode .btn,
.dark-mode #navigation .ecrire a.link{
  background-color: rgb(0, 0, 0) !important;
}
.dark-mode  #navigation .items .flash .libelle{
  background-color: rgb(0, 0, 0) !important;
}


</pre></body></html>