/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    background-color: #302e2d;
    font-size: 70%;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
}
@media (min-width: 576px) {
    html {
        /* 20*16px = 320px */
        font-size: 90%;
        /* 200% of 16px = 32px */
    }
}
@media (min-width: 992px) {
    html {
        font-size: 100%;
    }
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@-ms-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}
* {
    margin: 0;
    padding: 0;
}
/*=====================loader=======================*/

.chargement {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: wait;
    background-color: #474543;
}

.loader {
    width: 200px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    top: 42%;
}

#loader-6{
text-align: center;
}

#loader-6 span{
  display: inline-block;
  width: 8px;
  height: 60px;
  background-color: #ED7620;
margin-left: 3px;
}

#loader-6 span:nth-child(1){
  animation: grow 1.5s ease-in-out infinite;
    background-color: #ED7620;
}

#loader-6 span:nth-child(2){
  animation: grow 1.5s ease-in-out 0.15s infinite;
    background-color: #F1B000;
}

#loader-6 span:nth-child(3){
  animation: grow 1.5s ease-in-out 0.30s infinite;
    background-color: #DF007C;
}

#loader-6 span:nth-child(4){
  animation: grow 1.5s ease-in-out 0.45s infinite;
    background-color: #65B140;
}

#loader-6 span:nth-child(5){
  animation: grow 1.5s ease-in-out 0.60s infinite;
    background-color: #009DDC;
}

@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}


.loaded .loader {
    opacity:0;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded .chargement {
    visibility:hidden;
}
/*=====================main rules=======================*/

body {
    background-color: #302e2d;
    padding-top: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 100%;
    line-height: 125%;
    position: relative;
}
html,
body {
    height: 100%;
    width: 100%;
}
p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.8rem;
    font-size: 1.1rem;
    font-weight: 300;
}
.contenu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
a {
    color: #959595;
}
a:hover, a p:hover {
    color: #b2b2b2;
    text-decoration: none;
}
h1 {
    color: white;
    line-height: 3rem;
    font-weight: 500;
    font-size: 3rem;
    text-align: left;
    width: 100%;
    margin-left: 1rem;
    padding-right: 2rem;
}
h2 {
    color: #4e4e4e;
    line-height: 2.5rem;
    font-weight: 600;
    font-size: 2rem;
    text-align: left;
    width: 100%;
    margin: 3rem 0 2rem 0;
}
h3 {
    color: #6a6a6a;
    line-height: 2.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-left: 1rem;
}
/*@media (min-width: 450px) {
    h3 {

    }
    h2 {

    }
}
h1 {

}*/

.citation {}
@media (min-width: 650px) {
    .citation {}
     aside a {
        line-height: 2rem;
        font-weight: 400;
        font-size: 1.8rem;
        text-align: left;
        margin-bottom: 1.2rem;
        display: block;
    }
    aside a:hover {
        color: #474543;
    }
}
h4 {
    font-weight: 400;
    font-size: 1.6rem;
    font-variant: small-caps;
}
h5 {} .description p {
    line-height: normal;
    text-align: left;
}
.description-titre {
    color: #8d8989;
}
/*===========================parallax==================*/

/*=========================visio carousel==================*/

.carousel {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
@media (min-width: 450px) {
    .carousel-inner {
        background-color: white;
    }
}
@media (max-width: 450px) {
    .img-base img {
        width: 100% !important;
        height: auto !important;
    }
}
.desc-div {
    margin-bottom: 40px;
}
.carousel-control-prev {
    right: 50px;
    left: auto;
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    text-align: center;
    opacity: 0.5;
    align-self: center;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 50px;
    height: 30px;
    background-size: 100% 100%;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #ED7620;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-item img {
    width: 100%;
    height: auto;
}
.img-down,
.img-centered {
    margin-top: 0px;
}
@media(min-width: 992px) {
    .img-down {
        margin-top: -160px;
    }
    .img-centered {
        margin-top: -120px;
    }
}
@media(min-width: 1200px) {
    .img-down {
        margin-top: -250px;
    }
    .img-centered {
        margin-top: -120px;
    }
}
.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    padding: 7px;
    overflow: visible;
    height: 50px;
    width: 50px;
}
.hamburger-box {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    top: 13px;
    width: 35px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::after {
    bottom: -13px;
    left: 12.5px;
    width: 10px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    transform: rotate(180deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*====================services losanges==========================*/

/*===================footer contact==================*/

.info_bulle,
.info_bulle p {
    text-align: left;
    font-size: 0.8rem;
    line-height: 0.8rem;
}
.contact,
.contact p {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-family: "Oswald", sans-serif;
}
/*#contact-f {
    background-color: #474543;
}*/

.form-row {
    margin-bottom: 20px;
    line-height: 1.25rem;
}
.form-row p {
    line-height: 2.1rem;
}
.form-control {
    border: inherit;
    background-color: rgba(255, 255, 255, 0.07);
    color: #f2f2f2;
}
.form-control::-webkit-input-placeholder {
    color: #b9b9b9;
}
.form-control:-moz-placeholder {
    color: #b9b9b9;
}
.form-control::-moz-placeholder {
    color: #b9b9b9;
}
.form-control:-ms-input-placeholder {
    color: #b9b9b9;
}
.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b9b9b9;
}
.form-control::placeholder {
    /* Most modern browsers support this now. */
    color: #a0a0a0;
}
.form-control:focus {
    color: #495057;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    outline: 0;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem #484848;
    color: #f2f2f2;
}
input {
    background-color: aqua;
    color: red;
}
input:-webkit-autofill holder {
    display: none;
}
.btn-primary {
    border-radius: 0;
    border-width: 0px;
}

.btn-primary:hover {
  background-color: inherit;
  border-color: inherit;
}

.holder {
    position: absolute;
    margin: 0px 10px;
    color: #b9b9b9;
    cursor: auto;
    font-size: 11pt;
    z-index: 1;
}
#map2 {
    margin-top: 40px;
    margin-bottom: 50px;
    width: 300px;
    height: 300px;
}
footer * {
    background-color: #474543;
}
/* ==========================================================================
   Bootstrap modifications
   ========================================================================== */

.collapse.show {
    max-height: 400px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.navbar {
    padding-bottom: 0;
}
.navbar-toggler {
    border: none;
}
.dropdown-item {
    line-height: 2rem;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #4a4a4a;
    text-decoration: none;
    background-color: rgba(93, 181, 186, 0.1);
}
.dropdown-item:hover img,
.dropdown-item:focus img,
.dropdown-item.active img {
    opacity: 1;
}
.nav-item {
    margin: 2px;
    font-weight: 400;
    font-variant: small-caps;
    font-size: 1.5rem;
    line-height: 2.3rem;
}
.dropdown-menu .nav-item {
    margin: 2px;
    font-weight: 400;
    font-variant: normal;
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding-right: 0px;
    padding-bottom: 15px;
    width: 200px;
}
.dropdown-menu {
    width: 1rem;
    margin: 0.125rem 0 0 2rem;
    background-color: inherit;
    border: inherit;
    border-radius: none;
}
.dropdown-item.active {
    color: rgb(237, 118, 33);
    background-color: inherit;
    font-weight: 700;
}
.nav-link {
    color: #959595;
    -webkit-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;
}
aside .nav-link {
    color: white;
    -webkit-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;
}
footer .nav-link:hover {
    padding-left: 6px;
    -webkit-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.1s ease-in-out;
}
@media (min-width: 768px) {
    .collapse.show {
        max-height: 100%;
        overflow-y: visible;
    }
    .nav-link {
        font-weight: 400;
        font-variant: small-caps;
        font-size: 1rem;
        line-height: 1.4rem;
        padding: 0;
        margin: 0;
    }
    aside .nav-link {
        font-variant: normal;
        color: white;
        line-height: 2rem;
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 1rem;
        width: fit-content;
        display: flex;
    }
    .nav-item:hover {
        background-color: inherit;
    }
    .dropdown-menu {
        margin: 0;
        background-color: #f0f0f0;
        border: inherit;
    }
    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: inherit;
        border-left: 5px solid transparent;
    }
    .nav-link.active {
        padding-left: 6px;
    }
    aside .nav-link.active {
        padding-left: 0px;
        padding-bottom: 20px;
        border-bottom: white solid 1px;
    }
}
/*===================Blike========================*/

.op02 {
    opacity: 0.2;
}
.op05 {
    opacity: 0.5;
}
.op07 {
    opacity: 0.7;
}
.op10 {
    opacity: 1;
}
.lineh1 {
    line-height: 1rem;
}
.lineh125 {
    line-height: 1.25rem;
}
.orange {
    color: rgb(237, 118, 32);
}
.white {
    color: white;
}
.very-light-grey {
    color: #cecece;
}
.light-grey {
    color: #959595;
}
.grey {
    color: #818181;
}
.dark-grey {
    color: #5f5f5f;
}
.text-2rem {
    font-size: 2.3rem;
    line-height: 2rem;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.t100 {
    height: 100%;
    width: 100%;
}
.ov-hidden {
    overflow: hidden;
}
/*True bootstrap rules*/

.pt-6 {
    padding-top: 6rem !important;
}
@media (min-width: 768px) {
    .pr-md-6 {
        padding-right: 6rem !important;
    }
}
@media (min-width: 992px) {
    .mt-lg-65 {
        margin-top: 9rem !important;
    }
}
.text-danger {
    color: #db4c73;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href)")";
    }
    abbr[title]:after {
        content: " (" attr(title)")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.box-img {
    margin-bottom: 10px;
}
.box {
    height: 550px;
    margin: 15px 0;
}
.card-title h3,
.card-title {
    font-family: 'Oswald', sans-serif;
    color: white;
    line-height: 2.5rem;
    font-weight: 600;
    font-size: 2.4rem;
    margin: 10px 0 0 0;
    text-align: left;
}
* .card .box-more {
    padding: 10px 0 0 0;
    border-top: 1px solid white;
    text-align: right;
    color: white;
}
.main-container {} .box-bkg {
    height: 100%;
    background-color: #474543;
}
.box-logo {
    height: auto;
    width: 100%;
    padding-left: 30px;
}
.card {
    border-style: none;
    background-color: #474543;
    border-radius: 0;
}
.card-img-top {
    border-radius: 0px;
}
/*
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

    }
}

@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}*/

.card-filter {
    width: 100%;
    height: 100%;
    background-color: rgba(59, 59, 59, 0.27);
    position: absolute;
    top: 0;
    z-index: 200;
}
.card-filter:hover {
    background-color: rgba(255, 210, 62, 0.5);
}
.card-cit {
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height: 3.5rem;
    font-weight: 300;
    font-size: 3.6rem;
    margin: 30px;
    text-align: left;
    font-variant: small-caps;
}

.orange-stv {
    background-color: #ED7620;
}
.card-cit-2 {
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height: 2.2rem;
    font-weight: 500;
    font-size: 2.8rem;
    margin: 10px 0 0 10px;
    text-align: left;
}
.font-xl {
    font-size: 12rem;
    line-height: 10rem;
}
.TP {
    color: #ED7620;
}
.CA {
    color: #F1B000;
}
.BE {
    color: #DF007C;
}
.ECO {
    color: #65B140;
}
.TR {
    color: #009DDC;
}
.ppv {
    color: #868686;
}

.TP:hover{
    color: rgba(237, 118, 32, 0.71);
}
.CA:hover{
   color: rgba(241, 176, 0, 0.58);
}
.BE:hover{
   color: rgba(223, 0, 124, 0.6);
}
.ECO:hover{
    color: rgba(101, 177, 64, 0.62);
}
.TR:hover{
    color: rgba(0, 157, 220, 0.63);
}
.ppv:hover{
    color: rgba(134, 134, 134, 0.63);
}
.back-TP {
    background-color: rgba(237, 118, 32, 0.71);
}
.back-CA {
   background-color: rgba(241, 176, 0, 0.58);
}
.back-BE {
    background-color: rgba(223, 0, 124, 0.6);
}
.back-ECO {
    background-color: rgba(101, 177, 64, 0.62);
}
.back-TR {
    background-color: rgba(0, 157, 220, 0.63);
}
.back-ppv {
    background-color: rgba(134,134,134, 0.63);
}

.card-img-full {} .vigi:hover {
    opacity: 0.7;
}
.no-hover.card-filter:hover {
    background-color: rgba(59, 59, 59, 0.27);
}
.navbar-toggler-icon {
    width: 3em;
    height: 3em;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 40 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(237, 118, 32, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M8 7h22M8 15h22M8 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 576px) {
    .card-img-top {
        height: auto !important;
        width: 100%;
        overflow: hidden;
    }
}
.back-white {
    background-color: white;
}
.back-img {
    width: 100%;
    height: 300px;
    position: absolute;
    overflow: hidden;
}
.content {
    margin-top: 350px;
    color: #000;
}
aside {
    top: 150px;
}
.aside-wrapper {
    position: relative;
    top: 449px;
    height: 200px;
}
.aside-menu ul {
    padding: 40px 0;
    width: 100%;
}
.t-1px {
    top: -1px;
}
.border-light-grey {
    border-color: #959595 !important;
}
footer h4,
footer nav-link,
footer p {
    color: #959595;
}
.picto-titre {
    height: 40px;
    width: auto;
    margin-right: 20px;
}
.test {
    bottom: 0;
    margin-top: auto
}
.logo {
    max-height: 100px;
}
@media (min-width: 768px) {
    .logo {
        max-height: 150px;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .dropdown-toggle:before,
    .dropdown-toggle:after {
        display: none!important;
    }
    .back-img {
        width: 100%;
        height: 450px;
        position: absolute;
        overflow: hidden;
    }
    .content {
        margin-top: 500px;
        color: #000;
    }
    .picto-titre {
        height: auto;
        width: 60%;
        margin-bottom: 30px;
    }
}
.intro {
    font-weight: 500;
    font-size: 1.3rem;
}
.img-text {} .img-text img {
    object-fit: cover;
    height: 250px;
    width: 100%;
    font-family: 'object-fit: contain;';
}
.img-text img.img-top {
    object-position: top;
    font-family: 'object-position: top;';
}
.img-text img.img-left {
    object-position: left;
    font-family: 'object-position: top;';
}
p a {
    font-weight: 400;
    color: #000;
}
.TP2:hover,
.TP2.active {
    color: #ED7620 !important;
}
.CA2:hover,
.CA2.active {
    color: #F1B000 !important;
}
.BE2:hover,
.BE2.active {
    color: #DF007C !important;
}
.ECO2:hover,
.ECO2.active {
    color: #65B140 !important;
}
.TR2:hover,
.TR2.active {
    color: #009DDC !important;
}
.PPV:hover,
.PPV.active {
    color: #868686 !important;
}

#top-btn {
    width: 56px;
    line-height: 0px;
    display: none;
    position: absolute;
    top: -54px;
    right: 0px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
}

#top-btn:hover {
    background-color: #52504f;
}
.content .list-text {
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8rem;
    font-size: 1.1rem;
    font-weight: 300;
}
.in-cit {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 3rem;
    font-weight: 200;
    font-size: 3rem;
    font-variant: small-caps;
}
.small-in-cit {
    font-size: 2.5rem;
line-height: 2.5rem;}

.btn{
    font-size: 1.4rem;
    line-height: 25px;
    text-align:center;
}
