

@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: 


*/

::selection {
    color: #044372;
    background-color: #F79520;
  }


  .color-orange {
      color: #F79520;
  }

  h2 {
    font-weight: 700;
    font-size: 2em;
    color: #044372;
  }


/* BUTTON */

.btn-orange {
    background-color: #F79520 !important;
    border: 1px solid #F79520 !important;
    color: #fff !important;
}

.btn-orange:hover {
    background-color: #F79520 !important;
    border: 1px solid #F79520 !important;
    color: #fff !important;
}

.btn-orange a {
    color: #fff !important;
}


/* HEADER  */ 

#logo span img{
    width: 25%;
}

.logo-default img{
    width: 25% !important;
}

.logo-dark img{
    width: 10% !important;
}

.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: #044372;
}

.home-txt p{
    color: #044372;
}

.conditions p {
    color: #F79520;
    font-style: italic;
    margin-top: 30px;
}

.page-actu {
    background-color: #F7F9FB;
}

.page-picto  {
    margin: 0 auto;
}

.page-decouvrir {
    background-color: #044372;
}

.page-decouvrir h1{
    color: #fff;
    font-size: 3em;
}

.ligne {
    height: 3px;
    width: 150px;
    background-color: #F79520;
    margin: 0 auto;
}

.devis {
    background-color: #F7F9FB;
    padding: 20px;
}

.devis h4{
    font-weight: 400;
    font-size: 2em !important;
    color: #F79520;
}

.devis h2{
    font-weight: 600;
    font-size: 2.5em !important;
    line-height: 1.5em !important;
    color: #044372;
}


/* PAGE TYPE */ 

.home-chap h1{
    color: #F79520 !important;
    font-size: 3em !important;
    font-weight: 700;
    margin-bottom: 50px;
}

.home-chap p{
    color: #044372;
}










/* 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 : 77%;
    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: 1.5em;
    transition : all 0.5s ease;
    padding-top: 10px;
  }

  .int-modal:hover .fond-modal h1{
      padding-top: 100px !important;
      margin-top: 100px !important;
  }


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