html, body, #bloc_page
{
height:100%;
margin:0;
padding:0;
text-align:center;
font-family:"Roboto", sans-serif;
font-optical-sizing:auto;
font-weight:300;
font-style:normal;
font-variation-settings:"wdth" 100;
}

#invisible
{
height:20%;
margin:0;
padding:0;
text-align:center;
}

#logo
{
display:inline-block;
vertical-align:middle;
}


.navbar
{
  overflow: hidden;
  /* background-color: #333; */
  position: fixed; /* Set the navbar to fixed position */
  font-family:"Roboto", sans-serif;
  font-optical-sizing:auto;
  font-weight:300;
  font-style:normal;
  font-variation-settings:"wdth" 100;
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 10;
}

/* Links inside the navbar */
.navbar a {
  /* float: none; */
  /* display: block; */
  color: black;
  text-align: center;
  /* padding: 14px 16px; */
  padding: 5px 20px;
  font-size:16px;
  text-decoration: none;
  z-index: 1;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

/* Main content */
.main {
  margin-top: 120px; /* Add a top margin to avoid content overlay */
}

.main_extended {
  margin-top: 154px; /* Add a top margin to avoid content overlay */
}

.title_mentions {
    background-image: url('images/bandeau-prestations.jpg');
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
    /* position: relative; */
	height: 400px;
	width: 100%;
}

.title_mentions h1{
   color: white;
   font-family:"Roboto", sans-serif;
   font-optical-sizing:auto;
   font-weight:300;
   font-style:normal;
   font-variation-settings:"wdth" 100;
   font-size:40px;
   -webkit-text-stroke: 2px black;
   position: relative;
   top: 40px;
   right: 0px;
   text-align : right;
   padding: 50px;
   margin: 50px;
   z-index: 1;
}

.title_prestation {
    background-image: url('images/bandeau-prestations.jpg');
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
    /* position: relative; */
	height: 400px;
	width: 100%;
}

.title_prestation h1{
   color: white;
   font-family: "Arial";
   font-size:40px;
   -webkit-text-stroke: 2px black;
   position: relative;
   top: 40px;
   right: 0px;
   text-align : right;
   padding: 50px;
   margin: 50px;
   z-index: 1;
}

.title_contact {
    background-image: url('images/bandeau-contact.jpg');
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
    /* position: relative; */
	height: 400px;
	width: 100%;
}

.title_contact h1{
   color: white;
   font-family:"Roboto", sans-serif;
   font-optical-sizing:auto;
   font-weight:300;
   font-style:normal;
   font-variation-settings:"wdth" 100;
   font-size:40px;
   -webkit-text-stroke: 2px black;
   position: relative;
   top: 40px;
   right: 0px;
   text-align : right;
   padding: 50px;
   margin: 50px;
   z-index: 1;
}

.infos {
	background-image: url('images/carte-contact.jpg');
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
    /* position: relative; */
	height: 259px;
	width: 400px;
	border: solid 1px;
	border-color: black;
}

.infos h5{
   color: black;
   font-family:"Roboto", sans-serif;
   font-optical-sizing:auto;
   font-weight:300;
   font-style:normal;
   font-variation-settings:"wdth" 100;
   font-size:15px;
   position: relative;
   top: 140px;
   right: 0px;
   text-align : right;
   padding: 10px;
   margin: 10px;
   z-index: 1;
}

.infos a {
  color: black;
  text-decoration: none;
  z-index: 1;
}

/* Change background on mouse-over */
.infos a:hover {
  background: #ddd;
  color: black;
}

.mentions a {
  color: white;
  text-decoration: none;
  z-index: 1;
}

/* Change background on mouse-over */
.mentions a:hover {
  background: #ddd;
  color: white;
}

.chaine-youtube a {
  color: black;
  text-decoration: none;
  z-index: 1;
}

/* Change background on mouse-over */
.chaine-youtube a:hover {
  background: #ddd;
  color: white;
}

.curriculumvitae {
  width: 100%;
  border: 3px solid #e53d2f;
  padding: 20px;
}

.title_curriculumvitae {
  width: 100%;
  text-align: center;
  background-color: #e53d2f;
  color: white;
  font-family:"Roboto", sans-serif;
  font-optical-sizing:auto;
  font-weight:300;
  font-style:normal;
  font-variation-settings:"wdth" 100;
  font-size:15px;
  padding: 10px;
}

.bouton a {
display:block;
width:150px;
line-height:50px;
text-align:center;
vertical-align:middle;
background-color: #e53d2f;
border-radius: 14px;
color:white;
text-decoration:none;
}
.bouton a:hover {
background:linear-gradient(#e53d2f, #417438, #e53d2f);
}
.bouton_disabled a {
display:block;
width:150px;
line-height:50px;
text-align:center;
vertical-align:middle;
background-color: #7f817f;
border-radius: 14px;
color:white;
text-decoration:none;
}

.form_error {
  background-color: #ffbbbb;
}

#overlay3{
    display: block;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlay3:target{
    display: block;
}
.popup_block_ok{
	color: white;
    background: #e53d2f;
    padding: 20px;
    border: 20px solid #ddd;
    position: relative;
    margin: 10% auto;
    width: 40%;
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
}

.popup_block_error{
	color: white;
    background: #dc1616;
    padding: 20px;
    border: 20px solid #ddd;
    position: relative;
    margin: 10% auto;
    width: 40%;
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
}

img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}

