.PresentationHome {
    position: relative;
    overflow: hidden;
}
.ImgPrincipalPre img{/* max-width:100%; */}

.BlockQuiSommeNous  {
    position: absolute;
    right: 15px;
    bottom: 6vh;
    width: 40%;
}

.SousTitre{
    color: #35d9a5;
    font-family: 'Niagara Solid';
    font-size: 100px;
    text-transform: capitalize;
}
.PathWay {
    color: #454545;
    font-size: 12px;

    font-weight: 600;
    position: relative;

    font-family: 'AvenirNext LT Pro';
}
.PathWay a {
    color: #454545;
    text-decoration:none;
        -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.PathWay a:hover{
      color: #35d9a5;
}

.PathWay span{
    color:#bbbbbb;
    display: inline-block;
    overflow: hidden;
    margin-bottom: -6px;
    margin-left: 3px;
    margin-right: 3px;
}



@media screen and (min-width:767px)    and (max-width:1180px) {
.BlockQuiSommeNous {
    width: 45% !important;
}
.SousTitre {
 
font-size: 70px !important;
}
}


@media screen and  (max-width:767px)  {
.BlockQuiSommeNous {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 60%;
    padding: 0px;
}
.TitrePresentation {
    /* padding: 0px; */
    float: right;
    /* text-align: right; */
    padding-right: 20px;
    /* display: table; */
    width: auto;
}
.ImgPrincipalPre {
    position: relative;
    min-height: 250px;
    max-height: 20vh;
    overflow: hidden;
}
.ImgPrincipalPre img {
    min-width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
}
.SousTitre {
    font-size: 30px !important;
}
.PathWay {
    font-size: 12px;
}
}

@media screen and  (min-width:768px)  {
.ImgPrincipalPre img {
    max-width: 100%;
}
.ImgPrincipalPre {
    position: relative;
    min-height: 200px;
 
}
.ImgPrincipalPre img {
    min-width: 100%;
    min-height: 100%;
    display: inline-block;
 
    right: 0;
}
}












