

@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: 


*/


#demanderendezvous p, #demanderendezvous h1, #demanderendezvous li {
    color:white!important;
}
#texte_article  ul, #footer ul, #demanderendezvous ul{
	list-style: none;
}
#texte_article li, #footer li{
	margin-left:30px;
			
}
#texte_article  li:before , #footer li:before, #demanderendezvous li:before{
  content: "\f00c"; 
	color:#33CCCC;
  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 */
}

.blockroll{
    transition: all 0.5s ease;
    background-color:#33CCCC;
}

.blockroll:hover{
    background-color:#1C747F;
}
::selection {
    color: #333;
    background-color: #33CCCC;
  }


  .color-orange {
      color: #33CCCC;
  }


/* BUTTON */

.text-bleu {

  color: #33CCCC !important;
}

h2.text-bleu.text-left{
  display: table;
  padding-bottom: 35px;
  position: relative;
  margin-left : 0;
  margin-right : auto;
}
h2.text-bleu{
  display: table;
  padding-bottom: 35px;
  position: relative;
  margin-left : auto;
  margin-right : auto;
}

h2.text-bleu:after{
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    bottom: 15px;
    left: 40%;
    right: 40%;
    border-bottom: 5px solid #33CCCC;
}
.text-light h2.text-bleu:after{
    border-bottom: 5px solid #FFF;
}
.btn-bleu {
    background-color: #33CCCC !important;
    border: 1px solid #33CCCC !important;
    color: #fff !important;
}

.btn-bleu:hover {
    background-color: #289c9c !important;
    border: 1px solid #289c9c !important;
    color: #fff !important;
}

.btn-bleu 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: #33CCCC;
    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: #33CCCC;
    margin: 0 auto;
}

.devis {
    background-color: #F7F9FB;
    padding: 20px;
}

.devis h4{
    font-weight: 400;
    font-size: 2em !important;
    color: #33CCCC;
}

.devis h2{
    font-weight: 600;
    font-size: 2.5em !important;
    line-height: 1.5em !important;
    color: #333;
}


/* PAGE TYPE */ 

.home-chap h1{
    color: #33CCCC !important;
    font-size: 3em !important;
    font-weight: 700;
    margin-bottom: 50px;
}

.home-chap p{
    color: #333;
}










/* 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;
}
