/*Wrapping element for Sticky-Footer*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
/*titre de niveau 1 en bleu*/
h1, h2 {
  
  font-size: 2rem;
  text-align: center;
  color: red;
  /*text-shadow: 2px 2px 10px black;*/

}
html {
  	/*min-height: 100%;*/
  	font-size: 10px;
	background-color: #a9a9a9;
	/*position: relative;*/
	background-color: white;
}
body {
    margin-bottom: 60px;	
    margin-bottom: 60px;
	margin-left: 60px;
    background-color: lightgrey;	
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	/*background-color: white;  Le fond de la page sera blanc */
   /* color: grey;  Le texte de la page sera noir */
	width: 80%;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
/*body {
	font: 400 16px/1.5 "Segoe UI", "Helvetica Neue", Roboto, Arial, sans-serif;
	margin: 5;*/
}
nav, article, aside, footer {
  background-color: white;
  padding: 1%;
}
nav {
  height: 50px;
  background-color: yellow;
  display: flex;
  margin-bottom: 10px;
}
nav ul {
  padding: 0;
  list-style-type: none;
  flex: 2;
  display: flex;
}

nav li {
  display: inline;
  text-align: center;
  flex: 1;
}
nav a {
  display: inline-block;
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
main {
  display: flex;
}
article {
  flex: 4;
}
.menu {
	background: blue;
	display: flex;
	justify-content: center;
	
}

.menu-item {
	color: #fff;
	text-decoration: none;
	background: transparent;
	transition: .25s ease-in-out;
	padding: 0rem 1rem;
	border-left: 1px solid rgba(0, 0, 0, .25);
}

.menu-item:last-child {
	border-right: 1px solid rgba(0, 0, 0, .25);
}

.menu-item:hover {
	background: #033633;
}
.banniere {
    padding: 100px; /* Vous ne connaissez pas encore cette propriété mais elle permet d'ajouter de l'espace dans notre élément*/
    background-image: url("testprotec/P1010904.jpg");
	background-repeat: no-repeat;
	background-size: 728px 300px;
	/*text-align: center;*/
	margin-left: 10em;
	
}

a:link {
  color: blue;
} /* Liens non visités */
a:visited {
  color: purple;
} /* Liens visités La pseudo-classe :visited permet de modifier l'aspect d'un lien après que l'utilisateur l'a visité. Pour des raisons relatives à la vie privée, les propriétés qui peuvent être utilisées sont restreintes. */
a:hover {
  background: yellow;
} /* Liens survolés La pseudo-classe :hover permet de spécifier l'apparence d'un élément au moment où l'utilisateur le survole avec le pointeur, sans nécessairement l'activer. */
a:active {
  color: red;
} /* Liens actifs */

p:active {
  background: white;
} /* Paragraphes actifs La pseudo-classe :active permet de cibler un élément lorsque celui-ci est activé par l'utilisateur. Elle permet de fournir un feedback indiquant que l'activation a bien été détectée par le navigateur.*/


form :active {
  color: red; /* elements de formulaire actifs*/
}

form button {
  background: white;
}

p {
	color: grey;
	}
	
.forecast {
  margin: 0;
  padding: 0.3rem;
  background-color: #eee;
}	
/*article {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}*/

footer {
  display: flex;
  justify-content: center;
  padding: 5px;
  background-color: #45a1ff;
  color: yellow;
}
/*Sticky-Footer
------------------------------------*/
.sticky-footer {
  	position: absolute;
  	bottom: 10;
  	width: 100%;
  	padding: 5px;
  	/* Set the fixed height of the footer here */
  	height: 60px;
}

.sticky-footer .copyright-space {
	/*color: black;*/
	text-align: center;
}	
.ma-classe {
    color: red;
}
.warning {
  border: 10px ridge #f00;
  background-color: lightgrey;
  padding: 40px;
  display: flex;
  position: absolu;
  top: 10px;
  left : 10px;
  /*margin:200px;*/
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 40em;
  Height: 200px;
  width : 400px;
  flex-direction: column;
  
}

.warning img {
  width: 50%;
  
}

.warning p {
  font: small-caps bold 1.2rem sans-serif;
  text-align: center;
}

.elem1 {
    font-size: 8px;
}
.elem2 {
    font-size: 16px;
}
.elem3 {
    font-size: 24px;
}
.elem4 {
    font-size: 32px;
}
.elem5 {
    font-size: 1em;
}
.elem6 {
    font-size: 1.5em;
}
.elem7 {
    font-size: 2em;
}

.thin {
  font-weight: 100;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}

.italiquestyle{
font-style: italic;
}
.normalstyle{
font-style: normal;
}

.centré{
text-align: center;
}
.droite{
text-align: right;
}
.gauche{
text-align: left;
}
.souligné{
text-decoration: underline;
}
.barré{
text-decoration: line-through;
}
.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}

.service-or {
    overflow: hidden;
    position: relative;
}

.service-block-v2 .service-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 15px;
    /*background: rgba(255,255,255,0.2);*/
	background: rgba(255, 102, 0,0.9);
	border-radius: 15px 0 15px 0;
}

.service-block-v2 .service-block-in i, .service-block-v2 .service-block-in h4, .service-block-v2 .service-block-in p {
    color: #fff;
}

.service-block-v2 .service-block-in i {
    font-size: 40px;
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
// APP.CSS
a, a:focus, a:hover, a:active, button, button:hover {
    outline: 0 !important;
}
a.btn-u {
    /* padding: 4px 13px; */
    /* vertical-align: middle; */
}
.btn-u.btn-brd {
    color: #555;
    background: none;
    padding: 5px 13px;
    border: solid 1px transparent;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.btn-u.btn-brd {
    border-color: #72c02c;
}
.btn-u.btn-brd.btn-u-light {
    color: #fff;
    border-color: #fff;
}