.chemin::before{display:none;}

.content_page p{color:#3d3d3d;margin: 0 0 30px;    text-align: justify;font-size:16px;}
.content_page h1{font-size:20px;    margin-bottom: 20px;}
.content_page img {
    max-width: 200px;
    width: 100%;
    max-height: 200px;
    display: block;
    margin: 0 auto;
}
.page_name{
    position: relative;
    text-align: center;
    color: #153377;
    text-transform: uppercase;
    font-size: 30px;
    width: auto;
    max-width: 32%;
    margin: 0 auto;
}
.Titre_Principal {
    display: block;
    text-align: center;
    font-size: 39px;
    font-weight: 700;
}
.page_name:before {
    position: absolute;
    height: 3px;
    display: block;
    width: 50px;
    background: #808080;
    content: '';
    bottom: 12px;
}
.page_name:after{
    position: absolute;
    height: 3px;
    display: block;
    width: 50px;
    background: #808080;
    content: '';
    bottom: 12px;
    right: 0;
}
.chemin{
    text-align: center;
    color: #ed1467;
    font-size: 12px;
}
.Retour_page_Acceuil {
    background: #333333;
    padding:20px;
    display: block;
    max-width: 300px;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
}
.txt {
    font-size: 18px;
    color: #333;
}
.Retour_page_Acceuil:hover{background:#000}
.Retour_page_Acceuil a{color:#fff;display:block;}
.chemin a{color: #ed1467;font-size: 12px;}
@media only screen and (max-width: 1200px){
.page_name{font-size: 25px; max-width: 35%;}
}
@media only screen and (max-width: 768px){
.page_name {width:auto;max-width:100%;}
.page_name:before{display:none;}
.page_name:after{display:none;}
}


