@import url("https://fonts.googleapis.com/css?family=Raleway:300, 400, 600, 800");
    * {
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
body {
    background-color: #EDF0F2;
    letter-spacing: .02rem;
}
.mobile-only {
    display: none;
}
page.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%}
body.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%}
.btn-navigation {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 25;
    cursor: url(../assets/image/icons/white_hand.png), auto;
}
.burger-texte {
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    letter-spacing: .1rem;
    color: white;
    position: absolute;
    text-transform: uppercase;
    left: -65px;
    top: 20px;
    cursor: default;
}
.burger-texte.white {
    color: white;
}
.burger-texte.sunset {
    color: #F2545B;
}
.btn-navigation .barre {
    width: 50px;
    height: 4px;
    background: white;
    margin-top: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.btn-navigation .barre.white {
    background: white;
}
.btn-navigation .barre.sunset {
    background: #F2545B;
}
.bar1.croix, .bar1.croix.sunset {
    position: relative;
    top: -5px;
    -webkit-transform: rotate(-45deg) translate(-12px,  12px);
    transform: rotate(-45deg) translate(-12px,  12px);
    background: white;
}
.bar2.croix {
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.bar3.croix, .bar3.croix.sunset {
    position: relative;
    top: -5px;
    -webkit-transform: rotate(45deg) translate(-7px,  -8px);
    transform: rotate(45deg) translate(-7px,  -8px);
    background: white;
}
.navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,  -webkit-transform 1s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow: hidden;
}
.navigation.isOpen {
    z-index: 20;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 1.5s ease-in-out;
    transition: -webkit-transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out,  -webkit-transform 1.5s ease-in-out;
    overflow: visible;
}
.logo {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 20%;
    z-index: 50;
    cursor: url(../assets/image/icons/white_hand.png), auto;
}
.liste-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.liste-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%}
.volet {
    position: absolute;
    top: 0;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: url(../assets/image/icons/white_hand.png), auto;
    width: 0%;
    -webkit-transition: width 2s linear;
    transition: width 2s linear;
}
.volet.is-active {
    width: 100%;
    -webkit-transition: width 20s ease;
    transition: width 20s ease;
}
.volet.is-active_fast {
    width: 100%;
    -webkit-transition: width 3s ease;
    transition: width 3s ease;
}
.volet.tres_fonce {
    background: #001846;
}
.volet.tres_fonce .img-nav {
    display: none;
}
.volet.tres_fonce:hover .img-nav {
    display: inherit;
    width: 100%;
    background-size: contain;
    position: fixed;
    min-height: 100vh;
    opacity: 0.3;
    background-image: url(../../assets/image/nav/cabinet.jpg);
}
.volet.fonce {
    background: #002160;
}
.volet.fonce .img-nav {
    display: none;
}
.volet.fonce:hover .img-nav {
    display: inherit;
    width: 100%;
    background-size: contain;
    position: fixed;
    min-height: 100vh;
    opacity: 0.3;
    background-image: url(../../assets/image/nav/pathologie.jpg);
}
.volet.moyen {
    background: #00266f;
}
.volet.moyen .img-nav {
    display: none;
}
.volet.moyen:hover .img-nav {
    display: inherit;
    width: 100%;
    background-size: contain;
    position: fixed;
    min-height: 100vh;
    opacity: 0.3;
    background-image: url(../../assets/image/nav/formation.jpg);
}
.volet.clair {
    background: #002b7e;
}
.volet.clair .img-nav {
    display: none;
}
.volet.clair:hover .img-nav {
    display: inherit;
    width: 100%;
    background-size: contain;
    position: fixed;
    min-height: 100vh;
    opacity: 0.3;
    background-position-x: -50px;
    background-image: url(../../assets/image/nav/reed4.jpg);
}
.titre_volet {
    position: absolute;
    top: 44%;
    color: white;
    padding-left: 30px;
    opacity: 0;
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2rem;
    text-decoration: none;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
}
.titre_volet.is-active {
    opacity: 1;
    -webkit-transition: opacity 6s linear;
    transition: opacity 6s linear;
}
.texte_volet {
    position: absolute;
    top: 48%;
    letter-spacing: .05rem;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 30px;
    opacity: 0;
    font-size: 1.2rem;
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
.texte_volet.is-active {
    opacity: 1;
    -webkit-transition: opacity 5s;
    transition: opacity 5s;
    -webkit-transition-timing-function: cubic-bezier(0.69,  0,  0.75,  0.64);
    transition-timing-function: cubic-bezier(0.69,  0,  0.75,  0.64);
}
.texte_volet.is-active_fast {
    opacity: 1;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    -webkit-transition-timing-function: cubic-bezier(0.69,  0,  0.75,  0.64);
    transition-timing-function: cubic-bezier(0.69,  0,  0.75,  0.64);
}
#accueil {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 0;
    opacity: 1;
    background: #F2545B;
    background: -webkit-linear-gradient(top,  #F2545B,  #001846);
    background: linear-gradient(to bottom,  #F2545B,  #001846);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#accueil .logo {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 20%;
    z-index: 50;
}
#accueil h1 {
    font-size: 1.3rem;
    letter-spacing: .2rem;
    margin-bottom: .4rem;
    text-align: center;
}
#accueil .ligne {
    width: 152px;
    height: 2px;
    background-color: white;
    margin-bottom: 0.6rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-left: -5px;
}
#accueil p {
    font-size: 1.4rem;
    letter-spacing: .05rem;
    line-height: 2rem;
    text-align: center;
}
.img_accueil {
    background-image: url(../../assets/image/accueil-alexandre-godreau.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    min-height: 100vh;
    z-index: -21;
    opacity: 0.3;
    top: 0;
    width: 100%}
.texte_accueil {
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-orient:  vertical;
    -webkit-box-direction:  normal;
    -ms-flex-direction:  column;
    flex-direction:  column;
    -webkit-box-pack:  center;
    -ms-flex-pack:  center;
    justify-content:  center;
    -webkit-box-align:  center;
    -ms-flex-align:  center;
    align-items:  center;
    color: white;
    -webkit-animation:  remonte 3s ease;
    animation:  remonte 3s ease;
    z-index:  0;
    height: 100vh;
    cursor:  url(../assets/image/icons/white_hand.png),  auto;
}
.texte_accueil.cache {
    opacity: 0;
    -webkit-transition: opacity 1.2s ease-out;
    transition: opacity 1.2s ease-out;
}
#reeducation {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: -20;
    opacity: 1;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#reeducation .degrade_reeducation {
    background: #F2545B;
    background: -webkit-linear-gradient(top,  #F2545B,  #001846);
    background: linear-gradient(to bottom,  #F2545B,  #001846);
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
    min-height: 100vh;
    opacity: 0.4;
}
#reeducation .img_reeducation {
    background-size: cover;
    background-position: center center;
    position: fixed;
    min-height: 100vh;
    z-index: -21;
    opacity: 0.3;
    width: 25%;
    top: 0;
    left: 0;
    background: url(../../assets/image/reeducation-patrick-fore.jpg);
    background-size: cover;
}
#reeducation .container_reeducation {
    position: absolute;
    top: 120px;
    left: 25%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding: 0 200px 0 30px;
    margin-bottom: 100px;
    text-align: justify;
}
#reeducation .container_reeducation h2 {
    position: relative;
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    color: #003293;
    font-variant-caps: all-petite-caps;
    font-size: 2rem;
    margin-bottom: 2rem;
}
#reeducation .container_reeducation .exergue {
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    color: #0044c6;
    line-height: 1.6;
}
#reeducation .reeducation_qr {
    line-height: 1.45;
}
#reeducation .reeducation_qr .question {
    position: relative;
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 1.6rem;
}
#reeducation .reeducation_qr .reponse {
    position: relative;
    font-family: 'raleway',  sans-serif;
    font-weight: 300;
    font-size: 1rem;
    margin-top: .5rem;
}
#pathologies {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#pathologies .container_pathologies {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 24, 70, 0.5);
    background: -webkit-linear-gradient(top,  rgba(0, 24, 70, 0.5),  rgba(242, 84, 91, 0.5));
    background: linear-gradient(to bottom,  rgba(0, 24, 70, 0.5),  rgba(242, 84, 91, 0.5));
    opacity: 1;
    width: 75%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.img_patho {
    background-size: cover;
    background-position: center center;
    position: fixed;
    min-height: 100vh;
    z-index: -21;
    opacity: 0.3;
    width: 100%;
    background-image: url(../../assets/image/pathos-anders-jilden.jpg);
    background-size: cover;
    background-clip: border-box;
}
#pathologies .titre_page {
    height: 100vh;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#pathologies .titre_page h2 {
    position: relative;
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    color: #003293;
    font-variant-caps: all-petite-caps;
    font-size: 2rem;
    margin: auto;
}
#pathologies .cubes {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    box-sizing: border-box;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
#pathologies .carte {
    cursor: url(../assets/image/icons/white_hand.png), auto;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.retourne {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.faces {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.avant {
    color: white;
    padding: 1rem;
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
}
.avant h1 {
    font-variant-caps: all-small-caps;
}
.avant:hover {
    font-size: 2rem;
}
.arriere {
    color: white;
    padding: 0 2rem;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    background-color: #001846;
}
.arriere:hover {
    background-color: #002160;
}
#body_patho #container_navigation .btn-navigation .burger-texte {
    display: none;
}
.cercle_under_menu {
    position: fixed;
    right: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 0.5);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 10;
}
.cercle_under_menu .cache {
    display: none;
}
#section_formation {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: -20;
    opacity: 1;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#section_formation .degrade_cv {
    background: #F2545B;
    background: -webkit-linear-gradient(top,  #F2545B,  #001846);
    background: linear-gradient(to bottom,  #F2545B,  #001846);
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    min-height: 100vh;
    opacity: 0.4;
}
#section_formation .img_cv {
    background-size: cover;
    background-position: center center;
    position: fixed;
    min-height: 100vh;
    z-index: -21;
    opacity: 0.5;
    width: 50%;
    top: 0;
    left: 0;
    background: url(../../assets/image/CV-Sabrina_moreau.jpg);
    background-size: cover;
}
#section_formation .container_cv {
    position: absolute;
    top: 120px;
    left: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 200px 0 30px;
    margin-bottom: 100px;
}
#section_formation .container_cv h2 {
    position: relative;
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    color: #003293;
    font-variant-caps: all-petite-caps;
    font-size: 2rem;
    margin-bottom: 2rem;
}
#section_formation .container_cv .formation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.2rem;
}
#section_formation .container_cv .annee {
    font-family: 'raleway',  sans-serif;
    font-weight: 300;
    color: #F2545B;
    font-size: 1rem;
    line-height: 1.4;
    margin-right: 1.1rem;
}
#section_formation .container_cv .description {
    position: relative;
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4;
    display: block;
}
#section_formation .container_cv .description .organisme {
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    font-size: .9rem;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#rdv, #mentions {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
#infos_contact {
    top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    max-width: 940px;
    margin: auto;
    line-height: 1.5rem;
    position: relative;
}
#infos_contact h2 {
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    color: #003293;
    font-variant-caps: all-petite-caps;
    font-size: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

#infos_contact h3 {
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    color: #0044c6;
    font-size: 1.2rem;
    margin-bottom: .3rem;
}
.titre_adresse {
    margin-top: 120px;
}
#adresses {
    max-width: 1024px;
    margin-bottom: 50px;
}
.adresse {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 35%;
    flex: 1 35%}
.marais {
    margin-right: 25px;
}
.accordeon {
    color: #F2545B;
    font-size: 1.2rem;
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    cursor: url(../assets/image/icons/contact_hand.png), auto;
    margin: 20px 0 5px 0;
    width: 220px;
}
.accordeon:hover {
    border-bottom: 2px solid #F2545B;
}
.accordeon:after {
    font-size: 13px;
    float: right;
    margin-left: 5px;
    color: white;
}
.horaires {
    color: #003bac;
    max-height: 0;
    margin-bottom: 1.2rem;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}
#mapCabinet {
    width: 100%;
    height: 400px;
    flex:  1 65%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#mapCabinet .gm-style-cc {
    display: none;
}
#formulaire {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1024px;
}
.titre_formulaire, .intro_formulaire {
    text-align: left;
}
#mdc_link {
    margin-bottom: 2.5rem;
    letter-spacing: .1rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: #f46c72;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    font-family: 'raleway',  sans-serif;
    font-weight: 300;
    color: white;
    display: inline-block;
    font-size: 1.2rem;
    padding: 1rem 3rem;
    text-decoration: none;
    cursor: url(../assets/image/icons/white_hand.png), auto;
    text-align: center;
}
form {
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
}
input, textarea {
    color: #003bac;
    border: none;
    overflow: hidden;
    outline: none;
    background: transparent;
    border-bottom: 1px solid rgba(0, 24, 70, 0.5);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(0, 24, 70, 0.5);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(0, 24, 70, 0.5);
}
input::placeholder, textarea::placeholder {
    color: rgba(0, 24, 70, 0.5);
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #F2545B;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #F2545B;
}
input:focus::placeholder, textarea:focus::placeholder {
    color: #F2545B;
}
.input {
    display: block;
    min-width: 100%;
    height: 50px;
    padding: 10px 5px 2px 5px;
    font-size: 1.1rem;
}
.nom, .prenom, .tel, .email {
    width: 440px;
    margin-bottom: 2px;
}
.nom, .tel {
    margin-right: 10px;
}
.message {
    width: 100%}
textarea {
    resize: none;
    width: 1024px;
    font-size: 1.1rem;
}
.texte_msg {
    width: 100%;
    padding: 10px 5px 2px 5px;
}
#mybtn {
    color: #F2545B;
    display: inline-block;
    height: 40px;
    font-size: 1.1rem;
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    padding: 10px;
    border-style: none;
    cursor: url(../assets/image/icons/contact_hand.png), auto;
}
#bravo {
    height: 100px;
    margin-top: -30px;
}
#bravo p {
    text-align: center;
    color: #F2545B;
}
#mentions {
    position: absolute;
    bottom: 20px;
}
.ml {
    color: #001846;
    text-align: center;
    height: 100px;
}
#ml {
    max-width: 940px;
    margin: 100px auto;
    text-align: left;
    line-height: 1.4rem;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: -20;
    opacity: 1;
    text-align: left;
}
#ml h2 {
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: .5rem;
}
#ml h3 {
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-top: .6rem;
    margin-bottom: .3rem;
}
#ml p {
    font-family: 'raleway',  sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
}
.after {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 0;
}
.after video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
@media (min-width: 769px) and (max-width: 1024px) {
    .titre_volet {
    top: 50%;
    color: white;
    opacity: 0;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: none;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
    display: inline-block;
}
.texte_volet {
    display: none;
}
}@media (min-width: 361px) and (max-width: 768px) {
    h2 {
    font-size: 1.7rem;
}
.cartouche.mobile-only {
    position: fixed;
    height: 80px;
    background: #f47177;
    width: 100%;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    z-index: 10;
}
#accueil .texte_accueil {
    margin: auto;
    padding: 0 30px;
}
#accueil .texte_accueil p {
    font-size: 1.1rem;
}
#accueil .img_accueil {
    background-image: url(../../assets/image/accueil-alexandre-godreau_light.jpg);
}
#accueil .logo {
    display: inherit;
    position: fixed;
    top: 20px;
    left: 25px;
    z-index: 50;
}
#accueil .logo img {
    width: 280px;
    height: 50px;
}
.navigation.no-mobile {
    display: none !important;
}
.no-mobile {
    display: none !important;
}
#pathologies .titre_page {
    position: absolute;
    top: 70px;
    width: 100%}
#pathologies .titre_page h1 {
    font-size: 1.5rem;
}
.logo.mobile-only {
    display: inherit;
    position: fixed;
    top: 20px;
    left: 25px;
    z-index: 50;
    width: 70%;
    margin-bottom: 1.5rem;
}
.logo.mobile-only img {
    width: 280px;
    height: 50px;
}
#accueil .texte_accueil {
    position: relative;
    top: 30%;
    padding: 0 20px;
    z-index: 0;
}
#reeducation .container_reeducation, #section_formation .container_cv, #infos_contact, #ml {
    position: absolute;
    top: 130px;
    left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 20px;
    text-align: left;
    z-index: 0;
}
.btn-navigation {
    position: fixed;
    top: 20px;
    right: 20px;
}
.btn-navigation .barre, .btn-navigation .barre.sunset {
    width: 40px;
    height: 4px;
    background: white;
    margin-top: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.bar1.croix, .bar1.croix.sunset {
    position: relative;
    top: -5px;
    -webkit-transform: rotate(-45deg) translate(-8px,  8px);
    transform: rotate(-45deg) translate(-8px,  8px);
}
.bar2.croix {
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.bar3.croix, .bar3.croix.sunset {
    position: relative;
    top: -5px;
    -webkit-transform: rotate(45deg) translate(-9px,  -9px);
    transform: rotate(45deg) translate(-9px,  -9px);
}
#container_navigation {
    z-index: 10;
    top: 0;
    background: #F2545B;
    background: -webkit-linear-gradient(45deg,  #F2545B,  #f7a5a9);
    background: linear-gradient(45deg,  #F2545B,  #f7a5a9);
}
.navigation {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    overflow: visible;
}
.nav_mobile.mobile-only {
    display: inherit;
}
.nav_mobile.mobile-only ul {
    display: none;
}
.nav_mobile.mobile-only .nav_mobile.isOpen.mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    z-index: 20;
}
.nav_mobile.isOpen.mobile-only ul {
    position: relative;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 90px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
.nav_mobile.isOpen.mobile-only ul a {
    text-decoration: none;
    color: #002868;
    font-size: 1.4rem;
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.nav_mobile.isOpen.mobile-only ul a:hover {
    color: white;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#infos_contact {
    width: 100%}
.titre_adresses {
    margin-top: 0;
}
.intro_formulaire {
    letter-spacing: initial;
}
.marais {
    margin: 0;
}
#formulaire {
    max-width: 100vw;
}
#formulaire .nom, #formulaire .prenom, #formulaire .tel, #formulaire .email {
    width: 100%;
    margin-right: 0;
}
#formulaire #my_form input {
    width: 100vw;
    margin-bottom: 2px;
    margin-right: 0;
    display: inline-block;
}
#formulaire #my_form input:active {
    width: 100vw;
    display: inline;
}
#bravo {
    margin-top: 0;
}
#ml {
    max-width: 90vw;
    top: 30px;
}
}@media (max-width: 360px) and (orientation: portrait) {
    h2 {
    font-size: 1.7rem;
}
.cartouche.mobile-only {
    position: fixed;
    height: 80px;
    background: #f47177;
    width: 100%;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    z-index: 10;
}
#accueil .texte_accueil {
    margin: auto;
    padding: 0 20px;
    z-index: 0;
}
#accueil .texte_accueil p {
    font-size: 1.1rem;
}
.navigation.no-mobile {
    display: none !important;
}
.no-mobile {
    display: none !important;
}
#pathologies .titre_page {
    position: absolute;
    top: 70px;
    width: 100%}
#pathologies .titre_page h1 {
    font-size: 1.5rem;
}
.logo.mobile-only, #accueil .logo {
    display: inherit;
    position: fixed;
    top: 20px;
    left: 25px;
    z-index: 50;
    width: 70%;
    margin-bottom: 1.5rem;
}
.logo.mobile-only img, #accueil .logo img {
    width: 220px;
}
#reeducation .container_reeducation, #section_formation .container_cv, #infos_contact, #ml {
    position: absolute;
    top: 130px;
    left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 20px;
    text-align: left;
    z-index: 0;
}
.btn-navigation {
    position: fixed;
    top: 20px;
    right: 20px;
}
.btn-navigation .barre, .btn-navigation .barre.sunset {
    width: 40px;
    height: 4px;
    background: white;
    margin-top: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.bar1.croix, .bar1.croix.sunset {
    position: relative;
    top: -5px;
    -webkit-transform: rotate(-45deg) translate(-8px,  8px);
    transform: rotate(-45deg) translate(-8px,  8px);
}
.bar2.croix {
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.bar3.croix, .bar3.croix.sunset {
    position: relative;
    top: -5px;
    -webkit-transform: rotate(45deg) translate(-9px,  -9px);
    transform: rotate(45deg) translate(-9px,  -9px);
}
#container_navigation {
    z-index: 10;
    top: 0;
    background: #F2545B;
    background: -webkit-linear-gradient(45deg,  #F2545B,  #f7a5a9);
    background: linear-gradient(45deg,  #F2545B,  #f7a5a9);
}
.navigation {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    overflow: visible;
}
.nav_mobile.mobile-only {
    display: inherit;
}
.nav_mobile.mobile-only ul {
    display: none;
}
.nav_mobile.mobile-only .nav_mobile.isOpen.mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    z-index: 20;
}
.nav_mobile.isOpen.mobile-only ul {
    position: relative;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 90px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
.nav_mobile.isOpen.mobile-only ul a {
    text-decoration: none;
    color: #002868;
    font-size: 1.4rem;
    font-family: 'raleway',  sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.nav_mobile.isOpen.mobile-only ul a:hover {
    color: white;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#infos_contact {
    width: 100%}
.titre_adresses {
    margin-top: 0;
}

.intro_formulaire {
    letter-spacing: initial;
}
.marais {
    margin: 0;
}
#formulaire {
    max-width: 100vw;
}
#formulaire .nom, #formulaire .prenom, #formulaire .tel, #formulaire .email {
    width: 100%;
    margin-right: 0;
}
#formulaire #my_form input {
    width: 100%;
    margin-bottom: 2px;
    margin-right: 0;
    display: inline-block;
}
#formulaire #my_form input:active {
    width: 100%;
    display: inline-block;
}
#bravo {
    margin-top: 0;
}
#ml {
    max-width: 90vw;
    top: 30px;
}
}@media (min-width: 1000px) and (max-width: 1299px) {
    .arriere {
    font-size: .85rem;
    line-height: 1.1rem;
    padding: 1rem;
    overflow: scroll;
}
}@media (max-width: 999px) {
    #pathologies .titre_page {
    position: absolute;
    top: 80px;
    height: 120px;
    line-height: 120px;
    width: 100%}
#pathologies .titre_page h2 {
    text-align: center;
    top: initial;
    left: initial;
    margin: auto;
}
#pathologies .container_pathologies {
    position: absolute;
    display: inline;
    top: 200px;
    width: 100%;
    -webkit-perspective: 50000px;
    perspective: 50000px;
    background: rgba(0, 24, 70, 0.5);
    background: -webkit-linear-gradient(bottom,  rgba(0, 24, 70, 0.5),  rgba(242, 84, 91, 0.5));
    background: linear-gradient(to top,  rgba(0, 24, 70, 0.5),  rgba(242, 84, 91, 0.5));
}
#pathologies .carte {
    width: 100%;
    height: 80px;
    margin: 0;
    box-sizing: border-box;
}
#pathologies .cubes.carte.retourne {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    height: 250px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#pathologies .cubes.carte.retourne .avant {
    display: hidden;
}
#pathologies .cubes.carte.retourne .arriere {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.avant h1 {
    font-size: 1.3rem;
}
.cercle_under_menu {
    display: none;
}
.faces {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.avant {
    color: white;
    padding: 1rem;
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.avant:hover {
    font-size: 1.8rem;
}
.arriere {
    display: none;
    color: white;
    padding: 0 2rem;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    font-family: 'raleway',  sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    background-color: #001846;
}
.arriere:hover {
    background-color: #002160;
}
}
/*# sourceMappingURL=main.css.map */