

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


*/

body {
    background-color: #fff !important;
}

::selection {
    color: #35B8C4;
    background-color: #1A252B;
  }


/* BUTTON */

.btn-blue {
    background: -moz-linear-gradient(180deg, rgba(28,116,127,1) 0%, rgba(53,184,196,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(28,116,127,1) 0%, rgba(53,184,196,1) 100%);
    background: linear-gradient(180deg, rgba(28,116,127,1) 0%, rgba(53,184,196,1) 100%);
    border: 0px;
}

.btn-blue-2 {
    background-color: #1C747F !important;
    border: 1px solid #1C747F !important;
    transition: all 0.5s ease;
}

.btn-white {
    background-color: #fff !important;
    color: #1C747F !important;
    transition: 0.5s all ease;
}


.btn-white:hover{
    background-color: #1A252B !important;
    color: #35B8C4 !important;
    border: none !important;
    transition: 0.5s all ease;
}


/* ASSETS */

.line-white {
    width: 97%;
    height: 2px;
    background-color: #35B8C4;
    margin: 0 auto;
    align-content: center;
}

.text-blue {
    color: #1A252B;
}

.text-light-black {
    color: #1A252B !important;
    font-weight: 400;
    font-size: 0.75em;
}

.text-light h3{
    color: #35B8C4;
    font-size: 2em;
}

.text-light h2{
    color: #fff;
    font-size: 7em;
}

.text-light p{
    color: #fff;
    font-size: 1.5em;
}

.trait-blue {
    width: 150px;
    height: 5px;
    background-color: #35B8C4;
    margin: 0 auto;
}

.trait-blue-left {
    width: 150px;
    height: 5px;
    background-color: #35B8C4;
}

/* HEADER */ 


.header-inner img {
    width: 85% !important;
}

.header-txt {
    background-color: #fff !important;
}


.txt-ok .col-lg-5 h4{
    color: #35B8C4;
    font-size: 1em;
}

.txt-ok .col-lg-5 h2{
    color: #1C747F;
    font-size: 3em;
    font-weight: 700;
}

.txt-ok .col-lg-5 p{
    font-size: 1em;
}

.txt-ok .title-ok h4{
    font-size: 1.75em !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.txt-ok .title-ok span{
    text-decoration: underline;
    color: #1C747F !important;
}

.txt-ok .col-lg-6 h4{
    font-size: 1.5em;
    font-weight: 700;
    color: #1C747F;
}

.title-uppercase {
    font-size: 2.5em !important;
}

.card-glassmorphism {
    background: rgba( 255, 255, 255, 0.20 );
    backdrop-filter: blur( 2.5px );
    -webkit-backdrop-filter: blur( 2.5px );
    border-radius: 1.5em;
    padding: 20px;
    margin-top: 30px;
}

.card-solutions {
    background: rgb(28,116,127);
    background: -moz-linear-gradient(180deg, rgba(28,116,127,1) 0%, rgba(53,184,196,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(28,116,127,1) 0%, rgba(53,184,196,1) 100%);
    background: linear-gradient(180deg, rgba(28,116,127,1) 0%, rgba(53,184,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c747f",endColorstr="#35b8c4",GradientType=1);
}

.card-solutions .col-md-4{
    padding: 20px;
}

.card-solutions h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 2em !important;
    color: #1A252B;
}

.card-glassmorphism h2{
    color: #fff;
    font-weight: 700;
}

.card-glassmorphism p{
    color: #fff;
    font-weight: 400;
}

.text-important {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3em !important;
    line-height: 1em;
    color: #fff;
}

.logo-slider img {
    width: 33% !important;
}

.logo-slider li {
    list-style: none;
    display: inline !important;
}

.text-slider h2 {
    color: #1C747F;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 3em !important;
}

.img-solutions img {
    width: 100% !important;
}




/* PROCESS */ 

.box-process h2{
    color: #35B8C4;
    font-size: 5em;
    font-weight: 700;
}

.box-process h4{
    color: #1C747F;
    font-size: 3em;
    font-weight: 700;
}

.box-process .text-right h2 {
    color: #1C747F;
    padding: 20px;
}

.box-process .col-lg-8 .col-lg-4 {
    background-color: #F7F9FB;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
}

.box-process .col-lg-8 .col-lg-3 {
    background-color: #F7F9FB;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
}

.box-process .txt-light-blue {
    font-weight: 400;
    font-size: 0.75em !important;
}

.card-about {
    background: radial-gradient(circle at right top, #35B8C4 38%, #1C747F 66%);
    color: #fff !important;
    border-radius: 2em;
    padding: 20px;
}


/* TESTIMONIAL */ 

.testimonial .col-lg-4 {
    margin-top: 50px;
}

.testimonial .col-lg-4 h1{
    font-size: 3em;
    color: #1C747F !important;
    font-weight: 700 !important;
}

.testimonial .col-lg-4 p{
    color: #1A252B !important;
}



/* PAGE ABOUT */ 

.about-txt h2 {
    font-weight: 700;
}

.txt-big {
    font-weight: 700;
    font-size: 2em;
}

.txt-bold {
    font-weight: 700;
}

.button-center {
    text-align: center !important;
    margin: 0 auto;
}

.atout h1 {
    color: #1A252B !important;
}

.atout p {
    color: #1A252B !important;
}


.text-start h2 {
    font-weight: 700;
    font-size: 3em;
}

.text-end h2 {
    font-weight: 700;
    font-size: 3em;
}

.contact2 h2 {
    color: #1C747F !important;
    font-weight: 700;
    font-size: 4em;
}

.contact2 p {
    color: #35B8C4 !important;
    font-size: 1.5em;
}



/* PRINT */ 

.services h1 {
    color: #fff !important;
    font-weight: 700;
}

.services p {
    color: #1A252B !important;
}

.print h2 {
    font-weight: 700 !important;
    color: #1A252B;
    font-size: 1.5em;
}

.print p {
    font-weight: 400 !important;
    color: #1C747F;
}

.print {
    margin-top: 30px;
}

.project-description {
    margin-top: 30px;
}

.bold-blue {
    font-weight: 700;
    font-size: 1.5em !important;
    color: #1C747F;
    opacity: 1 !important;
}


.sur-mesure {
    background: radial-gradient(circle at right top, #35B8C4 38%, #1C747F 66%);
  opacity: .9;
}


.print-blc h2 {
    font-weight: 700 !important;
    color: #fff;
    font-size: 1.5em;
}

.print-blc p {
    font-weight: 400 !important;
    color: #fff;
}

.print-blc  {
    margin-bottom: 30px;
    margin-top: 30px;
}

.map-region img {
    transform: rotate(20deg);
    transition: all 0.5s ease;
    width: 50% !important;
    opacity: 0.5;
    margin: 0 auto !important;
}

.map-region:hover img {
    transform: rotate(0deg);
    width: 55% !important;
    opacity: 1;
}

.map-region  {
    margin-top: 30px;
}

.map-region h1 {
    color: #fff;
    font-size: 2em;
    margin-top: 30px;
    margin-bottom: 50px;
}

.lien-map {
    width: 90%;
}



/* TEST */ 

.modalok img {
    width: 100%;
}

.box-services-a img {
    width: 100%;
}



/* MODAL */ 

.modalok .col-lg-6 a {
    width: 100%;
}


.int-modal {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    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: radial-gradient(circle at right top, #35B8C4 38%, #1C747F 66%);
    opacity: 0.8;
    position : relative;
    top : 80%;
    transition : all 0.5s ease;
  }
  
  .int-modal:hover .fond-modal {
    width: 100%;
    height: 100%;
    background-color : blue ;
    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: 170px;
  }


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





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



/* CONTACT */ 

.fonction {
    color: #35B8C4 !important;
}

.contact-team {
    background: radial-gradient(circle at right top, #35B8C4 38%, #1C747F 66%);
}


.contact-team .heading-text h2{
    color: #fff;
    font-weight: 700;
    font-size: 5em;
}

.contact-team .heading-text p{
    color: #fff;
    font-weight: 400;
    text-align: left;
}

.team-members h2 {
    color: #1C747F;
    font-weight: 700;
    font-size: 5em;
}

.team-members .col-lg-12 {
    border-bottom: 2px solid #35B8C4;
    margin-bottom: 20px;
}

.team-member {
    background-color: #F7F9FB;
}

.test05 {
    width: 100%;
    background-color: red;
}



.blurslider-line {
    background: -webkit-linear-gradient(circle at right top, #35B8C4 38%, #1C747F 66%) !important ; 
}

.header-txt .col-md-4 img {
    width: 100%;
}

.pictures-fly img, .pictures-fly2 img, .pictures-fly3 img, .pictures-fly4 img {
    width: 30% !important;
}

.pictures-fly5 img{
    width: 5% !important;
}

.pictures-fly {
    position: absolute !important;
    left: 0%;
    top:35%;
    transform: rotate(-15deg);
}

.pictures-fly2 {
    position: absolute !important;
    right: -20%;
    top:45%;
    transform: rotate(20deg);
}

.pictures-fly3 {
    position: absolute !important;
    right: -2.5%;
    top:35%;
    transform: rotate(20deg);
}

.pictures-fly4 {
    position: absolute !important;
    right: -27%;
    top:20%;
    transform: rotate(20deg);
}

.pictures-fly5 {
    position: absolute !important;
    right: -60%;
    top:-3%;
    transform: rotate(-20deg);
}

/* PAGE TYPE */ 

.sticky-sidebar h2 {
    color: #fff !important;
    font-weight: 700 !important;
}

.sticky-sidebar h3 {
    color: #fff !important;
    font-weight: 400 !important;
}

.icon-grid {
    color: #1C747F !important;
}

.post-prev-title, .post-next-title {
    color: #1C747F !important;
    font-weight: 700;
}

.post-prev-title span, .post-next-title span {
    color: #35B8C4 !important;
}

.project-description h3 span{
    font-weight: 700 !important;
}


/* FOOTER */ 

.widget img {
    width: 70%;
}

.background-img {
    background-image: url(../images/home-agence.jpg);
    background-size: 100%;
}

.txt-contact h2 {
    color: #1C747F;
    font-size: 3em;
    font-weight: 700;
}

.txt-contact p {
    color: #1A252B;
    font-size: 1.5em;
    font-weight: 400;
}

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

    .background-img {
        background-image: none;
        background: radial-gradient(circle at right top, #35B8C4 38%, #1C747F 66%) !important; 
    }

}