

@charset "UTF-8";
/*  Mixins */
/*  Fonts */
/* --------------------------------------------------------------- 
   Google Fonts
-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* 

1. Add your custom Css styles below
2. Place the this code in your template: 


*/

#texte_article  ul{
	list-style: none;
}
#texte_article li{
	margin-left:30px;
			
}
#texte_article  li:before {
  content: "\f00c"; 
	color:#6e839d;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

::selection {
    color: #333;
    background-color: #6e839d;
  }


  .color-orange {
      color: #6e839d;
  }


/* BUTTON */

.btn-orange {
    background-color: #6e839d !important;
    border: 1px solid #6e839d !important;
    color: #fff !important;
}

.btn-orange:hover {
    background-color: #6e839d !important;
    border: 1px solid #6e839d !important;
    color: #fff !important;
}

.btn-orange a {
    color: #fff !important;
}


/* HEADER  */ 



.topbar-ok .col-md-6 li{
    text-align: right;
    justify-content: right !important;
    margin-right: 0 !important;
}

/* HOME */ 

.home-txt h1{
    font-weight: 700;
    font-size: 2em;
    color: #333;
}

.home-txt p{
    color: #333;
}

.conditions p {
    color: #6e839d;
    font-style: italic;
    margin-top: 30px;
}

.page-actu {
    background-color: #F7F9FB;
}

.page-picto  {
    margin: 0 auto;
}

.page-decouvrir {
    background-color: #333;
}

.page-decouvrir h1{
    color: #fff;
    font-size: 3em;
}

.ligne {
    height: 3px;
    width: 150px;
    background-color: #6e839d;
    margin: 0 auto;
}

.devis {
    background-color: #F7F9FB;
    padding: 20px;
}

.devis h4{
    font-weight: 400;
    font-size: 2em !important;
    color: #6e839d;
}

.devis h2{
    font-weight: 600;
    font-size: 2.5em !important;
    line-height: 1.5em !important;
    color: #333;
}


/* PAGE TYPE */ 

.home-chap h1{
    color: #6e839d !important;
    font-size: 3em !important;
    font-weight: 700;
    margin-bottom: 50px;
}

.home-chap p{
    color: #333;
}

.btn-reveal.transparent:hover{
    background-color:transparent!important;
}


.liactive{
    cursor:pointer;
}





/* MODAL */ 

.modalok .col-lg-6 a {
    width: 100%;
}


.int-modal {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    border-radius : 0.5em;
    overflow : hidden;
  }
  
  .txt-modal {
    text-align: center;
    line-height : 100px;
    color : #fff;
    position : absolute;
    border-radius : 0.5em;
  }
  
  .txt-modal img{
    width: 100%;
    height: 100%;
  }
  
  .fond-modal {
    width: 100%;
    height: 100px;
    background: rgba(247, 149, 32, 0.9);
    opacity: 0.8;
    position : relative;
    top : 80%;
    transition : all 0.5s ease;
  }
  
  .int-modal:hover .fond-modal {
    width: 100%;
    height: 100%;
    background-color : rgba(247, 149, 32, 0.9) ;
    position : relative;
    top : 0;
  }
  
  .fond-modal p{
    color:#fff;
    text-align: center;
    line-height: 100px;
  }

  .fond-modal h1{
    width: 100%;
    color:#fff;
    text-align: center;
    font-weight: 700;
    font-size: 2em;
    transition : all 0.5s ease;
    padding-top: 10px;
  }

  .int-modal:hover .fond-modal h1{
      padding-top: 100px;
  }


  .int-modal .fond-modal i{
    font-size: 4em;
    transition: all 0.5s all;
    display: none;
}


  .int-modal:hover .fond-modal i{
    font-size: 4em;
    display: block;
    transition: all 0.5s all;
}

.box-services-a img {
    width: 100%;
    border-radius: 2em !important;
}






.blockquote { 
    background-color: #35B8C4;
    transition: all 0.5s ease;
    border-radius: 1em;
}

.blockquote:hover { 
    background-color: #1C747F;
    transition : all 0.5s ease;
}

.blockquote h1 {
    font-weight: 700;
    font-size: 2em;
}

.cite {
    font-size: 0.5em !important;
    font-style: italic;
}

.blockquote:hover .btn-blue-2 {
    background-color: #35B8C4 !important;
    border: 1px solid #35B8C4 !important;
    transition: all 0.5s ease;
}

.txt-modal-black p {
    color: #1A252B;
    font-weight: 400;
}

.txt-modal-black b {
    font-weight: 700;
}

.txt-modal-fond-gris b {
    font-weight: 700;
}

.txt-modal-fond-gris it {
    font-weight: 400;
    font-style: italic;
}

.txt-modal-fond-gris {
    background-color: #F7F9FB ;
    border-radius: 1em;
}

.txt-modal-fond-gris p{
    color: #1A252B;
    font-weight: 400;
}

.modal {
    padding: 20px;
}

.text-offre h1{
    font-weight: 700;
    color: #1C747F;
}

/*progressbar*/
#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: transparent;
    text-transform: uppercase;
    font-size: 9px;
    width: 20%;
    text-align:center;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li.active {
    color: #CCC;
    text-transform: uppercase;
    font-size: 9px;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align:center;
    font-size: 20px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    
    background: white;
    
    position: absolute;
    left: -50%;
    top: 19px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #365e90;
    color: white;
}
@media screen and (max-width: 800px){

    .blocaccueil{
        text-align:center!important;
    }
}