
/*

Theme Name: SITE PROTEXSUR
Theme URI: https://agencemcrea.fr/
Author: Agence M-Créa
Author URI: https://agencemcrea.fr/
Description : Thème site Protexsur
Version: 1.0

*/


/* ============================================================================================

    GÉNÉRAL - PROTEXSUR - LA PERFORMANCE DANS LA DURÉE - THERMOLAQUAGE - CATAPHORÈSE

=============================================================================================== */


body {
background: #fff;
color: #5a5a5a;
font-family: "Montserrat", sans-serif;
font-weight: 300;
line-height: 1.8;
}

.wrapper {
overflow: hidden;
}

p {
padding: 0;
margin: 0 0 30px 0;
}

b, strong {
font-weight: 600;
}

a:hover {
text-decoration: none;
}

dl, ol, ul {
margin-top: 0;
margin-bottom: 1rem;
-webkit-padding-start: 20px;
}

h2 {
font-size: 40px;
color: #598aa1;
text-transform: uppercase;
font-weight: 700;
position: relative;
margin-bottom: 0px;
line-height: 1;
}

h3 {
font-weight: 100;
letter-spacing: 2px;
margin-bottom: 30px; 
}

h4 {
font-size: 19px;
font-weight: 400;
line-height: 1.5;
color: #598aa1;
margin-bottom: 30px;
}

@media (max-width: 991px) {

    h2,
    .titre-exemples h2 {
    font-size: 30px;
    }

    h3,
    .titre-exemples h3 {
    font-size: 24px;
    }

    h4 {
    font-size: ;
    }

}

/* BACK TO TOP */

.back-to-top {
position: fixed;
display: none;
background: #598aa1;
color: #fff;
padding: 6px 12px 9px 12px;
font-size: 16px;
border-radius: 2px;
right: 15px;
bottom: 200px;
transition: background 0.5s;
}

@media (max-width: 768px) {

  .back-to-top {
  bottom: 15px;
  }

}

.back-to-top:focus {
background: #467488;
color: #fff;
outline: none;
}

.back-to-top:hover {
background: #467488;
color: #fff;
}


/* ============================================================================================

    HEADER - PROTEXSUR - LA PERFORMANCE DANS LA DURÉE - THERMOLAQUAGE - CATAPHORÈSE

=============================================================================================== */


#header {
padding: 20px 0;
height: 110px;
transition: all 0.5s;
z-index: 997;
background: #fff;
box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
width: 100% !important;
position: fixed;
}

#header #logo h1 {
font-size: 42px;
margin: 0;
padding: 0;
line-height: 1;
font-family: "Montserrat", sans-serif;
font-weight: 700;
}

#header #logo h1 a {
color: #0c2e8a;
line-height: 1;
display: inline-block;
}

#header #logo h1 a span {
color: #598aa1;
}

#header #logo img {
padding: 0;
margin: 0;
}

@media (max-width: 768px) {

  #header {
  padding: 20px 0;
  height: 74px;
  }

  #header #logo h1 {
  font-size: 34px;
  }

  #header #logo img {
  max-height: 40px;
  }

  #header #logo img {
  margin-left: 25px;
  }

}


/* ============================================================================================

    NAVIGATION - PROTEXSUR - LA PERFORMANCE DANS LA DURÉE - THERMOLAQUAGE - CATAPHORÈSE

=============================================================================================== */



.nav-menu, .nav-menu * {
margin: 0;
padding: 0;
list-style: none;
}

.nav-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}

.nav-menu li {
position: relative;
white-space: nowrap;
}

.nav-menu > li {
float: left;
}

.nav-menu li:hover > ul {
display: block;
}

.nav-menu ul ul {
top: 0;
left: 100%;
}

.nav-menu ul li {
min-width: 180px;
}

#nav-menu-container {
float: right;
margin: 0;
}

@media (max-width: 991px) {

  #nav-menu-container {
  display: none;
  }

}

.nav-menu a {
padding: 11px 0px 11px 30px;
text-decoration: none;
display: inline-block;
color: #5a5a5a;
font-weight: 500;
font-size: 14px;
outline: none;
text-align: center;
}

.nav-menu a::before {
content: '';
width: 1px;
height: 70px;
background: #ececec;
position: absolute;
left: 10px;
top: 4px;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
color: #598aa1;
}

.nav-menu > li {
margin-left: 10px;
}

.nav-menu ul {
margin: 4px 0 0 0;
padding: 10px;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
background: #fff;
}

.nav-menu ul li {
transition: 0.3s;
}

.nav-menu ul li a {
padding: 10px;
color: #333;
transition: 0.3s;
display: block;
font-size: 13px;
text-transform: none;
}

.nav-menu ul li:hover > a {
color: #598aa1;
}

.nav-menu ul ul {
margin: 0;
}

nav#nav-menu-container span {
display: block;
text-transform: uppercase;
font-weight: 400;
}

/* MOBILE */

#mobile-nav-toggle {
position: fixed;
right: 0;
top: 0;
z-index: 999;
margin: 20px 20px 0 0;
border: 0;
background: none;
font-size: 24px;
display: none;
transition: all 0.4s;
outline: none;
cursor: pointer;
}

#mobile-nav-toggle i {
color: #555;
}

@media (max-width: 991px) {

  #mobile-nav-toggle {
  display: inline;
  }

}

@media (min-width: 769px) and (max-width: 991px) {

    #mobile-nav-toggle {
    margin: 35px 20px 0 0;
    }

}

#mobile-nav {
position: fixed;
top: 0;
padding-top: 18px;
bottom: 0;
z-index: 998;
background: url(../img/Cataphorese-ptx0.jpg);
background-size: cover;
background-position: center center;
left: -260px;
width: 260px;
overflow-y: auto;
transition: 0.4s;
display: flex;
justify-content: center;
align-items: center;
}

#mobile-nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#mobile-nav ul li {
position: relative;
}

#mobile-nav ul li a {
color: #fff;
font-size: 19px;
text-align: center;
font-weight: 500;
overflow: hidden;
padding: 10px 22px 10px 15px;
position: relative;
text-decoration: none;
width: 100%;
display: block;
outline: none;
}

#mobile-nav ul li a span {
display: block;
margin-bottom: 25px;
text-transform: uppercase;
font-size: 16px;
font-weight: 400;
}

#mobile-nav ul li a:hover {
color: #fff;
}

#mobile-nav ul li li {
padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
position: absolute;
right: 0;
z-index: 99;
padding: 15px;
cursor: pointer;
color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
color: #598aa1;
}

#mobile-nav ul .menu-item-active {
color: #598aa1;
}

#mobile-body-overly {
width: 100%;
height: 100%;
z-index: 997;
top: 0;
left: 0;
position: fixed;
background: rgba(255, 255, 255, 0.8);
display: none;
}

body.mobile-nav-active {
overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
color: #fff;
}


/* ============================================================================================

    BANNIÈRE - PROTEXSUR - LA PERFORMANCE DANS LA DURÉE - THERMOLAQUAGE - CATAPHORÈSE

=============================================================================================== */


#intro {
width: 100%;
min-height: 500px;
position: relative;
background: url("../img/Cataphorese-ptx6.jpg") no-repeat;
background-size: cover;
background-position: center center;
}

#intro .intro-content h1 {
color: #ffffff;
margin-bottom: 30px;
font-size: 55px;
font-weight: 700;
}

#intro .intro-content p {
color: white;
width: 80%;
}

.action-call {
background: rgba(89, 138, 161, 0.8);
height: 500px;
display: flex;
align-items: center;
justify-content: center;
}

.action-call h2{
color: white;
font-size: 60px;
}

.action-call h3{
margin-top: -5px;
font-size: 40px;
color: white;
}

.action-call .btnwhite {
border: 2px solid #fff !important;
color: #fff !important;
}

.action-call .btnwhite:hover {
background: #fff !important;
color: #598aa1 !important;
border: 2px solid #fff !important;
}

.action-call p{
color:white;
margin-bottom: 50px;
}

@media (max-width: 991px) {

    #intro .intro-content h1 {
    text-align: center;
    margin-top: 50px;
    font-size: 40px;
    }

    #intro .intro-content p {
    color: white;
    width: 100%;
    text-align: center;
    }

    .action-call {
    display: block;
    padding: 30px 40px;
    height: 335px;
    }

    .action-call h2 {
    font-size: 30px;
    }

    .action-call h3 {
    margin-top: -5px;
    font-size: 23px;
    color: white;
    }

    .action-call p br {
    display: none;
    }

    .action-call p {
    color: white;
    margin-bottom: 35px;
    }

    #intro {
    width: 100%;
    min-height: 550px;
    }

}


/* ============================================================================================

    ZONES COMMUNES  - PROTEXSUR - LA PERFORMANCE DANS LA DURÉE - THERMOLAQUAGE - CATAPHORÈSE

=============================================================================================== */


#description h2::before,
#lesplus h2::before{
content: '';
display: block;
width: 70px;
height: 3px;
background: #598aa1;
margin-bottom: 15px;
}

#description, #lesplus,
#exemples, #decouvrir {
padding: 70px 0 40px ;
}

#lesplus {
padding-top: 40px;
}

/* ============================================================================================

    PORTFOLIO - PROTEXSUR - LA PERFORMANCE DANS LA DURÉE - THERMOLAQUAGE - CATAPHORÈSE

=============================================================================================== */


#portfolio {
background: #fff;
}

#portfolio .portfolio-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
overflow: hidden;
position: relative;
padding: 0;
margin-bottom: 30px;
vertical-align: middle;
text-align: center;
}

#portfolio .portfolio-item h2 {
color: #ffffff;
font-size: 24px;
margin: 0;
text-transform: capitalize;
font-weight: 700;
text-shadow: 3px 3px 3px #000000;
-webkit-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item img {
-webkit-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
width: 100%;
}

#portfolio .portfolio-item:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

#portfolio .portfolio-item:hover h2 {
text-shadow: none;
-webkit-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item:hover .portfolio-overlay {
opacity: 1;
background: rgba(89, 138, 161, 0.8);
}

#portfolio .portfolio-info {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}


/* ============================================================================================

    EXEMPLES - PROTEXSUR - LA PERFORMANCE DANS LA DURÉE - THERMOLAQUAGE - CATAPHORÈSE

=============================================================================================== */


#exemples {
background: url(../img/Cataphorese-ptx0.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding-bottom: 70px;
}

.box-exemples h3 {
color: #fff;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 5px;
}

.box-exemples p {
color: #fff;
}

.box-exemples {
padding: 0 50px;
margin-bottom:30px;
text-align: center;
}

.box-exemples:nth-child(7),
.box-exemples:nth-child(8) {
margin-bottom:0px;
}


.titre-exemples {
text-align: center;
margin-bottom: 60px;
}

.titre-exemples h2 {
font-size: 40px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
position: relative;
margin-bottom: 0px;
}

.titre-exemples h3 {
font-weight: 100;
color: #fff;
letter-spacing: 2px;
margin-bottom: 30px;
}

@media (max-width: 991px) {

    .titre-exemples h2,
    .titre-exemples h3 {
    text-align: left;
    }

    .box-exemples {
    padding: 15px;
    margin-bottom: 0px;
    text-align: left;
    }

    .titre-exemples {
    text-align: left;
    margin-bottom: 10px;
    }

    .containfix {
    padding-left: 0;
    }

    #exemples {
    padding-bottom: 30px;
    }

}

/* ============================================================================================

    DÉCOUVRIR PROTEXSUR - PROTEXSUR - LA PERFORMANCE DANS LA DURÉE - THERMOLAQUAGE - CATAPHORÈSE

=============================================================================================== */


.box-protexsur {
background: #598aa1;
color: white;
padding: 40px 40px 10px;
margin-bottom: 70px;
margin-top:50px;
}

#decouvrir img {
width: 430px;
transition: 0.5s;
}

#decouvrir img:hover {
margin-left: 30px;
}

#decouvrir .link-btn {
margin-top: 70px;
margin-bottom: 40px;
text-align: center;
display: block;
}

.bouton {
padding: 20px 50px;
font-size: 17px;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
text-transform: uppercase;
border: 2px solid #598aa1;
color: #598aa1;
font-weight: 700;
cursor: pointer !important;
}

.bouton:hover {
background: #598aa1;
color: white;
border: 2px solid #598aa1;
cursor: pointer !important;
clip-path: polygon(4% 0%, 97% 0%, 100% 15%, 100% 83%, 97% 96%, 4% 100%, 0% 80%, 0% 20%);
-webkit-clip-path: polygon(3% 0%, 100% 0%, 100% 15%, 100% 80%, 97% 100%, 4% 100%, 0% 100%, 0% 20%);
}


/* ============================================================================================

    FOOTER - PROTEXSUR - LA PERFORMANCE DANS LA DURÉE - THERMOLAQUAGE - CATAPHORÈSE

=============================================================================================== */


.keywords {
text-align: center;
font-size: 12px;
color: #a7a7a7;
padding: 0 20px;
}

.keywords h6{
margin-bottom: 10px;
font-size: 12px;
color: #a7a7a7;
padding: 0 20px;
font-weight: 100;
line-height: 1.8;
}

.footer-menu {
background: #598aa1;
padding: 20px;
}

.footer-menu h3 {
display: inline;
color: white;
font-weight: 400;
font-size: 20px;
margin: 0px 15px;
}

#footer {
font-size: 14px;
background: #467488 none repeat scroll 0 0;
padding: 15px 0;
text-align: center;
font-weight: 400;
}

#footer a {
color: #fff;
transition: 0.5s;
}

#footer a:hover, #footer a:active, #footer a:focus {
margin-left: 30px;
outline: none;
text-decoration: none;
}

@media (max-width: 991px) {

    .footer-menu h3 {
    display: block;
    font-size: 18px;
    margin: 20px 15px 15px;
    }

    #decouvrir img {
    width: 300px;
    }

}