body{
    margin: 0px 0px;
    padding: 0px 0px;
    box-sizing: border-box;
    font-family: 'Trebuchet MS', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    /*background-color: #d9e3e7;*/
}

hr{
    width: 80%;
}

.btn-go-up{
	position: fixed;
	bottom: 40px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: linear-gradient(0deg, #aaa, #555, #999);
	border: 1px solid #000;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #666;
	z-index: 10;
    text-decoration: none;
    font-size: 40px;
}

.typo-btn-go-up{
    position: relative;
    top: -45px;
	text-align: center;
	font-family: 'Dosis';
	font-weight: bold;
    color: #fff;
}

.container-banner{
    padding-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    background: linear-gradient(45deg, #ffb356, #ffeeee);
}

.pict-logo{
    padding: 10px 20px;
}

.typo-logo{
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0px 20px 0px 20px;
    font-size: 48px;
    font-family: 'Dosis';
    font-weight: 600;
    letter-spacing: 3px;
    color: #000;
    text-shadow: 2px 2px 4px #888;
}

.sub-typo-logo{
    font-size: 28px;
}

.container-btn-net{
    padding-right: 40px;
    text-align: right;
}

.pict-btn-net{
    
}

.pict-btn-net:hover{
    opacity: 0.6;
}

.container-btn-menu{
    margin-top: 40px;
    padding-right: 40px;
}

.btn-menu{
    margin: 0px 5px;
    padding: 5px 10px;
    border-top: 2px solid #666;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    text-shadow: 1px 2px 2px #666;
}

.btn-menu:hover{
    border-top: 0px solid #666;
    border-bottom: 2px solid #666;
    border-radius: 8px;
    opacity: 0.7;
}

.sub-menu-coaching{
    margin: 10px 0px;
    width: 240px;
    background-color: rgb(255, 140, 0);
    box-shadow: 4px 4px 6px #666;
}

.text-sub-menu{
    padding: 5px 20px;
    text-decoration: none;
    color: #000;
    font-family: 'Dosis';
    font-weight: 600;
    line-height: 40px;
}

.text-sub-menu:hover{
    transition: 800ms;
    letter-spacing: 1px;
    color: #eee;
    text-shadow: 2px 2px 3px #333;
}
/*****************************************************************************/
@media screen and (max-width: 1250px){
	.typo-logo{font-size: 38px;}
    .btn-menu{font-size: 17px;}
}

@media screen and (max-width: 800px){
    .typo-logo{font-size: 28px;}
    .btn-menu{font-size: 16px;}
    .accroch{font-size: 20px;}
}

/*****************************************************************************/
.accroch{
    margin: 20px auto;
    padding: 10px 10px;
    width: 80%;
    text-align: center;
    font-family: 'Dosis';
    font-size: 36px;
    font-weight: 600;
}

.bloc-text-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-flow: row wrap;
}

.bloc-text{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-flow: row wrap;
    margin-top: 20px;
}

.bloc-text-banner{
    margin: 20px 10px;
    padding: 10px 10px;
    max-width: 320px;
    border: 1px solid #444;
    border-radius: 0px 60px 0px 0px;
    box-shadow: 4px 4px 8px #666;
    font-family: 'Gill Sans MT', 'Trebuchet MS', sans-serif;
}

.picto-icone{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.typo-title{
    font-family: 'Dosis';
    font-size: 24px;
    cursor: pointer;
}

.typo-text-00{
    font-family: 'Dosis';
    font-size: 17px;
    text-align: justify;
}

.typo-text-01{
    font-family: 'Dosis';
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.container-princip{
    max-width: 420px;
}

.quest{
    margin: 20px auto;
    width: 80%;
}

.container-question{
    margin: 0px 20px;
    padding: 0px 20px;
    border: 1px solid #666;
    border-radius: 0px 40px 0px 0px;
    box-shadow: 4px 4px 6px #666 inset;
}

.typo-raison{
    font-family: 'Dosis';
    font-size: 18px;
    list-style: none;
}

/************************************************************************/
.container-footer{
    background-color: rgb(57, 57, 85);
}

.container-btn-legal{
    padding: 20px 40px;
}

.btn-legal{
    margin: 10px 10px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    font-family: 'Dosis';
}

























.container-compas-base{
    margin: 0px auto;
    padding: 0px 0px;
    text-align: center;
    max-width: 320px;
    height: 320px;
    /**background: linear-gradient(140deg, #b2b3ff, #ff9797);**/
    border: 60px solid rgb(255, 133, 51);
    border-radius: 50%;
    box-shadow: 4px 4px 6px #666;
    transform: scale(0.5);
}

.container-compas-base:hover{
    transition: transform 1500ms;
    /*transform: scale(0);*/
    transform: rotate(2700deg);
}

.pict-compas-arrow{
    position: relative;
    top: -25px;
}

