.DisplyTableDomaineActivite{display:table;margin: auto;float: none;}

.DomaineActivite {
    background: #01497e;
    padding: 5vh 0px;
}

.TitreDomaineActivite{
    color: #fff;
    font-weight: 400;
    font-size: 4em;
    text-transform: uppercase;
    background: url(../Images/BeforeTitre.png) no-repeat top left !important;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 70px;
    margin-left: -30px;
    margin-bottom: 4vh;
    margin-top: 4vh;
    /* width:100%; */
    position:relative;
    /* text-align: center; */
    display: table;
    margin: auto;
    width: auto;
}

.TitreDomaineActivite:after{
 
    content: "";
    width: 100px;
    height: 2px;
    left: 50%;
    background: #56c8ff;
    position: absolute;
    z-index: 0;
    bottom: 10px;
}

.PartenaireActive{
  padding:40px 0px;
 background:#fff;
width:100%;
}
.TitreDomainePart{
   color: #01497e;
    font-weight: 400;
    font-size: 4em;
    text-transform: uppercase;
    background: url(../Images/BeforeTitre.png) no-repeat top left !important;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 70px;
    margin-left: -30px;
    margin-bottom: 4vh;
    margin-top: 4vh;
    /* width: 100%; */
    position: relative;
    /* text-align: center; */
    display: table;
    margin: auto;
    width: auto;
}
.TitreDomainePart:after{
    content: "";
    width: 100px;
    height: 2px;
    left: 50%;
    background: #56c8ff;
    position: absolute;
    z-index: 0;
    bottom: 10px;
}
#Partenaire {
    margin-top: 4vh;
    margin-bottom: 8vh;
}

@media screen and (max-width: 767px){
 
.TitreDomainePart, .TitreDomaineActivite{
    font-size: 3em;
    margin-bottom: 4vh !important;
    padding-left: 70px;
    margin-left: 00px;
    margin-top: 0px !important;
}
}
.displayCenter{
float:none !important;
display:table;
margin:auto;
}


