
@-ms-viewport {
  width: device-width;

}


body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Secular One', 'Open Sans', sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}

a {
  color: #F05F40;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: blue;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Secular One', sans-serif;
}

.bg-primary {
  background-color: #FFFFFF !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.top {
      margin-top: 10px;
      }

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Secular One', sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  font-family: 'Open Sans', sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(95,95,95,0.99);
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: rgba(0,88,243,1.00);
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: rgba(0,74,248,1.00) !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

.scroll-downs {
  position: absolute;
  top: 800px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 1;
  box-sizing: content-box;
  box-shadow: 1px 1px 5px black; 
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  box-shadow: 1px 1px 10px black; 
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}



.logonavigation { width: 120px;}

.aproposdesivservices { display:inline-flex;
                        flex-wrap: wrap;
                        align-items: center;
                         }

.aproposdesiv h1{ text-transform:uppercase;
          color:rgba(0,0,0,1.00); 
          font-size: 50px;
          margin-bottom: 50px;
          }
          
.aproposdesiv p { margin-left: 0px !important;
          color:rgba(0,0,0,1.00); 
          font-size: 20px;
          margin-bottom: 50px !important;
          }
          
.aproposdesiv a { font-family: 'Open Sans', sans-serif; 
          font-size: 16px;
          }
      

          
  #doctelechargement { 

                background-image: url(../img/fonddesection/fond-document-siv.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                padding-left: 20px;
                padding-right: 20px;

                }
  
.aproposdesivservices { display:inline-flex;
                        flex-wrap: wrap;
                        }

  .aproposdesivservices h1 { 

                
                text-transform:uppercase;
                padding-left: 18px;
                color:rgba(0,0,0,1.00); 
                font-size: 30px;
                margin-bottom: 20px;
                margin-top: 40px;

                }
          
  .aproposdesivservices a { 

                
                margin-left: 0px !important;

                color:rgba(0,0,0,1.00); 
                font-size: 14px;
                margin-bottom: 20px !important;
                
                }



.doctele { display:inline-flex;
           flex-wrap: wrap;
           margin-top:30px;}


.doctele h1{ text-transform:uppercase;
          color:rgba(0,0,0,1.00); 
          font-size: 50px;
          margin-bottom: 30px;
          }
          
.doctele p { margin-left: 0px !important;
          color:rgba(0,0,0,1.00); 
          font-size: 20px;
          margin-bottom: 50px !important;
          }
          
.doctele a { font-family: 'Open Sans', sans-serif; 
          font-size: 20px;
          flex-wrap: wrap;
          
          }
          
.doctele h2{ text-transform:uppercase;
          color:rgba(0,0,0,1.00); 
          font-size: 40px;
          margin-bottom: 50px;
          margin-top: 50px;
          }
          
.boutontel img{ height:130px;
        margin-top:-30px;
        margin-left: 100px;
        flex-wrap: wrap;
        }

.speedcontact { display: inline-flex;
                flex-wrap: wrap;
                margin-bottom: 50px; }

.speedcontact h1{ text-transform:uppercase;
          color:rgba(0,0,0,1.00); 
          font-size: 50px;
          margin-bottom: 30px;
          margin-top: 50px;
          }
          
.speedcontact p { margin-left: 0px !important;
          color:rgba(0,0,0,1.00); 
          font-size: 20px;
          margin-bottom: 50px !important;
          }
          
.speedcontact a { font-family: 'Open Sans', sans-serif; 
          font-size: 20px;
          
          }
          
.speedcontact h2{ text-transform:uppercase;
          color:rgba(0,0,0,1.00); 
          font-size: 40px;
          margin-bottom: 30px;
          margin-top: 10px;
          }
          
.speedcontact h4{ text-transform:uppercase;
          color:rgba(0,0,0,1.00); 
          font-size: 35px;
          margin-bottom: 50px;
          margin-top: 50px;
          }
          
.speedcontact h5 { text-transform:uppercase;
          color:rgba(0,0,0,1.00); 
          font-size: 30px;
          margin-bottom: 50px;
          margin-top: 50px;
          }

.speedcontact h6 { text-transform:uppercase;
          color:rgba(0,0,0,1.00); 
          font-size: 25px;
          margin-bottom: 20px;
          margin-top: 50px;
          }

.speedcontact iframe{

                width: 100%;
                margin-top: 20px;

              }


.cartesiv { padding-top: 15px;
           }

.iconescontact img {margin-top: 100px;

}

.centercharge {
            align-content: center:
            text-align: center;
            margin: auto;
            width: auto;
}


.awesomefooter { display: inline-flex;
                flex-wrap: wrap;
                margin-bottom: 50px; }

.awesomefooter h1{ text-transform:uppercase;
          color:rgba(0,0,0,1.00); 
          font-size: 50px;
          margin-bottom: 30px;
          margin-top: 50px;
          }
          
.awesomefooter p { 
          margin-left: 0px !important;
          color: rgba(255, 255, 255, 1.0)!important; 
          font-size: 20px;
          font-family: 'Open Sans', sans-serif;;
          }
          
.awesomefooter a { 
          color: rgba(255, 255, 255, 0.7)!important;
          font-family: 'Open Sans', sans-serif; 
          font-size: 20px;
          flex-wrap: wrap;
          }

.awesomefooter a:hover { 
          color: rgba(255, 255, 255, 1.0)!important;
          font-family: 'Open Sans', sans-serif; 
          font-size: 22px;
          text-decoration: none;
          }

.awesomefooter h2 { text-transform:uppercase;
          color:rgba(0,0,0,1.00); 
          font-size: 21px;
          margin-bottom: 20px;
          margin-top: 50px;
          }


.awesomefooter img{ height: 100px;
                    margin-top: 80px;
 }


.custom-popup-class .mfp-container {
  padding-top: 40px;
  padding-bottom: 40px;
}


/* Cela ajoute une largeur maximale au contenu de la fenêtre */
.custom-popup-class .mfp-content {
  width: 110%;
  max-width: 1000px;
  height: 290%;
  max-height: 3000px;
}

/* Cela fait redimensionner proportionnellement "# popup-with-something" */
#popup-with-something {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* C'est le rapport d'échelle */
  padding-top: 56.25%;
}
/* Ceci déplace le bouton de fermeture à l'extérieur du conteneur */
#popup-with-something .mfp-close {
  top: -44px;
  color: #FFF;
  text-align: right;
  right: 1px;
}
/* Ceci est un élément */
.some-element {
  background: #212529;
  color: #FFFFFF !important;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.some-element p {
          margin-left: 50px !important;
          color: rgba(255, 255, 255, 1.0)!important; 
          font-size: 15px;
          font-family: 'Open Sans', sans-serif;
}

.some-element h1 {
          margin-left: 50px !important;
          margin-top: 30px;
          margin-bottom: 30px;
          color: rgba(255, 255, 255, 1.0)!important; 
          font-size: 30px;
          
}

.bystellar { width: 100%;
            display: inline-flex;
            }

.bystellar a { 
          font-size: 12px;
          font-family: 'Secular One', sans-serif;
          text-decoration: none;
          margin-top: 20px !important;
          margin-bottom: 20px !important;
          margin-right: 6px;
          color: #000000;
          }

.bystellar a:hover {color: rgba(217, 2, 91, 1.0);}

.bystellar img { height: 30px; }





@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: rgba(0,0,0,0.90);
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: rgba(0,88,243,1.00);
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: rgba(0,88,243,1.00);
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: rgba(0,88,243,1.00);
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.webp");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;

  height: 100%;
  min-height: 414px;
  max-height: 1900px;

}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

.rectangledecalage {width: 1000px;
                    height: 500px;
                    background-color: rgba(255,255,255,0.0);}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}



p {
  font-family: 'Open Sans', sans-serif;;
}





