/* ~ MESSAGE ~ */
/* La page contacte lorsqu'on appuis sur le bouton après avoir remplis toutes les cases et qu'on appuis sur envoyer, (!!!!!!TOUTE EXPLOSE!!!!!!) ça l'amene vers une page avec le PHP utiliser. */

/* ~ GENERALE-DEBUT ~ */

body {
    font-family: "Ubuntu","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

a {
    color: #FFF;	
}

.align-right {
    text-align: right;	
}

.section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .section {
       padding: 35px 0; 
    }
}

h1 {
    color: #143e94;
    margin-bottom: 40px;
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: bold;
}

@media (max-width: 479px){
    h1 {
        font-size: 28px;
    }
}

h2 {
    color: #143e94;
    margin-bottom: 40px;
    font-size: 34px;
    letter-spacing: 5px;
    font-weight: bold;
}

@media (max-width: 480px) {
    h2 {
        font-size: 25px;
    }
}

.sub-pages h2 {
    font-size: 24px;
}

@media (max-width: 991px){
    .produits img {
        max-width: 95% !important;
    }
}

@media (max-width: 479px){
    .sub-pages h2 {
        font-size: 18px;
        text-align: center;
    }
}

p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 1px;
    color: rgba(126,126,126,1.00);
}

h3 {
    color: #FFF;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 50px;
}

.text-blanc {
    color: #FFF;	
}

.text-black {
    color: black;
}

.align-left {
    text-align: left;	
}

/* ~ GENERALE-FIN ~ */

/* ~ HEADER-DEBUT ~ */

header {
    background-color: black;
    color: #FFF;
    padding-top: 50px;
    padding-bottom: 5px;
}

header li {
    margin-right: 30px;
    letter-spacing: 4px;
    font-size: 20px;
    margin-bottom: 5px;
    color: #FFF;	
}

header ul .submenu-container {
    position: relative;
}

header ul .submenu-container:hover .submenu, header ul .submenu-container:active .submenu, header ul .submenu-container:focus .submenu {
    display: block;
}

header ul .submenu-container .submenu {
    background-color: white;
    bottom: -200px;
    display: none;
    left: 0;
    list-style: none;
    padding: 20px;
    position: absolute;
    text-align: left;
    width: 275px;
}

header ul .submenu-container .submenu li {
    margin-right: 0;
}

header ul .submenu-container .submenu li a {
    color: black;
}

header ul .submenu-container .submenu li a:hover, header ul .submenu-container .submenu li a:active, header ul .submenu-container .submenu li a:focus {
    color: #143e94;
}

@media (min-width: 960px){
    header ul {
        float: right;
    }		
}

.tel-header {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px;
}

.txt-header {
    margin-left: 80px;
    color: white;
    line-height: 30px;
    margin-top: 5px;
}

.txt-header-no {
    margin-left: 80px;
    color: white;
    line-height: 30px;
    margin-top: -15px;
}

@media (min-width: 990px){
    .tel-header {
        text-align: right;
        padding-right: 50px;
    }		
}

.active {
    color: #143e94;	
}

/* Logo header */
.SSH, .servicedesecurite {

}

.SSH {
    font-size: 90px;	
    color: #143e94;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 35px;
}

.servicedesecurite {
    font-size: 45px;
    color: #FFF;
    letter-spacing: 5px;
    font-weight: normal;
}

@media (min-width: 767px){
    .SSH, .servicedesecurite  {
        padding-left: 80px;
        text-align: left;
    }		
}

@media (max-width: 767px){
    .SSH, .servicedesecurite  {
        text-align: center;
    }		
}

header .main-logo {
    margin-left: 80px;
    width: 200px;
}

@media (max-width: 1199px){
    header .main-logo {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px){
    header .main-logo {
        display: block;
        margin-left: auto;
        margin: auto;
    }
}

.abovefooter .main-logo {
    margin: 0;
    width: 300px;
}

@media (max-width: 479px) {
    .abovefooter .main-logo {
        width: 250px;
    }
}

/* Les boutons */
.navhead {
    font-size: 22px;	
    letter-spacing: 3px;
    list-style: none;
    margin-bottom: 0;
    padding-right: 25px;
    text-align: center;
    padding-bottom: 15px;
}

@media (min-width: 960px){
    .navhead {
        float: left;
    }		
}

/* ~ HEADER-FIN ~ */

/* ~ FOOTER-DEBUT ~ */

.adresse {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.tel-header2, .adresse, .email {
    letter-spacing: 0px;
}

.email {
    word-wrap: break-word;	
}

.tel-header2 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 30px;
    line-height: normal;
}

.tel-header3 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: normal;
}

@media (min-width: 767px){
    .tel-header2, .tel-header3, .adresse, .email {
        text-align: left;
    }		
}

@media (max-width: 1575px){
    .tel-header2, .tel-header3{
        font-size: 27px;
    }
}

@media (max-width: 1336px){
    .tel-header2, .tel-header3{
        font-size: 24px;
    }
}

@media (max-width: 1114px){
    .tel-header2, .tel-header3{
        font-size: 21px;
        padding-left: 0px;
    }
}

@media (max-width: 992px){
    .tel-header2, .tel-header3{
        font-size: 18px;
    }
}

@media (max-width: 767px){
    .tel-header2, .tel-header3, .adresse, .email{
        text-align: center;
    }
}


/* Logo footer */
.SSH2, .servicedesecurite2 {

}

.SSH2 {
    font-size: 60px;
    color: #143e94;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.servicedesecurite2 {
    font-size: 30px;
    color: #FFF;
    letter-spacing: 5px;
    font-weight: normal;
}

@media (min-width: 767px){
    .SSH2 {
        padding-top: 60px;
    }		
}

@media (min-width: 767px){
    .SSH2, .servicedesecurite2  {
        padding-left: 60px;
        text-align: left;
    }		
}

.navfoot {
    font-size: 22px;	
    letter-spacing: 3px;
}

footer {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFF;
    background-color: rgba(30,30,30,1.00);
    padding-right: 5%; 
    padding-left: 5%;
    font-size: 16px;
}

.inovision{
    font-size: 20px;
}

.abovefooter {
    background-color: black;
}

/* ~ FOOTER-FIN ~ */

/* ~ AUTRES-DEBUT ~ */

/* Le background des icones en ronds */
.bg1 {
    background-image: url(img/bg_services.jpg);
    height: 615px;
}

@media (min-width: 767px){
    .bg1 {
        padding-top: 175px;
    }		
}

@media (max-width: 479px){
    .bg1 {
        background: url(img/bg_services.jpg) center center/cover no-repeat;
        height: auto;
    }		
}

/* Fond bleu section contact */
.fond-bleu{
    background-color: #143e94;	
}

/* La map */
.map {
    height: 300px;
}

/* Icones en rond */
.rond-blanc1 {
    background-color: white;
    border-radius: 100px;
    height: 165px;
    width: 165px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(img/icone_gauche_n.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.rond-blanc2 {
    background: white;
    border-radius: 100px;
    height: 165px;
    width: 165px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(img/icone_droite.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (max-width: 767px){
    .rond-blanc2 {
        margin-top: 30px;
    }		
}

.single-service {
    display:block;
}

.single-service:hover h3 {
    background-image: url(img/barreblanche.jpg);
    background-repeat: no-repeat;
    background-position: 50% 35px;
}

.single-service:hover .rond-blanc1 {
    background-image:url(img/icone_gauche.png)
}

.single-service:hover .rond-blanc2 {
    background-image:url(img/icone_droite_b.png)
}

.rb1t {
    height: 50px;
}


/* Le caroussel de produit */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 75%;
    margin: auto;
}

.carou {
    max-width: 80%;
    margin-left: 7%;
}

.p-carousel {
    padding-right: 15%;
    padding-top: 2%;
    font-weight: bold;
    font-size: 20px;
    background-image: url(img/barrenoir.jpg);
    background-repeat: no-repeat;
    background-position: 85px 10px;
}

/* Le bouton contact */
.bcontact{
    height: 40px;
    border-radius: 10px;
    width: 250px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.tbcontact {
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #143e94 ;
}

.bcontact:hover {
    background-color: #143e94;
    border: 3px solid rgba(255,255,255,1.00);
}

.tbcontact:hover {
    color: #FFF;
    line-height: 32px;	
}

@media (min-width: 990px){
    .bcontact {
        float:left;
        margin-top: 55px;
    }		
}

@media (max-width: 989px){
    .bcontact {
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px;
    }		
}

@media (min-width: 990px){
    .bcontact2 {
        padding-left: 75px;
    }		
}

/* Formulaire */
input[type="text"] {
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: rgba(235,235,235,1.00);
    width: 100%;
    padding: 10px;
    border: none;
    font-size: 16px;
    font-weight: bold;

}

textarea {
    width: 100%;
    height: 250px;
    background-color: rgba(235,235,235,1.00);
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 10px;
}

input[type=submit]{
    text-align: center;
    min-width: 150px;
    font-size: 100%;
    font-weight: bolder;
    height: 40px;
    width: 20%;
    background-color: #143e94;
    margin-left: auto;
    margin-right: auto;
    clear:both;
    color: #FFF;
}

input[type=submit]:hover{
    color:#143E94;
    background-color: #FFF;
    border: 3px solid #143E94;
}

/* Bouton envoyer formulaire */
.benvoyer{
    height: 40px;
    width: 250px;
    background-color: #143e94;
    margin-left: auto;
    margin-right: auto;
    clear:both;
}

.tbenvoyer {
    line-height: 42px;
    font-size: 18px;
    color: #FFF ;
}

.benvoyer:hover {
    background-color: #FFF;
    border: 3px solid #143E94;
}

.tbenvoyer:hover {
    line-height: 35px;
    color: #143e94;	
}

/* Les fonds gris */

/* Les fonds gris de la page alarme */
.fond-gris1 {
    background-color: #f5f5f5;	
}

.fond-gris2 {
    background-color: #e9e9e9;	
}

.fond-gris3 {
    background-color: #dddddd;	
}

/* Les fonds gris de la page intercom */
.fond-gris1I {
    background-color: #f5f5f5;
}

.fond-gris2I {
    background-color: #e9e9e9;
}

.fond-gris1II {
    background-color: #f5f5f5;
}

.fond-gris2II {
    background-color: #e9e9e9;
}

@media (min-width: 768px){
    .fond-gris1I, .fond-gris2I, .fond-gris1II, .fond-gris2II {
        min-height: 660px;
    }		
}

@media (max-width: 768px){
    .fond-gris1II {
        background-color: #e9e9e9;
    }		
}

@media (max-width: 768px){
    .fond-gris2II {
        background-color: #f5f5f5 ;
    }		
}

.img-container {
    clear: both;
    text-align: left;
}

.img-container .second-img {
    margin-left: 155px;
}

@media (max-width:1200px) {
    .img-container .second-img {
        margin-left: 35px;
    }
}

@media (max-width:992) {
    .img-container {
        text-align: center;
    }
}

@media (max-width:480px) {
    .img-container img {
        display: block;
        margin: auto;
        max-width: 95% !important;
    }

    .img-container .second-img {
        margin-left: 0;
        display: block;
        margin: auto;
        padding-top: 20px;
    }
}

/* Les fonds gris de la page produit */
.fond-gris1P {
    background-color: #f5f5f5;
}

.fond-gris2P {
    background-color: #e9e9e9;
}

.fond-gris1PP {
    background-color: #f5f5f5;
}

.fond-gris2PP {
    background-color: #e9e9e9;
}

@media (min-width: 768px){
    .fond-gris1P, .fond-gris2P, .fond-gris1PP, .fond-gris2PP {
        min-height: 650px;
    }		
}

@media (max-width: 768px){
    .fond-gris1PP {
        background-color: #e9e9e9;
    }		
}

@media (max-width: 768px){
    .fond-gris2PP {
        background-color: #f5f5f5 ;
    }		
}

/* Réduire la grandeure de texte */
.pwidthmax {
    max-width: 550px;
    margin-bottom: 25px;
    width: 100%;
}

@media (max-width: 990px){
    .pwidthmax {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }		
}

/* Texte avec un espace supplementaire en haut */
.pad-top {
    padding-top: 5%;
}

/* Texte/image avec un espace supplementaire a gauche ou droite g=gauche d=droite  pour espace visuel au milieu*/
.text-produitg {
    padding-right: 3%;	
}

.text-produitd {
    padding-left: 3%		
}

/* Barre bleu=accueil section produit et Barre blanche=toutes les pages section contact */
@media (min-width: 990px){
    .barre-bleu {
        border-right: 3px solid #143E94;
    }		
}

@media (min-width: 990px){
    .barre-blanche {
        border-right: 3px solid #FFF;
    }		
}

/* Faire float texte/image et le chiffre 2 = c'est pour aligner le texte*/
@media (min-width: 990px){
    .f-right {
        float: right;
        clear: both;
    }		
}

@media (min-width: 990px){
    .f-right2 {
        float: right;
        clear: both;
        text-align: right;

    }		
}

@media (min-width: 990px){
    .f-left {
        float: left;
        clear: both;

    }		
}

@media (min-width: 990px){
    .f-left2 {
        float: left;
        clear: both;
        text-align: left;

    }		
}

/* Bouton produit page d'accueil*/
.bproduit{
    height: 40px;
    border-radius: 10px;
    width: 250px;
    background-color: #143e94;
    margin-top: 45px;
}

.tbproduit {
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
}

.bproduit:hover {
    background-color: #FFF;
    border: 3px solid #143E94;
}

.tbproduit:hover {
    line-height: 35px;
    color: #143e94;
}

@media (max-width: 991px){
    .bproduit {
        margin-left: auto;
        margin-right: auto;
    }		
}

.btn-produits {
    padding: 35px 0;
}

.btn-produits .bproduit {
    margin: auto;
}

/* ~ AUTRES-FIN ~ */
