/*
#AE9D59 yellow
#862926 red
#2A2B25 black
#EFEBE4 white
 */
html{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.titrewhite{
    color: #EFEBE4 !important;
}
#logoNav{
    font-family: AngellaWhite !important;
    font-size: 60px;
}
#logoIntro{
    font-family: AngellaWhite;
}
/***************************POLICES***************************/
@font-face {
    font-family: "AngellaWhite";
    src: url("../vendor/font/Angella_white/AngellaWhite.otf");
}
@font-face {
    font-family: "OpenSans-Regular";
    src: url("../vendor/font/Open_sans/OpenSans-Regular.ttf");
}
.angella{
    font-family: AngellaWhite;
}
.opensansitalic{
    font-family: OpenSans-Regular;
    font-style: italic;
}
.italic{
    font-style: italic;
    font-size: 25px;
}
/********************Background**********************/
.backgroundblack{
    background-color: #2A2B25;
    color: #EFEBE4;
}
.backgroundred{
    background-color: #862926;
    color: #EFEBE4;
}
.backgroundyellow{
    background-color: #AE9D59;
}
.backgroundwhite{
    background-color: #EFEBE4;
    color: #AE9D59;
}
/****************InstaWidget***************/
.snapwidget-widget{
    pointer-events:none;
}

/****************Boutons*****************/

.btn-insta{
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #FFFFFF;
}

.btnsolene{
    background-color:#862926 ;
    color:#FFFFFF ;
}
.btnsoleneYellow{
    background-color:#AE9D59 ;
    color:#FFFFFF ;
}
.btnsoleneWhite{
    background-color:#FFFFFF ;
    color:#AE9D59 ;
}
/*********************PAGE D'ACCEUIL******************/
.divsolenecoach{
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .solenecoach {
        position: absolute ;
        right: 10%;
    }
}
@media (max-width: 768px) {
    .solenecoach{
        position: absolute ;
        left: 0;
    }
}
#maMission{
    background-color: #2A2B25;
    color: #FFF;
}
#textemamission{
    font-size: 40px;
}
#hatelier{
    color: #EFEBE4;
}
#hcoaching{
    color: #EFEBE4;
}
.atelierCoaching{
    position: absolute;
    bottom: 0 ;
    left: 5%;
}
#apropos{
    background-color: #862926;
    color: #EFEBE4;
}
#signature{
   text-align: end;
    font-family: AngellaWhite;
    font-size: 30px;
    font-weight: bold;
}
.Ensavoirplus{
    position: absolute;
    bottom: 10%;
}
#coachingHolistique{
    background-color:#2A2B25 ;
    color: #EFEBE4;
}
#imglong{
    width: 100%;
}
/********************A PROPOS ***********************/
#premierblockapropos{
    font-size: 50px;
}
.titreangela50{
    font-size: 50px;
}

