
/* =============================== General styles ================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Arial';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #000000;
}

.container {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  padding-top:25px;
}

.containerMenu {
  margin-right: 20px;
  margin-left: 20px;
  display:block;
  text-align:center;
  margin-right:60px;
  
}

.logoCapteole{
	width:250px;
}

.section {
  padding: 150px 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

.menu{
	vertical-align:middle;
	height:100%;
	font-size: 20px;
}
/* =============================== Text styles ================================ */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: 'Arial', sans-serif;
  line-height: 1.2;
  color: white;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.75;
  color:white;
}

a {
  color: white;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: white;
  text-decoration: underline;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

/* =============================== MENU ================================ */

#header {
  background-color: rgba(255, 255, 255, 0.98);
  padding: 10px 5px;
  color: black;
  text-align: center;
  font-size: 20px; 
  font-weight: bold;
  position: fixed;
  top: 0px;
  width: 100%;
  height:180px;
  transition: 0.5s;
  border: none;
   z-index: 999; 
  
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.navbar {
  position: relative;
  display: block;
  height:100%;
}

#mainMenu .logo {
  float: left;
  text-decoration: none;
  text-shadow: none;  
}

#mainMenu .logo:hover {
  color: #fec503;
}

.navigation {
  /* float: right; */
  vertical-align:middle;
  height:100%;
  
}

.liNav{
	height:100%;
	vertical-align:middle;
}

.text-uppercase {
  text-transform: uppercase;
}


.navbar-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  height:100%;
  vertical-align:middle;
}

.ml-auto {
  margin-left: auto;
}

.nav-link {
  font-size: 30px;
  color: #000000;
  height:100%;
  text-decoration: none;
  vertical-align:middle;
}

.nav-link:hover {
  color: #274289;
}

/* ============================================= Banner ===================================================== */

header.banner {
  top:-150px;
  text-align: center;
  color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.banner .banner-text {
  padding-top: 300px;
  padding-bottom: 100px;
}

.banner-enSavoirPlus{
	
}


.banner-text h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 50px;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;  
}

.banner-text .capital-text {
  font-size: 30px;
}

.text-pres-bbd{
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	text-align: left;
}
.divBlocText{
	margin-left:15%;
	margin-right:15%;
	font-size: 15px;
	text-align:left;
}
.divTabPartenaire{
	margin-left:15%;
	margin-right:15%;
	font-size: 15px;
}
.tabSolution{
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	color: #838e98;
	
}
.tabFooter{
	font-family: 'Arial', sans-serif;
	font-size: 30px;
	color: #838e98;
	
}

.alignTop{
	vertical-align:top;
	padding-right:10px;
}

.btn-white {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  padding: 20px 40px;
  font-weight: 700;
  color: #000000;
  background-color: #FFFFFF;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #000000;
  border-radius: 0.25rem;
}

.btn-white:hover {
  background-color: #000000;
  border-color: #FFFFFF;
  text-decoration: none;
}


.container::before {
  content: "";
  box-sizing: border-box;
}

.strophe1 {
  float:center;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
}  


.row::after {
  display: block;
  content: "";
  clear: both;
}

.text-center {
  text-align: center;
}

.col-lg-1 {
  position: relative;
  max-width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 115px;
}


.col-lg-12 {
  position: relative;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

section h2.section-heading {
  font-size: 40px;
  line-height: 1.87;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: -2px;   
}

.text-muted {
  color: #777777;
}

section h3.section-subheading {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Arial', serif;
}

.col-md-4 {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;  
}

.service-img {
  background-image: url();
  background-repeat: no-repeat;
  display: inline-block; 
  left: 0;
  width: 100%;
}

.sprite-commerce {
  height: 77px;
  width: 78px;
  background-position: -10px -10px;  
}

.sprite-laptop {
  height: 77px;
  width: 78px;
  background-position: -108px -10px;  
}

.sprite-locked {
  height: 77px;
  width: 78px;  
  background-position: -206px -10px;  
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}


.bg-light {
  background-color: #f7f7f7;
  color:black;
}

#nom{			
border-radius:0.14em;
width: 200px;
height: 30px;
border: none;
background-color: white;
color:black;
text-align: center; 
font-size:14px;
outline: 0;
}

#message{			
border-radius:0.14em;
width: 500px;
height: 100px;
border: none;
background-color: white;
color:black;
text-align: center; 
font-size:14px;
outline: 0;
}

a.button{
display:inline-block;
border:0.1em solid #FFFFFF;
border-radius:0.12em;
text-decoration:none;
color:#FFFFFF;
text-align:center;
transition: all 0.2s;
}
a.button:hover{
color:#000000;
background-color:rgb(255,255,255);
}
@media all and (max-width:30em){
a.button{
display:block;
margin:0;
}
}

#sendMessageButton{
color: white;
outline: 0; 
background-color: transparent; 
border-color: transparent; 
cursor: default; 
width: 198px; 
height: 30px;
font-family:'Arial', sans-serif;
font-size:15px;
}
#sendMessageButton:hover{
	color:black;
}
