/* GENERAL
********************************************************************************/  
body {
  font-family: 'GloberBook';
}

.row.full-width {
  width: 100%;
  max-width: 100%; 
}

.row {
  font-family: 'GloberRegular'
}

a:focus {
    outline-width: 0;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  background: maroon;
  font-style: none;
}

.error > label > small {  
  text-transform: none;
  font-style: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'GloberRegular'
}


/* HEADER
********************************************************************************/  
#header {
  background: url(../img/header-bg.jpg) no-repeat rgba(89, 171, 222, 1);
  background-position: center center;
  background-size: cover;
  height: 500px;
}

#header h1 {
  margin-top: 400px;
    color:white;
    text-align: center;
      font-family: 'GloberRegular';
}

#header h2 {
  display:none;
}

#logo {
	width: 280px;
	height: 120px;
	display:block;
	background:url(../img/Logo.png) no-repeat;
	background-size:cover;
	z-index: 1500;	
	position: absolute;
	left:20px;
	top:20px;
}

	/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    
    #logo {
			width: 130px;
			height: 55px;	
			left:8px;
			top:8px;			
	  }
    
    
  }

/* BLOC
********************************************************************************/  
.bloc {
  padding: 50px 0;
}

.bloc h3 {
  font-size: 300%;
  font-family: 'GloberHeavy';
  margin: 0 0 40px 0;
  color: rgba(52, 103, 134, 1)  ; 
  color:rgba(89, 171, 222, 1);

}

.row h4 {
  text-transform: uppercase;
  font-weight: 100;
  color: rgba(52, 103, 134, 1)   
}

.info {
  float: right;
  background:rgba(89, 171, 222, 1);
  color:white;  
}

/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    .row h4 {
      margin-top: 20px;
    }
    
  .bloc h3 {
  font-size: 8vw;
    }
  }


/* PROBLEME
********************************************************************************/  
#problem {
  min-height: 500px;
  margin-bottom: 50px;
}

.message {
  font-size: 200%;
  text-align: center;
}

#problem  {
  text-align: center
}

/* SOLUTIONS
********************************************************************************/  
#solution {
  background: rgba(89, 171, 222, 0.1) ;
  padding-bottom:40px;
}

.solution-nav {
  color:#333;
  border-radius: 4px;
  padding: 8px;
  display: block;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border:1px solid rgba(89, 171, 222, 0.5) ;
}

#solution ul {
  list-style-position: inside;
   list-style: none; 
}

.solution-nav:hover {
  color:#333;
  background: rgba(255,255,255,0.5);
}  

.solution-nav.selected {
  background:white;
  box-shadow: 0px 1px 15px rgba(89, 171, 222, 0.5) ;
}

	/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    
    #solution ul {
      margin: 10px 0 10px;
    }
    
  }
  
.vertical-line {
  width: 1px;
  height: 30px;
  border-left: 1px dotted rgba(89, 171, 222, 0.5) ;;
  margin: 0 auto;
}  

/* DETAIL
********************************************************************************/  
#details .tabs dd {
  width: 25%;
  text-align: center;
  border-bottom: 3px solid rgba(89, 171, 222, 1);
}

#details .tabs dd a{  
  background: none;
  font-family: 'GloberRegular';
}

#details h6 {
    font-family: 'GloberRegular'
}

#details .content {
  padding: 0;
}

#details .tabs dd.active  a{
    color:rgba(89, 171, 222, 1); 
    font-weight: bold;
}

#details .tabs dd.active {
  border-bottom: none;
  border-top:   3px solid rgba(89, 171, 222, 1);
  border-left:  3px solid rgba(89, 171, 222, 1);
  border-right: 3px solid rgba(89, 171, 222, 1);  
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#details .tabs-content {
  border-bottom: 3px solid rgba(89, 171, 222, 1);
  border-left:   3px solid rgba(89, 171, 222, 1);
  border-right:  3px solid rgba(89, 171, 222, 1);
  padding: 0px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  text-align: center;
}

#details .owl-page span{
  background: rgba(89, 171, 222, 1);
}

/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    
    #details .tabs dd{
      width: 100%;  
      border: none;
    }
    
    #details .tabs dd.active {
      color:white;
      background: rgba(89, 171, 222, 1);
      border:none;
      border-radius: 0;
    }
    
    #details .tabs dd.active a {
      color:white;
    }
    
    #details .tabs-content {
      border-top: 3px solid rgba(89, 171, 222, 1);  
        border-radius:4px;
    }  
  }
  
	/* TABLETTE */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px)  {
	  .tabs dd > a, .tabs .tab-title > a {
	
			font-size:0.7rem

	  }	
	}  


/* TECHNIQUE
********************************************************************************/  
#technique {
  background: rgba(89, 171, 222, 0.1) 
}


/* MOBILE */
  @media screen 
  and (min-device-width : 320px) 
  and (max-width: 568px) {
    #technique img {
      
      margin-bottom: 20px;
    }
  }


/* PIED DE PAGE
********************************************************************************/  
#footer {
  background: rgba(89, 171, 222, 1);
  min-height: 500px;
  color:white;
}

#footer h3 {
  color:white;
}

#footer h4, #footer h5 {
  color:white;
  text-align: center;
  margin: 12px auto;
}

#footer a {
  color:white;
  font-weight: 700;
  border-bottom:1px dotted rgba(255,255,255,0.5);
}

span.prefix {
  text-align: left;
  padding: 0 8px;
  background: #E8F1F6;
  border: none;
}

.send {
  float: right;
}

#credits {
  background: rgba(89, 171, 222, 1);
  color:white;
/*   padding: 20px 0 50px; */
  font-weight: 10px;
}

#credits .bloc {
  font-size: 80%;
  text-align: right
}

#credits a {
  color:white;
  font-weight: 100;
  border-bottom:1px dotted rgba(255,255,255,0.4);
}