/* GENERAL */

:root {
    --indigo: #2980b9;
    /* bleu */
    --red: #d82c2e;
    /* rouge */
    --dark: #000;
    /* noir */
    --white: #fff;
    /* blanc */
    --blue: #20286c;
    /* bleu foncé */
    --grey: #d2d6ff;
    /* or*/
    --greenLight: #9cfc67;
    /* vert clair */
    --green: #35682d;
    /* vert foncé */
    --shadowGrey: rgba(0, 0, 0, 0.5);
    /* ombre et bordure grise */
    --shadowBlue: rgba(41, 128, 185, 0.6);
    /* ombre et bordure verte */
    --shadowRed: rgba(216, 44, 46, 0.6);
    /* ombre et bordure rouge */
}

* {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Cabin', Arial, sans-serif;
    line-height: 125%;
    font-size: 15px;
    text-align: justify;
    color: var(--blue) !important;
}

h1,
h2,
h3,
h5 {
    font-weight: bold;
    font-family: 'Ubuntu', Times, serif;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

p {
    text-overflow: ellipsis;
    word-wrap: break-word;
}

nav {
    font-family: 'Ubuntu', Georgia, Times, serif;
}

h2 {
    color: var(--blue) !important;
}

h3 {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 40px 0 40px 0;
}

section .heading,
section .contact-heading {
    text-align: center;
    padding-bottom: 20px;
}

section .heading h2,
section .contact-heading h2 {
    text-transform: uppercase;
}

section .description {
    padding: 10px 40px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.red-divider {
    width: 30%;
    height: 2px;
    background: var(--red) !important;
    margin: 10px auto 40px auto;
}

.blue-divider {
    width: 70%;
    height: 2px;
    background: var(--indigo);
    margin: 0 auto;
}

.clearfix,
.container {
    clear: both;
    float: none;
}

.tiret {
    text-indent: 20px;
}

.wrap {
    display: flex;
    align-items: center;
    padding: 5px;
}

.content-image,
.content-text {
    padding: 20px;
}

.double-image {
    margin: 50px 0px;
}


/* -------------------------------------------------------- */


/* BOUTON */

.btn-theme {
    color: var(--white) !important;
    background-color: var(--red) !important;
    border: 1px solid var(--white) !important;
    margin-right: 15px;
    border-radius: 5%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-shadow: 10px 5px 5px var(--shadowGrey);
}

.btn-theme:hover {
    color: var(--red) !important;
    background-color: var(--white) !important;
    border-color: var(--red) !important;
    font-weight: bold;
    box-shadow: 10px 5px 5px var(--shadowBlue) !important;
}


/* -------------------------------------------------------- */


/* HEADER */

#banner_top {
    width: 100%;
    height: 20px;
    background-color: var(--indigo) !important;
    padding: 10px 0px;
}

#banner_top .social {
    text-align: right;
}

#banner_top .social div {
    display: inline-block;
    width: 170px;
    height: 40px;
}

#banner_header {
    text-align: center;
}

#banner-header #logo {
    text-align: center;
}

#banner-header #logo img {
    height: 180px;
    width: 336px;
}

#banner_header #hangs-society {
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}

#banner_header #hangs-society h1 {
    text-shadow: 0 1px 0 #eee, 0 2px 0 #e5e5e5, -1px 3px 0 #c8c8c8, -1px 4px 0 #c1c1c1, -2px 5px 0 #b9b9b9, -2px 6px 0 #b2b2b2, -2px 7px 2px rgba(0, 0, 0, 0.6), -2px 7px 8px rgba(0, 0, 0, 0.2), -2px 7px 45px rgba(0, 0, 0, 0.4);
    color: var(--blue) !important;
    font-size: 27px;
    padding: 40px 20px;
}


/* -------------------------------------------------------- */


/* MENU */

.fixNavigation {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    background: var(--red) !important;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
    max-width: 100%;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 0;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar li a {
    color: var(--white) !important;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: var(--red) !important;
    background-color: var(--white) !important;
}

.navbar-default .navbar-toggle {
    border-style: none;
}

.icon-bar {
    background-color: var(--white) !important;
}


/* -------------------------------------------------------- */


/* BANNER CONTACT */

.contact {
    text-align: center;
    background-color: var(--indigo) !important;
    color: var(--white);
    padding: 40px 0px 60px 0px;
    box-shadow: 10px 5px 5px var(--shadowGrey);
}

.contact h3 {
    text-shadow: 2px 2px 2px var(--red) !important;
}


/* -------------------------------------------------------- */


/* CAROUSEL*/

#carousel {
    padding: 20px 0px;
}

#carousel-generic {
    box-shadow: 10px 5px 5px var(--shadowGrey);
}

.carousel-indicators .active {
    background-color: var(--red) !important;
}

#carousel .carousel-inner {
    height: 300px;
}

.carousel-inner img {
    width: 100%;
}

.carousel-control {
    width: 5%;
}

.carousel-control.left,
.carousel-control.right {
    color: var(--white) !important;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span,
.carousel-control.right span {
    font-size: 30px;
    height: 35px;
    width: 35px;
    background-color: var(--red) !important;
    border: 1px solid var(--white) !important;
    box-shadow: 10px 5px 5px var(--shadowGrey) !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    color: var(--red) !important;
    background-color: var(--white) !important;
    border-color: var(--red) !important;
    box-shadow: 10px 5px 5px var(--shadowBlue) !important;
}

.item a {
    color: var(--white) !important;
}

.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
}

.header-text h5 {
    font-size: 40px;
    margin-bottom: 10px;
}

.header-text h5 span {
    background-color: var(--shadowBlue) !important;
    box-shadow: 10px 5px 5px var(--shadowGrey) !important;
    padding: 10px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.header-text h5 span:hover {
    color: var(--indigo) !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border: 2px 2px 2px var(--indigo) !important;
    box-shadow: 10px 5px 5px var(--shadowBlue) !important;
}


/* -------------------------------------------------------- */


/* PRESENTATION */

#presentation .block-presentation {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.image-block {
    width: 242px;
    height: 242px;
    display: inline-block;
    line-height: 242px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 10px 5px 5px var(--shadowGrey);
    background-position: 50% 50%;
    margin-top: 20px;
}

.text-block {
    color: var(--white) !important;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px 2px var(--blue) !important;
}

#presentation .lien-block-presentation {
    padding: 40px 20px;
    margin: auto;
    background-color: var(--shadowRed) !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 80%;
    width: 80%;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
}

#presentation .lien-block-presentation:hover {
    height: 100%;
    width: 100%;
    background-color: var(--red) !important;
    padding: 100px 40px;
    box-shadow: 10px 5px 5px var(--shadowBlue) !important;
}


/* -------------------------------------------------------- */


/* NETTOYAGE */

#nettoyage .block-nettoyage {
    width: 100%;
    margin: 40px 0px;
    text-align: center;
}

#nettoyage .lien-block-nettoyage {
    padding: 80px 20px;
    margin: auto;
    background-color: var(--shadowRed) !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 80%;
    width: 80%;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
}

#nettoyage .lien-block-nettoyage:hover {
    height: 100%;
    width: 100%;
    background-color: var(--red) !important;
    padding: 40px 40px;
    box-shadow: 10px 5px 5px var(--shadowBlue) !important;
}

.nettoyage-contact {
    text-align: center;
    margin: 20px 0px 40px 0px;
}

#nettoyage #devis{
    margin-top:20px;
}

#toiture-ardoises-naturelles,
#toiture-fibro-ciment,
#entretien-toiture-fibro-ciment,
#entretien-facades {
    padding: 30px 0 20px 0;
    display: inline-block;
}

#nettoyage .nettoyage-image img {
    box-shadow: 10px 5px 5px var(--shadowGrey);
}

#nettoyage h3 {
    text-align: center;
    text-decoration: underline !important;
    margin-bottom: 20px;
}

#nettoyage #block-nettoyage-scroll {
    display: none;
    position: fixed;
    width: 100%;
    left: -12px;
    top: 40%;
    z-index: 9997;
    border-top: 0;
    opacity: 0.6;
}

#nettoyage .glyphicon-block-nettoyage {
    font-size: 20px;
    height: 30px;
    width: 30px;
    color: var(--white) !important;
    text-align: center;
    background-color: var(--red) !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 25%;
    margin-top: 10px;
    box-shadow: 10px 5px 5px var(--shadowGrey);
}

#nettoyage .glyphicon-block-nettoyage:hover {
    font-size: 20px;
    color: var(--red) !important;
    background-color: var(--white) !important;
    border: 1px solid var(--red) !important;
    box-shadow: 10px 5px 5px var(--shadowBlue) !important;
    opacity: 1;
}


/* -------------------------------------------------------- */


/* RAMONAGE */

#ramonage table {
    width: 70%;
    border-collapse: collapse;
    margin: 50px auto;
}

#ramonage tr:nth-of-type(odd) {
    background: #eee;
}

#ramonage td,
#ramonage th {
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid var(--indigo);
}

#ramonage th {
    padding-right: 40px;
    text-align: right;
    background: var(--indigo);
    color: var(--white);
    font-weight: bold;
}

#ramonage td {
    text-align: center;
    color: var(--indigo);
    font-weight: bold;
}

#ramonage .ramonage-price-bottom {
    border-bottom: 1px solid var(--white);
}

#ramonage-image img {
    width: 100%;
}

.ramonage-header-text {
    position: absolute;
    top: 30%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
}

.ramonage-header-text h5 {
    font-size: 30px;
}

.ramonage-header-text h5 span {
    color: var(--white) !important;
    background-color: var(--shadowBlue) !important;
    box-shadow: 10px 5px 5px var(--shadowGrey) !important;
    padding: 10px;
}

#ramonage #bloc-notes {
    margin-top: 40px;
    padding: 20px;
    display: flex;
    align-items: center;
    background-color: var(--grey);
    border-radius: 10px;
    border: 1px solid var(--shadowGrey);
    box-shadow: 10px 5px 5px var(--shadowGrey) !important;
}

#ramonage #bloc-notes #bloc-notes-sign {
    text-align: center;
}

#ramonage #bloc-notes #bloc-notes-text {
    text-align: justify;
    padding: 30px;
}

#ramonage #bloc-notes #bloc-notes-sign .glyphicon-info-sign {
    font-size: 50px;
}


/* -------------------------------------------------------- */


/* RENOVATION */

#renovation img {
    display: block;
    width: 75%;
    margin: 20px auto;
    box-shadow: 10px 5px 5px var(--shadowGrey);
}


/* -------------------------------------------------------- */


/* REALISATIONS */

#realisations #porfolio-buttons {
    width: 100%;
    text-align: center;
    margin: 20px 0px 60px 0px;
}

#realisations #porfolio-buttons .btn {
    width: 20%;
}

#realisations #porfolio-buttons .active {
    font-weight: bold;
    color: var(--blue) !important;
    background-color: var(--white) !important;
    border-color: var(--blue) !important;
    box-shadow: 10px 5px 5px var(--shadowRed);
}

#realisations #portfolio .thumbnail {
    box-shadow: 10px 5px 5px var(--shadowGrey);
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

#realisations #portfolio .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

#realisations #portfolio .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#realisations #portfolio .portfolio-caption {
    text-align: center;
    text-transform: uppercase;
}

#realisations #portfolio a,
#realisations #portfolio a:hover,
#realisations #portfolio a:visited {
    text-decoration: none !important;
    color: var(--blue);
}

#realisations #portfolio .middle {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#realisations #portfolio .text-overlay {
    font-weight: bold;
    font-size: 16px;
    padding: 16px 32px;
    color: var(--white) !important;
    background-color: var(--red) !important;
    border-color: var(--white) !important;
    box-shadow: 10px 5px 5px var(--shadowBlue) !important;
    text-transform: uppercase;
}

#realisations #portfolio .thumbnail:hover .image {
    opacity: 0.4;
}

#realisations #portfolio .thumbnail:hover .middle {
    opacity: 1;
}


/* -------------------------------------------------------- */


/* CONTACT */

#contact {
    background-color: var(--indigo) !important;
}

#contact .heading h2 {
    color: var(--white) !important;
}

#contact-form {
    color: var(--white) !important;
    border: var(--red) !important;
}

#contact-form .form-control {
    border-radius: 5px;
}

#contact-form input[type='submit'] {
    margin: 10px auto 0px;
    display: block;
}

#contact-form .comments {
    color: var(--red) !important;
    text-shadow: var(--white) 1px 1px, var(--white) -1px 1px, var(--white) -1px -1px, var(--white) 1px -1px !important;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    border-radius: 5px;
    height: 25px;
}

#contact-form #contact-age {
    display: none;
}

#contact-form #requis {
    text-align: center;
}

#contact-form #requis p {
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    color: var(--white) !important;
    background-color: rgba(32, 40, 108, 0.7) !important;
    border: var(--white) !important;
    box-shadow: 10px 5px 5px var(--shadowGrey);
}

#contact-form .thank-you {
    color: var(--green) !important;
    background-color: var(--greenLight) !important;
    text-align: center;
    margin-top: 30px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}

#rgpd {
    color: var(--grey) !important;
    text-align: center;
    font-size: 10px;
    line-height: normal;
    font-style: italic;
    padding: 10px 10px 0px 10px;
    margin: 60px 0px 20px 0px;
    border: 1px solid var(--grey) !important;
    border-radius: 10px;
}


/* -------------------------------------------------------- */


/* footer */

footer {
    text-align: center;
    width: 100%;
    color: var(--white) !important;
    background-color: var(--red) !important;
    padding: 20px 10px 20px 10px;
    border-top: 2px ridge var(--white) !important;
}

footer .glyphicon {
    font-size: 25px;
    height: 35px;
    width: 35px;
    color: var(--blue) !important;
    background-color: var(--white) !important;
    border: 1px solid var(--blue) !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 25%;
    margin: 20px;
    box-shadow: 10px 5px 5px var(--shadowGrey);
}

footer .glyphicon:hover {
    font-size: 30px;
    padding-left: 2px;
    color: var(--white) !important;
    background-color: var(--blue) !important;
    border: 1px solid var(--white) !important;
    box-shadow: 10px 5px 5px var(--shadowBlue) !important;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.top-scroll {
    cursor: pointer;
    z-index: 9998;
    border-radius: 50em;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

footer a {
    width: 100%;
}

footer a h1 {
    color: var(--white) !important;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 10px;
}

footer a p {
    color: var(--white) !important;
    margin-bottom: 20px;
}

footer a:hover h1 {
    color: var(--blue) !important;
    text-shadow: 2px 2px 2px var(--white) !important;
}

footer h3 {
    font-size: 15px;
    height: 60px;
    padding-top: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

footer a h3 {
    color: var(--white) !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

footer a:hover h3 {
    font-size: 17px;
    font-weight: bold;
    color: var(--blue) !important;
    text-shadow: 2px 2px 2px var(--white) !important;
    text-decoration: overline !important;
}

footer hr {
    color: var(--white);
    margin: 20px;
}

footer .footer-copyright {
    margin: 10px;
}


/* -------------------------------------------------------- */


/*Tablettes*/


/*@media only screen and (min-width: 768px) and (max-width: 992px) {*/

@media (min-width: 768px) and (max-width: 992px) {
    /* général */
    body {
        font-size: 13px;
    }
    .heading h2 {
        font-size: 25px;
    }
    .contact h3 {
        font-size: 20px;
    }
    .wrap {
        display: block;
    }
    .content-image,
    .content-text {
        padding: 10px;
    }
    .content-image {
        text-align: center;
    }
    h3 {
        margin-bottom: 10px;
    }
    section {
        padding: 30px 0;
    }
    section .heading,
    section .contact-heading {
        text-align: center;
        padding-bottom: 10px;
    }
    section .heading {
        padding: 0px 40px;
    }
    section .description {
        padding: 10px 20px;
    }
    .red-divider {
        margin: 20px auto 20px auto;
    }
    .double-image {
        margin: 0px;
    }
    /* header */
    #banner-header #logo {
        padding-right: 0px;
        padding-left: 0px;
    }
    #banner-header #logo img {
        height: 140px;
        width: 261px;
    }
    #banner_header #hangs-society {
        padding: 10px;
    }
    #banner_header #hangs-society h1 {
        font-size: 22px;
        padding: 20px 0px 10px 0px;
    }
    /* nav */
    .navbar {
        font-size: 12px;
        letter-spacing: 0px;
    }
    /* carroussel */
    #carousel .carousel-inner {
        height: 200px;
    }
    #carousel .header-text h5 {
        font-size: 30px;
    }
    .header-text {
        top: 10%;
    }
    /* à propos */
    .image-block {
        width: 170px;
        height: 170px;
        line-height: 170px;
        margin-top: 10px;
    }
    #presentation .lien-block-presentation {
        padding: 20px 20px;
    }
    #presentation .lien-block-presentation:hover {
        padding: 60px 40px;
    }
    .lien-block-presentation,
    .lien-block-nettoyage {
        font-size: 12px;
    }
    /* nettoyage */
    #nettoyage .lien-block-nettoyage {
        padding: 60px 20px;
    }
    #image-demoussage-fibrociment {
        display: none;
    }
    .double-image {
        margin-bottom: 20px;
    }
    #nettoyage #block-nettoyage-scroll {
        top: 40%;
        left: -15px;
    }
    #nettoyage .glyphicon-block-nettoyage {
        font-size: 15px;
        height: 25px;
        width: 25px;
    }
    #nettoyage .glyphicon-block-nettoyage:hover {
        font-size: 20px;
    }
    /* ramonage */
    #ramonage table {
        width: 100%;
    }
    #ramonage td,
    #ramonage th {
        font-size: 17px;
    }
    .ramonage-header-text h5 {
        font-size: 20px;
    }
    #ramonage #bloc-notes #bloc-notes-text {
        padding: 10px;
    }
    /* nos réalisations*/
    #realisations #porfolio-buttons .btn {
        width: 22%;
        font-size: 13px;
    }
    /* formulaire de contact */
    #contact-form #requis {
        margin-top: 20px;
    }
    /* footer */
    footer h3 a:hover {
        font-size: 14px;
        margin-top: 20px;
    }
}


/* -------------------------------------------------------- */


/*Smartphone*/


/*@media only screen and (max-device-width:767px) {*/

@media (max-width:767px) {
    /* général */
    body {
        font-size: 13px;
    }
    .heading h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .wrap {
        display: block;
    }
    .content-image,
    .content-text {
        padding: 10px;
    }
    .content-image {
        text-align: center;
    }
    section {
        padding: 40px 0;
    }
    section .heading,
    section .contact-heading {
        text-align: center;
        padding-bottom: 10px;
    }
    section .heading {
        padding: 0px 20px;
    }
    section .description {
        padding: 10px 20px;
    }
    /*boutons contact */
    .btn-theme {
        font-size: 13px;
        margin-right: 5px;
        box-shadow: 5px 5px 5px var(--shadowGrey);
    }
    .btn-theme:hover {
        box-shadow: 5px 5px 5px var(--shadowBlue) !important;
    }
    .red-divider {
        margin: 20px auto 20px auto;
    }
    /* header */
    #banner_top .social {
        text-align: center;
    }
    #banner_top .social div {
        display: inline-block;
        width: 160px;
    }
    #banner_header {
        margin-top: 30px;
    }
    #banner_header #logo {
        text-align: center;
    }
    #banner_header img {
        width: 223px;
        height: 120px;
    }
    #banner_header #hangs-society h1 {
        font-size: 17px;
        padding:20px;
    }
    /* bandeau contact */
    .contact {
        padding: 10px 20px 30px 20px;
    }
    /* carousel */
    #carousel {
        padding: 0px;
    }
    #carousel .carousel-inner {
        height: 180px;
    }
    .carousel-control.left span,
    .carousel-control.right span {
        font-size: 20px;
        height: 25px;
        width: 25px;
    }
    .header-text {
        top: 15%;
    }
    .header-text h5 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    /* à propos */
    .image-block {
        width: 170px;
        height: 170px;
        line-height: 170px;
        margin-top: 10px;
    }
    #presentation .lien-block-presentation {
        padding: 20px 20px;
    }
    #presentation .lien-block-presentation:hover {
        padding: 60px 40px;
    }
    .lien-block-presentation,
    .lien-block-nettoyage {
        font-size: 12px;
    }
    /* nettoyage */
    #nettoyage .lien-block-nettoyage {
        padding: 60px 20px;
    }
    #image-demoussage-fibrociment {
        display: none;
    }
    .double-image {
        margin-bottom: 20px;
    }
    #nettoyage #block-nettoyage-scroll {
        top: 80%;
        left: -15px;
    }
    #nettoyage .glyphicon-block-nettoyage {
        font-size: 10px;
        height: 20px;
        width: 20px;
    }
    #nettoyage .glyphicon-block-nettoyage:hover {
        font-size: 15px;
    }
    /* ramonage */
    #ramonage table {
        width: 100%;
    }
    #ramonage td,
    #ramonage th {
        font-size: 15px;
        text-align: center;
        padding: 10px;
    }
    .ramonage-header-text {
        top: 15%;
    }
    .ramonage-header-text h5 {
        font-size: 15px;
        line-height: 250%;
    }
    #ramonage #bloc-notes {
        padding: 20px;
        margin-top: 20px;
    }
    #ramonage #bloc-notes #bloc-notes-sign {
        text-align: left;
    }
    #ramonage #bloc-notes #bloc-notes-sign .glyphicon-info-sign {
        font-size: 40px;
    }
    #ramonage #bloc-notes #bloc-notes-text {
        padding: 0px 10px;
    }
    /* renovations */
    #renovation img {
        width: 100%;
        margin: 0 auto;
    }
    #renovation .nettoyage-contact {
        margin: 20px 0px;
    }
    /* nos réalisations*/
    #realisations #porfolio-buttons .btn {
        width: 45%;
        font-size: 13px;
        margin-top: 10px;
    }
    /* formulaire de contact */
    #contact-form #requis {
        margin-top: 20px;
    }
    #contact #rgpd {
        margin: 40px 0px;
    }
    /* footer */
    footer {
        padding: 10px;
    }
    footer .glyphicon {
        font-size: 15px;
        height: 25px;
        width: 25px;
        margin: 10px;
    }
    footer .glyphicon:hover {
        font-size: 20px;
        padding-left: 2px;
    }
    footer h3 {
        height: 20px;
        padding-top: 0px;
    }
    footer h3 a:hover {
        font-size: 14px;
        margin-top: 10px;
    }
}