.test {
    border: 1px solid black;
}

body {
    overflow-x: hidden;
    background-color: #f5f5f5;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-fixed {
    position: absolute;
    z-index: 999999999;
}

.row {
    margin: 0 0;
}

/******** NAVIGATION ********/
nav {
    height: 64px;
    max-height: 64px;
    line-height: 62px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
}

.logo {
    height: 55px;
    margin-left: 25px;
}

#logonoir {
    display: none;
}

/*logo linkedin Blanc*/

#logolinkedinblanc {
  height: 55px;
  margin-left: 1px;
  display: inline-block; 
}

/*logo linkedin noir*/
#logolinkedinnoir {
    display: none;
}
/*nous rejoindre*/
.button {
    Position: relative;
    background-color: #FFFFFF;
    border: none;
    color: #421f00;
    font-weight: 650;
    Top: 18px;
    padding: 8px 8px;
    box-shadow: 6px 6px 2px 1px rgb(105,105,105);
    text-align: center;
    font-style: italic;
    text-decoration: none;
    font-size: 20px;
    margin: 20px 28px;
    border-radius: 5px;
    cursor: pointer;
}


nav img {
    height: auto;
    max-height: 50%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

nav.scroll {
    background-color: white;
    color: black;
}

nav .sidenav-trigger>i {
    font-size: 28px !important;
    padding: 0 5px 0 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}


.sidenav {
    background-color: black !important;
    color: white !important;
    width: 50%;
}

.navside {
    height: 35px;
}

.titreNav {
    margin: 50px 0 35px 0;
    width: 90%;
}

.sidenav li>a {
    color: white !important;
    height: 30px;
    text-transform: uppercase;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    opacity: .5;
    font-weight: 500;
    transition: all 0.3s ease;
    letter-spacing: 2px;
    font-size: 16px;
}

.btnlang {
    background-color: transparent;
    border:none;
    opacity: .5;
}
.sidenav li>a>span {
    color: #ab704c;
}

.sidenav li>a:hover,
.btnlang:hover {
    opacity: 1;
}
.btnlang:focus{
    background-color: transparent;
    border:none;
}

.sidenav-close {
    position: absolute;
    top: 6px;
    right: 15px;
    padding: 0 0 !important;
}

.sidenav-close>i {
    color: #555555 !important;
    font-size: 36px !important;
}

.sidenav-close>i:hover {
    color: white !important;
}

.fab {
    color: white !important;
    font-size: 18px !important;
    float: none !important;
    margin: 0 0 !important;
}

.footnav {
    margin-top: 40px
}

/******** CAROUSEL ********/

#carousel-home {
    height: 100vh !important;
}

#carousel-home .carousel-item>.fondcarousel {
    height: 100vh;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#carousel-home .carousel-item>.fondcarousel img {
    height: 100%;
    width: 100%;
}

.voile {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background: #000;
    opacity: .3;
}

#carousel-home .fondimg {
    background-image: url("../image/logo_mtblanc50.png");
    background-color: rgba(00, 190, 218, 0.0);
    width: 200px;
    height: 181px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 10;
    top: 180px;
    margin: 0 auto;
    left: 50%;
    margin-left: -100px;
}

#carousel-home .carousel-item h1 {
    position: absolute;
    z-index: 10;
    top: 300px;
    width: 100%;
   margin-left:0;
    text-align: center;
    margin: 120px 0 0 0px;
    font-weight: 100;
    text-shadow: 3px 3px 9px rgba(0, 0, 0, 1);
    font-size: 80px !important;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#carousel-home .carousel-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-style: italic;
    text-align: center;
    text-shadow: 3px 3px 9px rgba(0, 0, 0, 1);
    position: absolute;
    z-index: 10;
    top: 500px;
    width: 100%;
    margin-left: 0px;
    line-height: 40px;
}

.btn-carousel {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    color: white;
    cursor: pointer;
}

.prev {
    left: 0px
}

.next {
    right: 10px;

}

@keyframes zoomcarousel {
    0% {
        transform: scale(1.1);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

.fondcarousel img {
    animation: zoomcarousel 25s infinite;
}

/******** HOME ********/
.home {
    height: 120vh;
    margin-bottom: -10px;
    transition: all 0.3s ease;
}

.home .text_section {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.home .text_section .fondimg {
    background-image: url("../image/logo_mtblanc50.png");
    background-color: rgba(00, 190, 218, 0.0);
    width: 200px;
    height: 181px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 10;
    top: 200px;
    margin: 0 auto;
    left: 50%;
    margin-left: -100px;
}

.home .text_section h1 {
    margin: 450px 0 0 200px;
    font-weight: 100;
    text-shadow: 3px 3px 9px rgba(0, 0, 0, 1);
    font-size: 80px !important;
    color: white;
    transition: all 0.3s ease;
}

.home .text_section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-style: italic;
    text-align: center;
    text-shadow: 3px 3px 9px rgba(0, 0, 0, 1);
    margin-top: 40px;
    line-height: 40px;
    color: white;
}

.home .text_section p a {
    height: 50px;
    line-height: 46px;
    margin-top: 60px;
    color: white;
    border: 2px solid white;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.home .text_section a:hover {
    background-color: white;
    color: black;
}

.home .fond_section {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.home .fond_section img {
    width: 100%;
    height: 100%;
}

.contact {
    margin-top: 100px;
}

.contact h1 {
    font-weight: 100 !important;
    margin: 30px 0 60px 0 !important;
    font-size: 72px !important;
    line-height: 80px;
}

.info_contact {
    margin: 60px 0 80px 0;
}

.contact h5 {
    font-size: 16px;
    line-height: 24px !important;
    font-weight: 400;
    margin: 24px 0;
    padding: 0;
    padding-left: 70px
}

.contact hr {
    margin-left: 70px;
}

.contact h5 strong {
    font-weight: 800;
}

.contact h5 a,
.contact h5 i {
    font-weight: 600;
    color: #84092b !important;
}

.footer_home {
    background-color: black;
    height: 100%;
}

.footer_home .col {
    margin-top: 60px;
}

.footer_home .sub {
    opacity: .5;
    color: white;
    font-size: 12px;
}

.footer_home p {
    color: white;
    font-size: 12px;
}

.footer_home p a {
    height: 30px;
    font-size: 12px;
    line-height: 27px;
    min-width: 0;
    color: white;
    opacity: .5;
    background-color: transparent;
    border: 2px solid white;

}

.footer_home p a:hover {
    background-color: transparent;
    opacity: 1;
}

/******** PAGE ********/
.page_title {
    height: 300px;
    padding-top: 55px;
    position: relative;
    overflow: hidden;
}

.page_title img {
    width: 120%;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}


.page_title .container {
    position: relative;
    z-index: 9;
    color: white;
    margin-top: 90px;
}

.page_title h3 {
    letter-spacing: 6px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
}

.page_title ol {
    position: relative;
    z-index: 9;
    color: white;
    list-style: none;
    padding-inline-start: 0px;
    margin-top: 20px;
}

.page_title ol li {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}

.page_title ol li a {
    color: #fff;
    opacity: .8;
}

.page_title ol span {
    padding: 0 16px;
    color: #bbb;
}

.contenu_page hr {
    height: none;
    border: none;
    border-top: 3px dotted black;
    margin: 200px auto 200px auto;
}

.contenu_page .logoMAT {
    margin: 220px auto 20px auto;
}

.contenu_page h4 {
    font-weight: 100;
    color: #000000;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0;
    text-transform: uppercase;
}

.contenu_page .text_page img {
    width: 100%;
    height: 100%;
}

#carousel-page {
    height: 511px !important;
}

#carousel-page a {
    width: 100%;
    height: 100%
}

#carousel-page .indicators .indicator-item {
    border: 1px solid black;
    width: 12px;
    height: 12px;
}

#carousel-page .indicators .indicator-item.active {
    background-color: black;
}

.contenu_page .text_page h2 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-align: left;
    color: #84092b;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 24px;
}

.contenu_page h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
    color: black;
    margin-bottom: 24px;
}

.contenu_page .btna {
    margin: -50px auto 0px auto;
    width: 33%;
    background-color: #f5f5f5;
}

.contenu_page .btnhr a {
    font-size: 12px;
    height: 35px;
    line-height: 31px;
    min-width: 0;
    border: 3px solid #84092b;
    padding: 0 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #84092b;
    background-color: transparent;
}

.contenu_page .btnhr a:hover {
    color: white;
    background-color: #84092b;
}

.cont_images {
    padding: 2px 2px !important;
}

.imagesh3 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-align: left;
    color: #84092b;
    font-size: 32px;
    line-height: 40px;
}

.footer_page {
    background-image: url("../image/footer_page.jpg");
    margin-top: 200px;
    padding-bottom: 64px;
    padding-top: 64px;
}

.footer_page h2 {
    color: #ffffff;
    font-weight: 100;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
}

.footer_page h4 {
    color: #e9e4de;
    font-family: 'Trocchi', serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 24px;
}

.footer_page a {
    margin-bottom: 24px;
    color: #fff;
    border: 3px solid white;
    width: auto;
    height: 50px;
    line-height: 46px;
    min-width: 200px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 26px;
    background-color: transparent;
}

.footer_page a:hover {
    color: black;

    background-color: white;
}

.cguh3 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 40px;
    line-height: 48px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 100px 0 80px 0;
}

.cgup p {
    font-size: 1.1rem;
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-transform: none !important;
    margin-bottom: 24px;
    color: #491a0b;
}

.cgup p strong {
    font-weight: 700;
}

.errorh1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 100;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 24px;
    margin-top: 50px;
    padding: 0;
    color: black;
}

.errorp {
    font-family: 'Roboto'!important;
    font-style: normal!important;
    font-weight: 300!important;
    text-decoration: none!important;
    text-transform: none!important;
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #491a0b;
}

.errora {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #84092b;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #84092b;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
    background: none;
}

.errora:hover{
    color: #fff;
    background-color: #84092b;
}

.errori {
    color: black;
}
