
@charset "utf-8";
/* CSS Document */

/*----------------------------------------*/

/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */


/* bleu logo dark : #446D8C
/* bleu logo light : #11CFFF

/*vert veto light : #74CBC8
/*vert veto dark : #358E8C

/*-----------------------------------------*/
/*  BASIC
/*--------------------------------------- */

html {
  scroll-behavior: smooth;
}

::-moz-selection {
  /* Code for Firefox */
  background-color: #2482ff;
  color: #fff;
}

::selection {
  background-color: #2482ff;
  color: #fff;
}

/*------------------------------------------*/

body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.625em;
  position: relative;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {display: block;}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

/*---------Typography------------*/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {background: #f9f9ff;}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {clear: both;}

.float-left {float: left;}

.float-right {float: right;}

.text-italic {font-style: italic;}

.white {color: #fff;}
.blue-d {color: #446D8C;}
.blue-l {color: #11CFFF;}
.green-d {color: #358E8C;}
.green-l {color: #74CBC8;}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-rigth {
  text-align: right;
}


.display-table {display: table;}

.light {color: #fff;}

.dark { color: #000;}

.relative {position: relative;}

.overflow-hidden {overflow: hidden;}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {width: 100%;}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {padding: 0;}
.top2em {padding-top:2em;}

.section-bg {background: #f9fafc;}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

b, sup, sub, u, del {
  color: #fcd2ff;
}

h1 {font-size: 36px; font-weight:300; text-transform:uppercase;}


h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}
h1, h2, h3, h4, h5, h6 {line-height: 1.5em;}

/*----------------NAV----------------------*/

.header{ background-color:#f9f9ff;}

.logo {width:180px; }
.logo a {width:180px; }
 
nav {
  margin-right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform-origin: 100% 50%;
}
.navbar-brand {
    margin-right: 2rem;
	padding:0;
	border:none;
}
.navbar-brand a:hover, a:focus, a:active{
background-color: transparent!important;
}

.navbar {padding:0;}


.navbar-nav {margin-top: 1.5em;}

.navbar-toggler {
	margin-top:10px;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background:#11CFFF;
    border: 1px solid #74CBC8;
	color:#fff!important;
}

nav a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px;
  padding: 15px;
  display: inline-block;
}

.navbar-dark .navbar-nav .nav-link {color:#000;/*color: rgba(255, 255, 255, 0.5);*/	}
.nav-link {border:1px solid #ccc;border-radius:5px;}
.nav-item a {background-color: #fff;}
.nav-item a:hover, a:focus, a:active {background-color: #74CBC8;}


@media (max-width: 991px) {
  
nav {
    margin-right: 0;
    right: 0;
    text-align: right;
    z-index: 5;
}
  
nav a {margin: 5px; padding: 5px; color: #2482ff;}
nav a:hover {color: #2482ff;}
 
.navbar-nav .nav-item a {padding: 0.5em 1em;}
.navbar-nav .nav-item a:hover {color:#ccc;}

.navbar-nav {margin-top: 1.3em;}
.logo {width:140px; }
}

/*-----------BANNER-----------*/

.banner-area {
  background-color: #f9f9ff;
  margin-bottom: 4em;
  padding:2em;
}

.banner-area i.fa {
    text-align: center;
    font-size: 25px;
    background-color: #fff;
    color: #11CFFF;
    padding:10px 0 0 0 ;
    border-radius: 50px;
	border : 3px solid #446D8C;
    margin:0 0.25em 0.5em 0;
    width: 50px;
    height: 50px;
    transition: background-color 0.5s;
}

.banner-content h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.15em;
  margin-bottom: 20px;
  letter-spacing:2px;
}

.banner-content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.banner-content h3 {
  margin-bottom: 10px;
}


@media (max-width: 1199px) {
  .banner-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .banner-content {
    margin-top: 20px;
    text-align: center;
  }
    .banner-content h1 {
    font-size: 26px;
  }
    .banner-content h1 br {
    display: none;
  }  
    .banner-content p br {
    display: none;
  }
    .img-right img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .banner-area .fullscreen {
	height: 600px !important;
  }
}

@media (max-width: 414px) {
  .banner-content h1 {
    font-size: 28px;
  }
}

/*----------------COMMON----------------------*/

.header-text {
  color:#000;
  padding:20px 0 0 0;
}

.card {
  border:1px solid#ccc;
  border-radius:5px;
  padding:1em;
  margin-bottom:0.5em;
}

.box {
  border:1px solid#ccc;
  border-radius:5px;
  padding:1em;
  margin-bottom:0.5em;
}

/*--------------#HOME---------------------*/

.home-site .content{padding: 0 30px;}

.home-site h5 {
  margin-bottom:1em;
  color:#446D8C;
  font-weight:500;
}

.home-site i {
  color:#11CFFF;
  font-size:1.2em;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #f1eeed;
  border-left: 1px solid #f1eeed;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed;
  overflow: hidden;
  background: #fff;
  height: 120px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 100%;
 /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

.clients .client-logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.3);
}



/*--------------#EXEMPLE---------------------*/

.title-exemple {
	margin-bottom: 1em;
	text-align:center;
	font-size:24px;
	font-weight:700
}

/*--------------#SITE---------------------*/

.site .content{padding: 20px 30px;}

.site h5 {
  color:#446D8C;
  font-weight:500;
}

.site i.fa {
    text-align: center;
    font-size: 35px;
    background-color: #fff;
    color: #11CFFF;
    padding:5px 0 0 0 ;
    border-radius: 50px;
	border : 3px solid #446D8C;
    margin:10px 10px;
    width: 50px;
    height: 50px;
    transition: background-color 0.5s;
}

/*--------------#INDICATIONS---------------------*/

.indications .card {
  border:1px solid#ccc;
  border-radius:5px;
  padding:0.25em;
}

.indications .img-fluid {
    width: 100%;
    height: auto;
}

.indications h3{
	font-weight:500;
	text-transform:uppercase;
	color:#446D8C;
	margin-top:0.5em;
}
.indications h5{
	font-weight:700;
	text-transform:;
	color:#358E8C;
	margin-top:0.25em;
}

.indications li{
	text-transform:;
	color:#000;
	list-style-type:disc;
	list-style-position:inside;
}

.indications p{
	text-align:justify;
}


.legende{
 	line-height: 1.2em;
	color:#446D8C;
	padding-top:0.5em;

}

/*--------------#DOC---------------------*/

.documents{margin-bottom: 5em;}

.card {min-height:15em;}

.documents p{
	color:#000;
	font-weight:500;
	margin-top:0.5em
}

.pdf-ico{
	width:70px;
	height :auto;
}

/*--------------#TARIFS----------------------*/

.tarifs { 
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.table-tarifs { 
	background:#f9f9ff;
	color:#000000;
	width:100%;
	margin-top:2em;
}

.table-tarifs td{ 
	border:4px solid #fff;
	padding:20px 10px;
}

.size{ min-width:90px;}

/*--------------#footer---------------------*/

.footer-area {
  padding-top: 20px;
  background-color: #222222;
  color:#FFFFFF;
}

.footer-area .content{padding-top: 0;}

.footer-area .footer-nav li {margin-top: 8px;}

.footer-area .footer-nav li a {color: #777;}

.footer-area .footer-nav li a:hover {color: #2482ff;}

h6 {
  color: #fff;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 600;
}

.g-map {width:33%;}

.footer-social a {
  padding: 10px 15px;
  background: #111111;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius:3px;
}

.footer-social i {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-bottom p{color: #fff;}

@media (max-width: 1199px) {
  .footer-social {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .footer-social {
    text-align: left;
  }
}

.footer-bottom {
  padding-top: 20px;
}

.footer-text {
  color: #777;
}

.footer-text a, .footer-text i {
  color: #2482ff;
}

/*-----------------------------------------*/

