/* ########################## */
/* MEDIA SCREEN LG		     */
/* ########################## */
@media screen and (min-width: 1401px) and (max-width: 1919px) {
html {
  width: 100%;
  height: 100%;
  background-color: #3F3F3F; 
}

img {
  border: none;
}
	
header {
  width: 100%;
  position: fixed;
  top: 0px; left: 0px;
  z-index: 5;
  margin: 0px;
  border: none;
  text-decoration: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  height: 120px;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 1px 5px #9b9b9b;
    -webkit-box-shadow: 0px 1px 5px #9b9b9b;
	-o-box-shadow: 0px 1px 5px #9b9b9b;
    box-shadow: 0px 1px 5px #9b9b9b;
  font-family: "Times New Roman", Verdana, Arial, Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
}

.icon_mail, .icon_horloge, .icon_tel {
  width:35px;
}

.flex-container {
  display: flex;
  height: 120px;
  justify-content: center;
}

.flex-container > div {
  text-align: center;
  margin: 0px 10px 0px 10px;
}

.head-box1 {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 380px;
  min-width: 190px;
}

.head-box1-1 {
  padding: 5px;
}

.head-box1-2 {
  align-self: center;
  font-weight: bold;
  font-size: 20px;
}

.head-box1-1 > a:focus {
  outline:none; 
  box-shadow: 0px 2px 0px rgba(0, 155, 155, 1);
}

.head-box1-1 > a:hover:focus {
  outline:none;
  box-shadow: none;
}

.head-box1-2 > a:link {
  text-decoration: none;
  color: #3F3F3F;
}

.head-box1-2 > a:visited {
  text-decoration: none;
  color: #3F3F3F;
}

.head-box1-2 > a:hover {
  text-decoration: none;
  color: #009B9B;
  outline: none;
}

.head-box1-2 > a:active {
  text-decoration: none;
  color: #009B9B;
  outline: none;
}

.head-box1-2 > a:focus {
  text-decoration: none;
  color: #009B9B;
  outline: none;
  box-shadow: 0px 2px 0px rgba(0, 155, 155, 1);
}

.head-box2 {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 650px;
}

.head-box2-1 {
  align-self: center;
  padding-right: 10px;
}

.head-box2-2 {
 align-self: center;
}

.logo_company {
  height: 90px;
}

.head-box2-1 > a:focus {
  outline:none; 
  box-shadow: 0px 2px 0px rgba(0, 155, 155, 1);
}

.head-box2-1 > a:hover:focus {
  outline:none;
  box-shadow: none;
}

.company {
  height: 30px;
}

.company_link:focus {
  outline:none; 
  box-shadow: 0px 2px 0px rgba(0, 155, 155, 1);
}

.company_link:hover:focus {
  outline:none;
  box-shadow: none;
}

.line_spacing {
  margin-top: 3px;
  margin-bottom: 3px;
  border-top: solid 5px #00CE00;
  min-width: 570px;
}

.dash {
  height: 20px;
}

#activity_1 {
  padding: 0px 0px 0px 12px;
  height: 21px;
  margin-top: 3px;
}

#activity_2 {
  padding: 0px;
  height: 21px;
  margin-top: 3px;
}

#activity_3 {
  padding: 0px;
  height: 21px;
  margin-top: 3px;
}

#activity_4 {
  padding: 0px 12px 0px 0px;
  height: 21px;
  margin-top: 3px;
}

.activity:focus {
  outline:none; 
  box-shadow: 0px 2px 0px rgba(0, 155, 155, 1);
}

.activity:hover:focus {
  outline:none;
  box-shadow: none;
}

.head-box3 {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 180px;
}

.head-box3-1 {
  display: inline-flex;
  align-content: center;
  justify-content: center;
}

.head-box3-1-1 {
  padding: 5px 10px 5px 5px;
}

.head-box3-1-2 {
  min-width: 125px;
  align-self: center;
  font-weight: bold;
  font-size: 20px;
  color: #3F3F3F;
}

.head-box3-2 {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.head-box3-2-1 {
  padding: 5px 10px 5px 10px;
}

.head-box3-2-1 > a:focus {
  outline:none; 
  box-shadow: 0px 2px 0px rgba(0, 155, 155, 1);
}

.head-box3-2-1 > a:hover:focus {
  outline:none;
  box-shadow: none;
}

.head-box3-2-2 {
  min-width: 125px;
  align-self: center;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #3F3F3F;
}

.head-box3-2-2 > a:link {
  text-decoration: none;
  color: #3F3F3F;
}

.head-box3-2-2 > a:visited {
  text-decoration: none;
  color: #3F3F3F;
}

.head-box3-2-2 > a:hover {
  text-decoration: none;
  color: #009B9B;
  outline: none;
}

.head-box3-2-2 > a:active {
  text-decoration: none;
  color: #009B9B;
  outline: none;
}

.head-box3-2-2 > a:focus {
  text-decoration: none;
  color: #009B9B;
  outline: none;
  box-shadow: 0px 2px 0px rgba(0, 155, 155, 1);
}

body {
  width: 100%;
  border: none;  
  font-family: "Times New Roman", Verdana, Arial, Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
  text-align: left;
  margin: 120px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFF;
}

h1 {
  font-size: 36px;
  font-weight: bold;  
}

h2 {
  font-size: 30px;
  font-weight: bold;  
}

/*  index.html  */
#intro {
  line-height: 450px;
  height: 450px;
  text-align: center;
  background-image: url('../img/Photo_intro_lg.png');
}

.contenu_intro {
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  
}

.bouton_contact {
  background-color: #007FFF;
  border-radius:33px;
  padding: 5px 20px 5px 20px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.bouton_contact:hover, .bouton_contact:focus, .bouton_contact:active  {
  background-color: #00CE00;
  outline: none;
}

.img_bouton_contact {

}

.img_bouton_contact:focus {
  outline:none; 
  box-shadow: 0px 2px 0px rgba(0, 155, 155, 1);	
}

.img_bouton_contact:hover:focus {
  outline:none;
  box-shadow: none;
}

.img_bouton_contact img {
  margin-top: 10px;
  height: 80px;
}

#plomberie, #chauffage, #climatisation, #renovation, #inter, #personal_data, #cookies {
  padding-top: 140px;
}

.activity_container {
  margin: 0px 0px 0px 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
}

.activity_container > div {

}

.bgcolor_1 {
  background-color: #F0F0F0;
}

.bgcolor_2 {
  background-color: transparent;
}

.box1 {
  margin-left: 250px;
  width: 35%;
}

.box1 img{
  width: 100%;
  border-radius: 15px;
}

.box2 {
  margin-right: 100px;
  width: 65%;
}

.box3 {
  margin-left: 150px;
  margin-right: 40px;
  width: 65%;
}

.box4 {
  margin-right: 100px;
  width: 35%;
}

.box4 img{
  width: 100%;
  -moz-box-shadow: 3px 3px 10px #9b9b9b;
  -webkit-box-shadow: 3px 3px 10px #9b9b9b;
  -o-box-shadow: 3px 3px 10px #9b9b9b;
  box-shadow: 3px 3px 10px #9b9b9b;
}

.activity_title {
  padding: 10px 30px 10px 40px;
  color: #007FFF;
}

.activity_content {
  padding: 0px 20px 20px 80px;
  text-align: justify;
}

.body_ret_img {
  position: relative;
  margin-top: 50px; margin-left: 50%;
}

.body_ret_img:focus {
  outline:none; 
  box-shadow: 0px 2px 0px rgba(0, 155, 155, 1);
}

.body_ret_img:hover:focus {
  outline:none;
  box-shadow: none;
}

.body_ret_img img {
  width: 40px;
  border-radius:33px;
    -moz-box-shadow: 0px 0px 15px #9b9b9b;
    -webkit-box-shadow: 0px 0px 15px #9b9b9b;
	-o-box-shadow: 0px 0px 15px #9b9b9b;
    box-shadow: 0px 0px 15px #9b9b9b;
}


/*  mention-legales.html  */
.contenu1 {
  margin: 0px 120px 60px 120px;
  padding-top: 40px;
  text-align: justify;
}

.contenu2 {
  margin: 20px 0px 40px 50px;
  text-align: justify;
  font-size: 18px;
}

.contenu2 a:link {
  text-decoration: none;
  color: rgba(0, 127, 255, 1);
}

.contenu2 a:visited {
  color: #009B9B;
}

.contenu2 a:focus {
  text-decoration: none;
  color: #009B9B;
  outline: none;
  box-shadow: 0px 2px 0px rgba(0, 155, 155, 1);  
}

.contenu2 a:hover {
  color: #00CE00;
  text-decoration: none;
  outline: none;
  box-shadow: 0px 2px 0px #00CE00;
}

.contenu2 a:focus:hover {
  color: #00CE00;
}

.title_style0 {
  color:#3F3F3F;
  font-size: 36px;
  font-weight: bold;
}

.title_style1 {
  background-color: #007FFF;
  border-radius: 33px;
  padding: 5px 15px 5px 15px;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

/*  formulaire_contact.html  */
.page_form {
background-color: #F0F0F0;
width: 1200px;
margin-left: auto;
margin-right:auto;
padding-top: 60px;
padding-bottom: 30px;
}

.titre_contact {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0px;
  background-color: #007FFF;
  border-radius:33px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.contact_line {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

.contact_line > div {

}

.box_contact {
  width: 330px;
  margin: 0px 20px 0px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.box_contact img {
  width: 50px;
  margin-bottom: 20px;
}

.titre_form {
  width: 260px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0px;
  background-color: #007FFF;
  border-radius:33px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.box_form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  text-align: center;
}

.form_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
  justify-content: center;
  align-items: stretch;
}

.form_item-container {

}

.item-firstname {
  flex-grow: 1;
  order: 1;	
}

.item-lastname{
  flex-grow: 1;
  order: 2;
}

.item-subject{
  flex-grow: 2;
  order: 3;
}

.item-content_message {
  flex-grow: 2;
  order: 5;	
}

.item-contact {
  flex-grow: 2;
  order: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  align-content: center;
}

.item-contact-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-self: center;
  flex-wrap: nowrap; 
  justify-content: center;
}

.item-form_text2 {
  align-self: center;
}

.item-phone_number {
  flex-grow: 1;
  order: 1;
}

.item-email_address {
  flex-grow: 1;
  order: 2;
}

.form_text1 {
  font-style: italic;
  font-size: 18px;
  padding-bottom: 15px;  
}

.form_text2 {
  font-weight: bold;
  font-size: 20px;
  padding-top: 80px;
  padding-bottom: 15px;
}

.warningMessage {
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  color: red;
}

input[type=text], input[type=email], input[type=tel] {
  border: 1px solid rgba(0, 155, 155, 1);
  border-radius: 7px;
  padding: 10px 10px;
  color: rgba(63, 63, 63, 1);
  font-family: "Times New Roman", Verdana, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

input:hover, input:focus {
  box-shadow: 0 0 0 1px rgba(0, 155, 155, 1);
  outline: none;
}

input.firstname, input.lastname, input.phone_number, input.email_address {
  width: 250px;
}

input.subject {
  width: 500px;
}

textarea.content_message {
  height: 150px;
  width: 500px;
  margin-top: 20px;
  border: 1px solid rgba(0, 155, 155, 1);
  border-radius: 7px;
  padding: 10px 10px;
  color: rgba(63, 63, 63, 1);
  font-family: "Times New Roman", Verdana, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

textarea:hover, textarea:active, textarea:focus {
  box-shadow: 0 0 0 1px rgba(0, 155, 155, 1);
  outline: none;
}

:required {
  background-image: url('../img/asterisque.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 13px;
}

input[type=button] {
  width: 130px;
  padding: 5px 0px;
  background-color: #007FFF;
  border: none;
  border-radius: 33px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

input[type=button]:hover, input[type=button]:focus {
  background-color: #00CE00;
  border-radius:33px;
  box-shadow: 0 0 0 3px #007FFF;
  outline: none;
}

footer {
  width: 100%;
  height: 130px;
  margin: 0px;
  padding: 15px 0px 50px 0px;
  border: none;
  text-align: center;
  color: #fff;
  background-color: #3F3F3F;
  font-family: "Times New Roman", Verdana, Arial, Tahoma, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
}

.footer_ret_img {
  position: relative; 
  top: -45px; left: 30%;
}

.footer_ret_img img {
  width: 60px;
}

.footer_link {
  margin: -30px 50px 0px 50px;	
}

.footer_link > a:link {
  color: #fff;
  text-decoration: none;  
}

.footer_link > a:visited {
  color: #fff;
  text-decoration: none;
}

.footer_link > a:hover {
  color: #009B9B;
  text-decoration: none;
}

.footer_link > a:active {
  text-decoration: none;
  color: #00CE00;
}

.footer_link a:focus {
  outline: none; 
  box-shadow: none;
}

.footer_link a:focus:hover {
  outline: none; 
  box-shadow: none;
}

.logo_adherent {
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo_adherent img{
  height: 58px;
  padding: 0px 5px;
}
.logo_adherent img.pac{
  height: 90px;
}

}
