
@media screen and (min-width: 767px) and (max-width: 1024px) {
.TitreInterne h1 {
    font-size: 30px !important;
}
.FooterBottom .Item {
    font-size: 13px !important;
    margin-bottom: 8px !important;
    display: table;
}
.FooterBottom .Item:hover {
    color: #fd1f22 !important;
    font-weight: 400 !important;
}
}
.BannerInterne {
    position: absolute;
    top: 0px;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.BoxImgInterne {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.BoxImgInterne img{width:100%; height:100%;}
.BoxImgInterne:after {
    background: rgba(70,70,70,.67);
    content: "";
    left: 00%;
    position: absolute;
    top: 00%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.TitreInterne {
 /*font-family: 'Bodoni';*/
 font-weight: 500;
 text-transform: uppercase;
 color: #fff;
 margin-bottom: 30px;
 /* text-align: center; */
 position: absolute;
 bottom: 80px;
 right: 50px;
 text-align: left;
 left:inherit;
 z-index: 99;
}
.TitreInterne .Path{
   font-size: 14px;
   color: #fff;
   font-family: 'Open Sans', sans-serif;
   font-weight: 500;
   line-height: 26px;
   text-transform: capitalize;
}
.TitreInterne .Path a{
       color: #fff;
       text-decoration:none; 
}
.TitreInterne .Path a:hover{
    color:#fd1f22;
}

 a {
 
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}
.TitreInterne h1 span{display:block;font-size: 40px;}
.TitreInterne h1 { font-size: 40px;}
@media screen and (max-width: 767px){
.BannerInterne {
    position: absolute;
    top: 0px;
    height: 400px !important;
}
.TitreInterne {
    left: 0px !important;
    width: 100% !important;
    bottom: 20px !important;
    text-align: center;
    padding: 0px 15px;
}
.TitreInterne h1 {
    font-size: 30px;
}
.TitreInterne h1 span{
      font-size: 30px;
}
}
