/* Design du Site */
* {
  box-sizing: border-box;
}
body { 
  width: 100%;
  margin: auto;
  font-family: Verdana, sans-serif;
  background:rgb(250,250,250);
}
a { 
text-decoration: none;
}

/*cadre1-entetes*/
#cadre1-entetes
{ 
width: 100%; 
height:50px;
background-color: rgb(0,120,180);
margin: auto;
padding:15px;
text-decoration:none;
}

#nav
{
    display: inline-block;
    float:right;
}

#nav ul
{
    list-style-type: none;
}

#nav li
{
    display: inline-block;
}

#nav a
{
	font-weight: bold;
    color:rgb(215,215,215);
    text-decoration: none;
}

#nav a:hover
{
color:rgb(215,107,0);

}

/* Header */
.header {
  overflow: hidden;
  background-color: rgb(0,120,180);
}

.header-right {
  float: right;
}

.header-right .icon {
  display: none;
}

.header a {
  display: inline-block;
  text-align: left;
  color: rgb(215,215,215);
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 18px; 
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: ;
  color: rgb(215,107,0);
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}

.header-right a {
  float: left;
  color: rgb(215,215,215);
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
}

@media screen and (max-width: 700px) {
  .header-right a:not(:first-child) {display: none;}
  .header-right a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .header-right.responsive {position: relative;}
  .header-right.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-right.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Slideshow */
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 80%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
text-align:center;
}

.text a{
 color: rgb(215,107,0);
  font-size: 18px;
  font-weight: bold;
text-decoration: none;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.column1 {
  width: 100%;
  padding: 15px;
}

.column1 a {
  display: block;
  font-weight: bold;
  color: rgb(0,120,180);
  text-decoration: none;
  cursor: pointer;
  padding: 15px;
}
 

.column1 a:hover {
  color: rgb(215,107,0);
}



.column2 {
  width: 100%;
  background-color: rgb(255,255,255);
  padding: 15px;
  color: rgb(55,55,55);
  text-align: justify;
}

/* page prestations, réalisations, ...  */
#menu-prestations ul
{
 list-style-type:none;
 
}
#menu-prestations li a
{
color:rgb(0,102,204);
}


/* page inscription */
#formulaire-client a
{
text-decoration: none;
}

#formulaire-client input
{
width: 50%;
}

#formulaire-client input
{
height: 40px;
}

#formulaire-client label
{
font-weight:bold;
}

#formulaire-client select
{
width: 50%;
}

#formulaire-client select
{
height: 40px;
}

.bouton-inscription
{
    width: 302px;
	background-color: rgb(215,215,215);
	border: none;
	border-radius:5px;
	cursor: pointer;
	color:rgb(0,102,204);
}

.bouton-inscription:hover
{
background-color: rgb(225,225,225);
color: rgb(215,107,0);
}

@media screen and (max-width: 500px) {
#formulaire-client input
{
width: 100%;
}
#formulaire-client select
{
width: 100%;
}
  }
  
#erreur
{
width: 100%;
background-color: rgb(230,230,230);
color: red;
}

#ok
{
width: 100%;
background-color: rgb(230,230,230);
color: green;
} 

/* page projet */

#cadre1-cadre1-rtajoutprojet, #cadre0-cadre1-rtajoutprojet, #cadre2-cadre1-rtajoutprojet, #cadre3-cadre1-rtajoutprojet, #cadre4-cadre1-rtajoutprojet
{
    width: 100%;
	margin-top: 0px;
	color:rgb(0,102,204);
	cursor: pointer;
}
	
#cadre1-cadre1-rtajoutprojet:hover, #cadre0-cadre1-rtajoutprojet:hover, #cadre2-cadre1-rtajoutprojet:hover, #cadre3-cadre1-rtajoutprojet:hover, #cadre4-cadre1-rtajoutprojet:hover
{ 
background-color:rgb(255,255,255);
color:rgb(215,107,0);
}

#cadre5-cadre1-rtajoutprojet, #cadre6-cadre1-rtajoutprojet, #cadre7-cadre1-rtajoutprojet, #cadre8-cadre1-rtajoutprojet
{
    width: 100%;
    margin: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: rgb(255,255,255);
	display:none;
}

#cadre4-cadre1-rtajoutprojet a, #cadre5-cadre1-rtajoutprojet a, #cadre6-cadre1-rtajoutprojet a, #cadre7-cadre1-rtajoutprojet a, #cadre8-cadre1-rtajoutprojet a, #cadre0-cadre1-rtajoutprojet a
{
text-decoration:none;
color:rgb(0,102,204);
cursor:pointer;
}

#cadre5-cadre1-rtajoutprojet a:hover, #cadre6-cadre1-rtajoutprojet a:hover, #cadre7-cadre1-rtajoutprojet a:hover, #cadre8-cadre1-rtajoutprojets a:hover
{ 
background-color:white;
color:rgb(215,107,0);
}

#cadre5-cadre1-rtajoutprojet li, #cadre6-cadre1-rtajoutprojet li, #cadre7-cadre1-rtajoutprojet li, #cadre8-cadre1-rtajoutprojet li
{
 margin-top:2px;
 padding-left:10px;
  padding-right:10px;
 background-color: rgb(255,255,255);
 list-style-type:none;
}

.footer {
  height: 100%;
  background-color: rgb(0,120,180);
  color: rgb(215,215,215);
  text-align: center;
  text-decoration: none;
  font-size: ;
  padding: 15px;
}
.footer a{
  color: rgb(215,215,215);
  text-decoration: none;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}








