/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/opensans/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/assets/fonts/opensans/open-sans-v40-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/opensans/open-sans-v40-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/assets/fonts/opensans/open-sans-v40-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
    font-size: 18px;
    font-family: "Open Sans";
    width: 100%;
    margin: 0;
}

.page-home {
    background-color: #ffffff;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header .inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header .inner .logo {
    padding-bottom: 10px;
}

header .inner .info {
    text-align: left;
}

header .inner .info h2 {
    line-height: 20px;
}

header .inner .info .contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 24px;
    padding-bottom: 10px;
    margin: 0;
}

header .inner .info .contact i {
    padding-right: 10px;
}

header .inner .info .contact .phone {
    font-weight: bold;
    font-size: 24px;
}

header .inner .info .contact .phone span {
    color: #000;
}

header .inner .info .contact .facebook {
    color: #000;
    margin-left: 25px;
}

header .inner .info .contact .facebook a p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .inner .info .contact .facebook a p i {
    padding-right: 5px;
}

header .inner .info .contact .facebook a p span {
    font-size: 18px;
    display: block;
}

header .inner .info .email {
    padding-bottom: 15px;
}

header .inner .info .email a:link,
header .inner .info .email a:visited {
    color: #000;
}

header .inner .info .email a:focus,
header .inner .info .email a:hover {
    text-decoration: none;
    color: #92c83e;
}

header .inner .info .email a:link i,
header .inner .info .email a:visited i {
    font-size: 24px;
}

header .accroche {
    font-size: 18px;
    line-height: 20px;
    text-align:center;
    max-width: 490px;
}

header .cert {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

header .cert .locate {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

header .cert .locate i {
    font-size: 36px;
}


header .cert img {
    max-height:100px;
}

h1 {
    font-size: 36px;
    color: #92c83e;
}

h2 {
    font-size: 18px;
    color: #000;
}

h3 {
    font-size: 30px;
    color: #92c83e;
}

h1,h2, h3 {
    margin: 0;
    font-weight: bold;
}

a {
   text-decoration: none;
   color: #000;
}

i {
    color: #92c83e;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: 0;
}

main .content {
    padding-top: 52px;
}

main .content p {
    font-size:24px;
}

main .diapo {
    position :relative;
    margin: 0;
}

main .diapo img {
    position: relative;
    z-index: 1;
    padding: 0;
}

main .diapo .backgroundleft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 45px;
    left: 50px;
    min-height: auto;
    width: 450px;
    background-color: rgba(239, 238, 239, 0.9);
    border-top: 20px solid #92c83e;
    z-index: 5;
}

main .diapo .backgroundleft .title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    font-weight :700;
    padding-left: 50px;
    padding-right: 50px;
}

main .diapo .backgroundleft .title span, main .diapo .backgroundleft .detail span {
    color: #92c83e;
}

main .diapo .backgroundleft .detail {
    font-size: 24px;
    line-height: 24px;
    padding-left: 50px;
    padding-right: 50px;
}

main .diapo .backgroundleft .detail span {
    font-weight :700;
}

main .diapo .backgroundright {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 54px;
    right: 50px;
    height: 120px;
    width: 540px;
    background-color: rgba(239, 238, 239, 0.9);
    z-index: 5;
}

main .diapo .backgroundright .recycle {
    display: flex;
    justify-content: center;
    align-items: center;
}

main .diapo .backgroundright .recycle p {
    display: flex;
    flex-direction: row;
}

main .diapo .backgroundright .recycle  p .fa-car-alt {
    font-size: 48px;
}

main .diapo .backgroundright .recycle  p .fa-recycle {
    font-size: 18px;
}

main .diapo .backgroundright div .detail {
    font-size: 18px;
    font-weight:700;
    margin-top: 0;
    margin-bottom: 0;
}

main .diapo .backgroundright div img {
    margin: 4px;
}

main .content .photos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

main .content .photos figure {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 10px 0;
}

main .content .photos figure img {
    padding: 0;
    max-width: 290px;
}

main .content .photos figure .legende {
    position: absolute;
    bottom:-1px;
    height: 60px;
    min-width: inherit;
    background-color: #fff;
    border-top: 5px solid #92c83e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin:0;
}

main .content .photos figure .legende p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
}

.d-none {
    display: none!important;
}

.d-block {
    display: block!important;
}

footer {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .topfooter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position : relative;
}

footer .topfooter .pictos {
    position : absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
}

footer .topfooter .pictos div {
    min-width: auto;
}

footer .topfooter .pictos div p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 16px;
    margin-bottom:0;
}

footer .topfooter .pictos div svg {
    height: 72px;
}

footer .inner {
    display: flex;
    justify-content: space-evenly;
    background-color: #92c83e;
}

footer .message {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }

    header {
        justify-content: center;
    }

    header .inner .logo {
        padding-right: 10px;
        padding-left: 10px;
    }

    header .inner .info {
        padding: 0;
    }

    header .inner .info .contact .phone {
        font-size: 20px;
    }

    header .inner .info .contact .facebook {
        margin-left: 0;
        padding-top: 10px;
    }

    header .cert {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    main .diapo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position :relative;
    }

    main .diapo .backgroundleft {
        width: 100%;
    }

    main .diapo .backgroundleft,
    main .diapo .backgroundright {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    main .diapo .backgroundleft .title {
        font-size: 18px;
        line-height: 20px;
    }

    main .diapo .backgroundleft .detail {
        font-size: 18px;
        line-height: 20px;
        padding: 0;
    }

    main .diapo .backgroundright {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    main .diapo .backgroundright .recycle {
        order: 2;
    }

    main .diapo .backgroundright .text-wrap {
        order: 1;
        text-align: center !important;
        padding: 0;
    }

    main .diapo .backgroundright .logo-vhu {
        order: 3;
    }

    main .content {
        padding-top: 20px;
    }

    main .content p {
        font-size: 18px;
    }

    main .content .photos figure {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    main .content .photos figure .legende p {
        font-size: 14px;
        line-height: 14px;
    }

    footer .topfooter {
        justify-content: flex-start;
    }

    footer .topfooter .pictos {
        position: relative;
        padding-top: 10px;
    }

    footer .topfooter .pictos div svg {
        height: 50px;
    }

    footer .topfooter .pictos div p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    header {
        justify-content: center;
    }

    header .cert {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    main .diapo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position :relative;
    }

    main .diapo .backgroundleft, main .diapo .backgroundright {
        position: relative;
        margin-top: 20px;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    main .content .photos figure {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    footer .topfooter {
        justify-content: flex-start;
    }

    footer .topfooter .pictos {
        position: relative;
        padding-top: 10px;
    }

    footer .topfooter .pictos div svg {
        height: 50px;
    }

    footer .topfooter .pictos div p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .cert {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    main .diapo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position :relative;
    }

    main .diapo .backgroundleft, main .diapo .backgroundright {
        position: relative;
        margin-top: 20px;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    main .content .photos figure {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    footer .topfooter {
        justify-content: flex-start;
    }

    footer .topfooter .pictos {
        position: relative;
        padding-top: 10px;
    }

    footer .topfooter .pictos div svg {
        height: 50px;
    }

    footer .topfooter .pictos div p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1110px) {
    main .diapo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position :relative;
    }

    main .diapo .backgroundleft, main .diapo .backgroundright {
        position: relative;
        margin-top: 20px;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    main .content .photos figure {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    footer .topfooter .pictos div {
        padding: 0;
    }

    footer .topfooter .pictos div svg {
        height: 50px;
    }

    footer .topfooter .pictos div p {
        font-size: 12px;
        line-height: 14px;
    }
}