@charset "utf-8";
/* CSS Document */



/*

INDEX

1. Styles généraux
2. Media
3. Navigation principale
4. Navigation secondaire
5. Boutons
6. Accueil / Header banner
7. Accueil / Header urgence
8. Accueil / concepteurs
9. Footer
10. Nous joindre

*/

 
/*  _____________________ STYLES GÉNÉRAUX _____________________  */


body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

a {
    text-decoration: none;
    color: #212529;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

p.white {
  color:white;
  margin-bottom: 0;
  padding-top: 10px;
}

p.white0 {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
  padding-top: 0;
font-weight: 300;
}

.white-space-nowrap-desktop {
    white-space: nowrap;
}


p {
  font-size:0.9em;
  Line-Height: 1.7;
  text-align:justify;
  font-weight: 400;
}

h1, .h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 900;
  color:white;
  line-height: 1.2;
  margin-bottom:20px;
}

h2, .h2 {
  font-size: 2rem;
  padding-bottom:10px;
  margin-bottom: 15px;
  color:#282f38;
  font-weight: 900;
}

h3, .h3 {
  font-size: 1.8rem;
  padding-bottom: 15px;
  color:#0078bf;
  text-transform: uppercase;
  font-weight: 900;
}

h3.white {
  color:white;
  margin-bottom: 0;
  padding-bottom: 0;

}

h3.white2 {
  color:white;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top:40px;

}

h4, .h4 {
  font-size: 0.9rem;
  color: white;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

h5, .h5 {
  font-size: 1.25rem;
  color: #0078bf;
  font-weight: 800;
  margin: 35px 0 15px 0;
}

h6, .h6 {
  font-size: 0.9rem;
  color:#212529;
  font-weight: 800;
  padding:15px 30px 50px 30px;
 
}

.padding-y-75 {
    padding: 75px 0;
}



/*  _____________________ MEDIA _____________________  */


@media (max-width: 767px) { 
  
  h1{
    font-size: 38px;
  }

    .white-space-nowrap-desktop {
        white-space: initial;
    }

  .nav-item:after{
    display: none;
  }

  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

    .bleu {
        padding: 20px 30px 40px !important;
    }

    .padding-y-75 {
        padding: 30px 0;
    }
  
}

@media (min-width:768px) and (max-width:991px) {

  .nav-item:after {
    display:none;
  }
  
  .navbar-nav {
    margin-top:35px;
  } 
  
}

@media (min-width: 992px) {

  .navbar-expand-lg .navbar-nav {
      margin-right: 40px;
  }
  
}

@media (max-width: 991px) {

    .btn-urgence {
        margin-top:15px;
        margin-left: 24px;
    }

  .btn-style1 {
    background: #003963;
    text-decoration: none;
    color: #fff;
  }
  
}


/*  _____________________ NAVIGATION PRINCIPALE _____________________  */


.navigation-wrap {
  width: 100%;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}

.navbar {
  padding: 20px 0 20px 0; 
}

.navbar-toggler {
  border: none;
  padding-right: 0;
  margin-left: auto;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

 .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

 .navbar-toggler-icon:after, 
 .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 8888;
    transition: all 300ms linear;
}

 .navbar-toggler-icon:after{
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #003963;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  text-transform: uppercase;
  font-size:  .95em;
  font-weight: 700;
  color: #cacdd6;
  position: relative;
  display: block;
}

.nav-item {
  position: relative;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link{
  color: #003963 !important;
}

.nav-item.active .nav-link{
  color: #003963 !important;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
    left: 0.5rem;
    width: calc(100% - 1rem);
  height: 2px;
  content: '';
  background-color: #0078bf;
  opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}



/*  _____________________ NAVIGATION SECONDAIRE _____________________  */


.top {
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #fff;
  background-color: #282f38;
}

.subnav-col {
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: right;
}

.subnav a {
  color:white;
  font-size: 0.7em;
  padding-left:5px;
}

.fa-mobile-alt {
  color:#0078bf;
  font-size: 0.9em;
}

.fa-envelope {
  color:#0078bf;
  font-size: 0.9em;
  padding-left:25px;
}



/*  _____________________ BOUTONS _____________________  */


.btn {
  border-radius:0;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;

    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.btn-style1 {
  color:#003963;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 20px 12px 20px;
  background: transparent;
  border: 2px solid #003963;
}

.btn-style1:hover {
  background: #003963;
  text-decoration: none;
  color:#fff;
}

.btn-style1:active {
  background: #003963;
  text-decoration: none;
  color:#fff;
}

.btn-style2 {
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px 10px 15px;
  background: transparent;
  border: 2px solid white;
}

.btn-style2:hover {
  background: white;
  text-decoration: none;
  color: #003963;
}

.btn-style2:active {
  background: #003963;
  text-decoration: none;
  color:#fff;
}


.btn-style3:hover {
    background: #003963;  
}


.btn-style3 {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 0 29px;
  margin-bottom: 50px;
    display: inline-block;
    background: #0078bf;
    text-align: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
  height: 44px;
  text-transform:uppercase;
  font-weight: 700;
}


/*  _____________________ ACCUEIL / HEADER BANNER _____________________  */



.jumboheader {
  background: url("../images/jumbotronbg.png") center no-repeat;
  background-size: cover;
  background-attachment: fixed;

  margin-bottom: 0;
}

.jumbo { 
  position: absolute;
  top: 50%;
  padding: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.jumboheader-col {
  min-height: 680px;
}


.aproposheader {
  background: url("../images/aproposbg.jpg") center no-repeat;
  background-size:auto;
}


/*  _____________________ ACCUEIL / HEADER URGENCE _____________________  */


.minipadding {
  padding: 20px 0;
}

.mediumpadding {
    padding: 45px 0;
}

.jumbourgence {
    background-color: #0078bf;
    background-image: linear-gradient(to right, #0078bf , #003963);
    padding: 0;
}



/*  _____________________ ACCUEIL / CONCEPTEURS _____________________  */


.concepteurs {
  margin-top: 100px;
  margin-bottom: 100px;
}


.pcon {
  padding-right: 30px;
}

ul {
  font-size:0.9em;
  Line-Height: 2.2;
  list-style-type: none;
  padding-inline-start: 0px;

}

.listepuces {
  margin-top: 28px;
}

.fa-check-circle {
  color: #0078bf;
  font-size: 1.2em;
  padding-right: 10px;
}

.trait {
  border-width: 4px;
  border-color: #0078bf;
  width: 70px;
}

.services {
  padding-bottom: 0px;
  padding-top:60px;
}

.bg-services {
  background-color: #e9e9e9;
}

.pbot {
  padding-bottom: 75px;
}

.bleu {
  margin:15px;
  padding: 30px 50px 50px;
  background-image:url("../images/bg-texture.png");
  background-repeat:no-repeat;
  background-size: cover;
  box-shadow: 0 0 30px 3px #ababab;

}

.mx-auto {
  padding-bottom: 20px;
}

.jumbologos {
  background-color: white;
}


.logos {
  padding: 30px 45px 30px 45px;
  text-align: center;
}

.jumbotron {
margin-bottom: 0rem;

}


.icones {
  text-align:center;
  display: block;
    margin-left: auto;
    margin-right: auto;
}


.icopad {
  margin-top:80px;
  padding-left: 80px;

}

.icopad2 {
  margin-top:-20px;
  padding-left: 80px;

}

/*  _____________________ FOOTER _____________________  */
  

.padding {
  padding: 75px 0 75px 0;
}

.bgfooter {
  background-color: #191d23;
}

address {
  font-size:0.8em;
  color: white;
}

footer {
  background-color: #282f38;
}

.pfooter {
  color: #9ca5b0;
  font-size: 0.7em;
  margin: 25px 0 25px 0;
}

.listefooter a {
  color: white;
}


.widget {
  position: relative;
}

/*Widget Quick Link*/

.widget-quick-link {
    margin-left: -7px;
}

.widget-quick-link.style4 ul {
    margin-top: -6px;
}

.widget-quick-link.style4 ul li {
  position: relative;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size:0.9em;
  margin-left:20px;
}

.widget-quick-link.style4 ul li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  color: #0078bf;
  position: absolute;
  left: 0;
  margin-top: 3px;
  opacity: 0;
  visibility: hidden;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.widget-quick-link.style4 ul li:hover {
   padding-left: 15px;
}

.widget-quick-link.style4 ul li:hover:before {
   opacity: 1;
   visibility: visible;
}

.widget-quick-link.style4 ul li a {
   line-height: 36px;
   color: #c2c2c2;
}

/*Widget Logo Info*/

.widget-logo-info {
    padding-right: 10px;
}
.widget-logo-info p {
    line-height: 24px;
    color: white;
}

.widget-logo-info ul.info {
    margin-top: -6px;
}

.widget-logo-info ul.info li {
    margin-bottom: 11px;
}

.widget-logo-info ul.info li a {
    line-height: 24px;
    color: white;
  font-size: 0.9em;
}

.widget-logo-info ul.info li:before {
    font-family: 'FontAwesome';
    color: #0078bf;
    padding-right: 8px;
}

.widget-logo-info ul.info li.phone:before {
    content: "\f095";
}

.widget-logo-info ul.info li.mail:before {
    content: "\f0e0";
}

.widget-logo-info ul.info li.address:before {
    content: "\f041";
}

.texte6 {
  padding-right:50px;
  
}

.paddingleft {
  padding-left:30px;
}

.ppad {
  
  padding: 0 65px 0 65px;
}



/*  _____________________ NOUS JOINDRE _____________________  */


.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


textarea {
    width: 100%; 
    padding: 14px 21px;
    height: 100px;
}

.namewrap {
      margin-right: 20px;
  
}

.messages {
    width: 100%;
    padding: 14px 21px;
    height: 100px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 19px;
    color: #212529;
  font-size: 0.9em;
    border: 1px solid #d0d0d0;
    height: 44px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.address {
    display: block;
    line-height: 20px;
    padding-bottom: 15px;
}

.address i {
    float: left;
    margin-right: 15px;
}

.address.phone {
    font-size: 18px;
    font-weight: bold;
}

.coordonnees {
      font-size: 0.9em;
}

.info2 {
  line-height: 20px;
}

.bg {
  background-color: #003963;
  padding: 60px 0 100px 0;
}

.ulwhite {
  color: white;
  font-size:0.9em;
  font-weight: 500;
}

.ulwhite ul {
    margin-bottom: 0;
}

h5.questions {
  margin-top:0px;
}

.mp {
  padding-bottom: 12px;
}


.titre {
  padding:0;
  text-transform: uppercase;
  font-weight: 700;
  font-size:0.9em;
  margin-bottom: 0.5em;
  color:#003963;
}

.nompersonne {
  font-weight:800;
  color: #0078bf;
    font-size: 1.2em;
}





.formulaire-coronavirus-link {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 12px;
    border: 2px solid #fff;
    margin: 40px 0;
    transition: background-color 200ms linear, color 200ms linear;
}

.formulaire-coronavirus-link:hover {
    background: #fff;
    color: #0078bf;
}