/*-----------------------------------------------
    parchet.css
    version         : 1.0
    lastUpdate      : 01.10.2014
    author          : Agilam
-------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
input,
h1,
h2,
h2,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/*-----------------------------------------------
    BASE
-------------------------------------------------*/
html,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
em,
li,
input {
    color: #646469;
    font-weight: 300;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
p,
a,
input,
li,
span {
    line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 24px;
}
a,
a:focus,
a:hover,
a:visited,
a:active {
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}
a:hover,
a.current {
    color: #b70069;
}
/*------------------------------------------
    TRANSITIONS
--------------------------------------------*/
a,
a:focus,
a:hover,
a:visited,
a:active,
#mainNav {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
/*------------------------------------------
    GLOBAL LAYOUT
--------------------------------------------*/
body {
    background: #fff;
    width: 100%;
    z-index: 1;
}
#page {
    position: relative;
}
#page > header,
#page > section,
#page > section,
#page > footer,
#page > nav {
    background: #fff;
    clear: both;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 10;
}
#page > section > section {
    max-width: 920px;
    margin: 0 auto;
}
#page #localisation {
    max-width: 100%;
    background: #646469;
    height: 120px;
}
#page #localisation h2 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 120px;
    text-transform: uppercase;
}
.texture {
    position: absolute;
    background: transparent url(../img/texture-photo.png);
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
/*------------------------------------------
    BRAND (LOGO)
--------------------------------------------*/
h1 {
    background: transparent url(../img/agilam_logo.png) no-repeat center center;
    position: absolute;
    top: 4px;
    left: 180px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    width: 163px;
    height: 56px;
    text-indent: -9999px;
    z-index: 10000000;
}
/*------------------------------------------
    MAIN NAVIGATION
--------------------------------------------*/
#page > nav#mainNav {
    z-index: 30;
}
#mainNav {
    height: 66px;
    line-height: 66px;
    width: 100%;
    background: #fff;
    position: relative;
}
#mainNav > ul {
    float: right;
    height: 100%;
}
#mainNav > ul > li {
    float: left;
    height: 100%;
    position: relative;
}
#mainNav > ul > li > a,
#mainNav > ul > li > span {
    font-weight: 400;
    height: 12px;
    line-height: 14px;
    display: block;
    float: left;
    font-size: 13px;
    padding: 0 15px;
    text-transform: uppercase;
    position: relative;
    top: 28px;
    z-index: 10000000;
}
#mainNav > ul > li > span {
    cursor: default;
}
#mainNav > ul > li > a:hover,
#mainNav > ul > li > span:hover {
    color: #b70069;
}
#mainNav > ul > li > a.current,
#mainNav > ul > li > span.current {
    color: #b70069;
    font-weight: 400;
}
#mainNav > ul > li > a#contact-aside {
    border-left: 1px solid #646469;
    margin-right: 15px;
}
#mainNav > ul > li > a#contact-aside.current,
#mainNav > ul > li > a#contact-aside:hover {
    color: #646469;
}
#mainNav .children {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    padding: 15px;
    padding-top: 5px;
    display: block;
    top: 100%;
    width: 210px;
    transition: 0.4s;
}
#mainNav .children li {
    font-size: 13px;
    margin-bottom: 5px;
}
#mainNav .children li a {
    line-height: 18px;
}
#mainNav > ul > li:hover .children {
    display: block;
    opacity: 1;
    visibility: visible;
}
#pull {
    display: none;
}
/*------------------------------------------
    HOMEPAGE>PRESENTATION
 --------------------------------------------*/
#presentation {
    max-width: 100%;
    max-height: 480px;
    overflow: hidden;
    position: relative;
    background: #333;
}
#presentation > img {
    display: block;
    width: 100%;
    opacity: 0.7;
}
#presentation > h2 {
    font-family: "Muli", sans-serif;
    font-weight: 300;
    position: absolute;
    z-index: 100;
    top: 0;
    color: #fff;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    font-size: 54px;
    line-height: 52px;
    text-align: center;
    top: 110px;
    text-shadow: #666 0 -1px 0;
}
#presentation > h2 > span {
    color: #b70069;
}
#presentation > h2 > strong {
    display: block;
    font-size: 18px;
    padding-top: 10px;
}
#presentation > h2 > span {
    color: #b70069;
}
#presentation > h2 > a {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 8px 6px;
    width: 120px;
    color: #fff;
    margin: 40px auto 0 auto;
    margin-left: 5px;
    margin-right: 5px;
}
#presentation > h2 > a:hover {
    font-size: 16px;
    border: 1px solid #b70069;
    background: #b70069;
    color: #fff;
}
/*------------------------------------------
    ASIDE CONTACT
 --------------------------------------------*/
#page > aside {
    position: fixed;
    height: 100%;
    width: 320px;
    background: transparent;
    background: #646469 url(../img/noise.png);
    right: -300px;
    top: 0px;
    z-index: 1;
    overflow-y: auto;
    /*box-shadow:inset 10px -1px 5px -1px rgba(50, 50, 50, 0.12);*/
}
#page > aside > #contact {
    margin-bottom: 0;
    height: auto;
}

body > #page aside > h4,
body > #page aside > h5 {
    color: #fff;
    text-align: center;
    margin: 100px 0 60px 0;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: #666 0 -1px 0;
}
body > #page aside > h4 {
    margin: 100px 0 30px 0;
}
body > #page aside > ul {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.1);
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}
body > #page aside > ul li a {
    color: #fff;
    text-align: center;
    margin: 0px 0;
    font-size: 14px;
    font-weight: 300;
}
body > #page aside > .contact li:first-child a {
    color: #b70069;
    font-weight: bold;
    text-shadow: rgba(255, 255, 255, 0.1) 1px 1px 1px;
    opacity: 0.6;
    font-size: 18px;
}
body > #page aside > a {
    background: #a8a4a9;
    text-align: center;
    margin: 0px 0;
    font-size: 18px;
    font-weight: 300;
    background: rgba(168, 164, 169, 0.1) url(../img/arrow-left.png) no-repeat center center;
    height: 30px;
    line-height: 30px;
    float: right;
    width: 60px;
    text-align: center;
    text-indent: -9999px;
}
body > #page aside > a:hover {
    color: #b2b2c5;
}
body > #page aside > h5 {
    font-size: 16px;
    padding: 30px 0;
    font-style: italic;
    opacity: 0.8;
    margin: 0px 0 0 0;
    color: #ccc6c5;
    letter-spacing: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 60%;
    margin: 0 auto;
}
body > #page aside > h5 > span {
    display: block;
    font-size: 12px;
    padding-top: 20px;
}
/*------------------------------------------
    HOMEPAGE>MISSION
 --------------------------------------------*/
#mission {
    background: #fff;
    max-width: 100%;
    margin: 0;
}
#mission > section {
    max-width: 960px;
}
#mission > section > h3 {
    width: 55%;
    padding: 60px 0;
    padding-bottom: 0;
    margin: 0px auto;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
#mission > section > p {
    width: 65%;
    padding: 60px 0;
    margin: 0px auto;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    padding-top: 15px;
}
/*------------------------------------------
    HOMEPAGE>BENEFICES
 --------------------------------------------*/
#page #benefices {
    max-width: 100%;
    background: #faf9fb;
}
#page #benefices > section section {
    max-width: 960px;
}
#benefices > section article {
    margin: 120px 0;
    width: 33%;
    float: left;
}
#benefices > section article > p {
    font-size: 16px;
    text-shadow: #fff 1px 1px 1px;
    text-align: center;
    padding: 0 30px;
}
#benefices > section article > p > img {
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
    font-size: 50px;
    max-height: 60px;
    height: auto;
    font-weight: 300;
    color: #b70069;
}
/*------------------------------------------
    ABOUTPAGE>CONTACT
 --------------------------------------------*/
#about {
    padding: 160px 0 0px 0;
}
#page #about > section {
    max-width: 720px;
    position: relative;
}
#page #about > section > h3 {
    color: #b70069;
    padding: 30px 0px 0px 0px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
#about > section > p {
    font-size: 16px;
    padding: 0 0px;
    margin: 0;
}
#about > section > img {
    position: absolute;
    top: -130px;
    left: 50%;
    margin-left: -66px;
}
/*------------------------------------------
    PRESTATIONS>DIMENSION
 --------------------------------------------*/
#page #dimension {
    max-width: 100%;
    background: #faf9fb;
    padding: 10px 0 60px 0;
}
#page #dimension > section {
    max-width: 760px;
}
#dimension h3 {
    color: #b70069;
    padding: 30px 0px 10px 0px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
#dimension p {
    font-size: 16px;
    padding: 0 0px;
    margin: 0;
}
#benefices {
    max-width: 100%;
    background: #faf9fb;
}
/*------------------------------------------
    METHODE
 --------------------------------------------*/
#page blockquote {
    font-size: 20px;
    max-width: 590px;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 25px;
    font-style: italic;
    /* font-family: serif; */
    font-size: 16px;
    font-weight: 300;
}

#page blockquote footer {
    font-weight: bold;
    font-style: italic;
    display: inline-block;
}
#page blockquote footer:before {
    content: "– ";
    margin-right: 5px;
    margin-left: 5px;
}
#page #methode {
    width: 100%;
}
#page #methode img {
    max-width: 46%;
    height: auto;
    float: right;
    position: relative;
    top: -40px;
    right: -40px;
    margin-left: 60px;
    margin-bottom: 60px;
}
#page #methode img.clearboth {
    float: none;
    max-width: 50%;
    margin-top: 60px;
    top: 0;
    right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
}
#page #methode > section > h3 {
}
#page #methode > section > p {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    margin: 0px auto;
    text-align: center;

    font-size: 16px;
    line-height: 24px;
    clear: both;
    float: none;
}
#page #methode > section {
    /*width: 46%;*/
    margin: 0;
    width: 100%;
    max-width: 100%;
}
#page #methode > section > article {
    display: block;
    min-height: 80px;
}
#page #methode section article h3,
#page #methode section article p {
    color: #b70069;
    height: 20px;
    line-height: 22px;
    font-size: 18px;
    width: auto;
    clear: both;
    padding: 0;
    margin: 0;
}
#page #methode section article h3 {
    padding-bottom: 5px;
}
#page #methode section article h3 > span,
#page #methode section article.striped h3 > span {
    border: 1px solid #b70069;
    border-radius: 16px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
#page #methode section article p {
    color: #646469;
    font-size: 14px;
    padding-right: 40px;
}
#page #methode #items-title {
    background-color: #faf9fb;
    margin-bottom: 0;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 120px;
}
#page #methode #items-title h3 {
    font-weight: bold;
    font-size: 18px;
}
#page #methode #items-title p {
    max-width: 660px;
    margin: 0 auto;
    padding-top: 30px;
}
#page #methode .items {
    background-color: #faf9fb;
    padding-left: 30px;
    padding-right: 30px;
}
#page .content {
    max-width: 920px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
#page .content p {
    margin-bottom: 15px;
}
#page #methode .items:after {
    content: "";
    display: block;
    clear: both;
}
/*left*/
#page #methode section article {
    width: 50%;
    float: left;
    clear: both;
    position: relative;
}
#page #methode section article p {
    text-align: right;
    padding-right: 40px;
    border-right: 1px solid #eee;
    min-height: 60px;
    padding-left: 24%;
}
#page #methode section article h3 {
    text-align: right;
    padding-right: 40px;
    border-right: 1px solid #eee;
}
#page #methode section article h3 > span {
    position: absolute;
    right: -15px;
    top: -7px;
    width: 30px;
    background: #faf9fb;
}
/*right*/
#page #methode section article.striped {
    width: 50%;
    float: right;
    text-align: left;
}
#page #methode section article.striped p {
    text-align: left;
    padding: 0;
    padding-left: 40px;
    padding-right: 24%;
    border-right: 0;
    border-left: 1px solid #eee;
}
#page #methode section article.striped h3 {
    text-align: left;
    padding-left: 40px;
    border-right: 0;
    border-left: 1px solid #eee;
}
#page #methode section article.striped h3 > span {
    position: absolute;
    left: -15px;
    top: -7px;
    width: 30px;
    background: #faf9fb;
}
#page #summary {
    width: 100%;
    border-top: 1px solid #eae9eb;
    background: #faf9fb;
}
#summary > p {
    width: 40%;
    margin: 0 auto;
    padding: 80px 0;
    font-size: 16px;
    text-align: center;
}
#page #methode section article.last p {
    padding-bottom: 60px;
    border-left: 0;
}
#page #methode h3 {
    color: #b70069;
    margin-bottom: 20px;
}
#page #methode ul {
    margin-left: 00px;
    margin-top: 5px;
}
#page #methode ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
}
#page #methode ul li strong {
    font-weight: 700;
}
#page #methode ul li:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    left: 0;
    top: 8px;
    background-color: #b70069;
    border-radius: 50%;
    top: 11px;
}
#page #methode ul ul {
    margin-top: 10px;
}
#page #methode ul ul li:before {
    height: 1px;
    top: 10px;
}
/*------------------------------------------
    CONTACT
 --------------------------------------------*/
#contact {
    padding-top: 100px;
}
body > #page aside .contact {
    padding-top: 0px;
}
.contact li,
#contact li {
    width: 100%;
}
.contact li a,
#contact li a,
#contact li p,
.contact li p {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    heightt: 30px;
    line-height: 30px;
}
.contact li:first-child a,
#contact li:first-child a {
    color: #b70069;
}

/*------------------------------------------
    DISCLAIMER
 --------------------------------------------*/
footer > p {
    background: url(../img/agilam-symbol.png) center 40px no-repeat;
    text-align: center;
    padding: 120px 0 100px 0;
    font-size: 12px;
}
/*------------------------------------------
    MOBILE 480
 --------------------------------------------*/
@media (max-width: 1024px) {
    #page > aside {
        right: -320px;
    }
    h1 {
        left: 120px;
    }
    #presentation > h2 {
        width: 60%;
        margin-left: -30%;
    }
    body > #page aside > #contact li:first-child a {
        text-shadow: none;
    }
}
@media (max-width: 960px) {
    #mainNav > ul > li {
        height: auto;
        top: 28px;
    }
    #mainNav .children {
        display: block;
        opacity: 1;
        visibility: visible;
        position: relative;

        width: 100%;
        margin: 0;
        text-align: center;
        padding: 0;
        font-size: 12px;
    }
    #mainNav .children li {
        font-size: 11px;
        margin-bottom: 0;
    }

    #mainNav > ul > li > a,
    #mainNav > ul > li > span {
        clear: both;
        top: 0;
    }

    h1 {
        background: #fff url(../img/agilam_logo.png) no-repeat center center;
        position: relative;
        padding-top: 33px;
        left: 0;
        font-size: 30px;
        font-weight: 400;
        letter-spacing: 2px;
        width: 100%;
        height: 53px;
        text-indent: -9999px;
        margin: 0;
        z-index: 100;
        margin-top: 0;
        top: 0;
    }
    /*------------------------------------------
    MAIN NAVIGATION
    --------------------------------------------*/
    #mainNav {
        float: none;
        height: 30px;
        width: 100%;
        z-index: 10000;
        overflow: hidden;
    }
    #mainNav > ul {
        float: none;
        margin-top: 0px;
        height: 160px;
    }
    #mainNav > ul > li {
        float: none;
    }
    #mainNav > ul > li > a,
    #mainNav > ul > li > span {
        height: 26px;
        line-height: 26px;
        float: none;
        font-size: 10px;
        margin-right: 0;
        border-top: 0;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    #mainNav > ul > li > a.current,
    #mainNav > ul > li > span.current {
        color: #b70069;
        border-top: 0;
    }
    #mainNav > #contact-aside {
        color: #646469;
        border-top: 0;
        padding: 0;
        padding-bottom: 60px;
        margin: 0;
    }
    #mainNav > #contact-aside.current {
        color: #646469;
        border-top: 0;
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }
    #mainNav > #pull {
        background: url(../img/editor_list_view_hambuger_menu_-128.png) no-repeat center center;
        font-size: 16px;
        display: block;
        margin: 0 auto;
        height: 9px;
        left: 50%;
        margin-left: -10px;
        opacity: 1;
        position: absolute;
        top: 0px;
        width: 16px;
        z-index: 1000;
        padding: 0;
        text-indent: -9999px;
    }
    #mainNav.openNav {
        height: 170px;
        height: 220px;
    }
    #page #methode > section {
    }
}
@media (max-width: 480px) {
    #page #methode img {
        max-width: 100%;
        left: 0;
        top: 0;
        float: none;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    #page #methode #items-title {
        margin-top: 90px;
    }
    #page #methode #items-title p {
        padding-left: 30px;
        padding-right: 30px;
    }

    #page blockquote {
        padding-bottom: 30px;
    }
    #localisation {
        max-width: 100%;
        background: #646469;
        height: 90px;
    }
    #localisation h2 {
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height: 90px;
        text-transform: uppercase;
    }
    /*------------------------------------------
        BRAND (LOGO)
    --------------------------------------------*/
    body > #pageheader {
        min-height: 120px;
    }

    #presentation {
        max-width: 100%;
        max-height: auto;
        overflow: hidden;
        position: relative;
    }
    #presentation > h2 {
        width: 90%;
        left: 50%;
        margin-left: -45%;
        font-size: 26px;
        line-height: 36px;
        top: 30px;
    }
    #presentation > h2 > strong {
        font-size: 12px;
    }
    #presentation > h2 > span {
        color: #b70069;
        padding-top: 0;
    }
    #presentation > h2 > a {
        display: inline-block;
        font-size: 12px;
        border: 1px solid #fff;
        padding: 2px;
        width: 110px;
        color: #fff;
        margin: 0px auto 0 auto;
        margin-left: 4px;
        margin-right: 4px;
    }
    #presentation > h2 > a:hover {
        font-size: 12px;
    }
    #mission > section > h3 {
        width: 100%;
        margin: 0px auto;
        text-align: center;
        font-weight: 300;
        font-size: 15px;
        line-height: 22px;
        width: 65%;
        font-weight: bold;
    }
    #mission > section > p {
        font-size: 15px;
    }
    /*------------------------------------------
    BENEFICES
     --------------------------------------------*/
    #benefices {
        max-width: 100%;
    }
    #benefices > section {
        max-width: 100%;
        background: #faf9fb;
        min-height: 300px;
        padding: 60px 0 30px 0;
    }
    #benefices > section article {
        margin: 0 0 60px 0;
        width: 100%;
        float: none;
        background: transparent;
    }
    #benefices > section article > p {
        font-size: 12px;
        text-shadow: #fff 1px 1px 1px;
        text-align: center;
        padding: 0 30px;
    }
    #benefices > section article > p > span {
        display: block;
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 300;
        color: #b70069;
    }
    .contact li a,
    #contact li a,
    .contact li p,
    #contact li p {
        display: block;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        height: 30px;
        line-height: 30px;
    }
    footer > p {
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: 0 0;
        font-size: 11px;
    }
    /*------------------------------------------
    ABOUTPAGE>CONTACT
 --------------------------------------------*/

    #page #about {
        padding: 180px 0 0px 0;
        width: 100%;
        margin: 0 auto;
    }
    #page #about > section {
        padding: 30px 0 0 0;
        width: 90%;
        margin: 0 auto;
    }
    #page #about h3 {
        color: #b70069;
        padding: 30px 0px 30px 0px;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        width: 100%;
        margin: 0 auto;
    }
    #page #about p {
        font-size: 12px;
        padding: 10px 0px 0 0;
        margin: 0;

        margin: 0 auto;
    }
    #about > img {
        position: absolute;
        top: 30px;
        left: 50%;
        margin-left: -66px;
    }
    #page #dimension {
        max-width: 100%;
        background: #faf9fb;
        padding: 10px 0 60px 0;
    }
    #page #dimension > section {
        max-width: 760px;
        width: 90%;
        margin: 0 auto;
    }
    #page #cycle {
        overflow-y: hidden;
    }
    #dimension h3 {
        color: #b70069;
        padding: 30px 0px 0px 0px;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
    }
    #dimension p {
        font-size: 12px;
        padding: 0 0px;
        margin: 0;
    }
    #benefices {
        max-width: 100%;
        background: #faf9fb;
    }
    #page > aside {
        right: -320px;
    }
    #page #methode > section > p {
        margin: 0 auto 30px auto;
    }
    #page #methode section article,
    #page #methode section article.striped {
        width: 100%;
        float: none;
        clear: both;
        position: relative;
        min-height: 140px;
    }
    #page #methode section article p,
    #page #methode section article.striped p {
        text-align: center;
        padding-right: 0;
        border-right: none;
        min-height: 60px;
        border: 0;
        padding: 0;
    }
    #page #methode section article h3,
    #page #methode section article.striped h3 {
        text-align: center;
        padding-right: 0;
        margin-bottom: 5px;
        border-right: 0;
        border-left: 0;
        padding: 0;
    }
    #page #methode section article h3 > span,
    #page #methode section article.striped h3 > span {
        position: absolute;
        left: 50%;
        top: -45px;
        width: 30px;
        margin-left: -15px;
    }
    #page #methode > section {
        margin: 0px auto;
    }
    #summary > p {
        width: 80%;
        margin: 0 auto;
        padding: 60px 0;
        font-size: 16px;
        text-align: center;
    }
}

/* FORM */

#contact-aside-panel {
    text-align: center;
}

#contact-aside-panel #form1 .wdform_page {
    background-color: transparent;
    padding-top: 10px;
}

#contact-aside-panel #form1 .wdform-label-section {
    display: none;
}

#contact-aside-panel #form1 .wdform-field {
    display: flex;
    padding: 5px 0px;
    justify-content: center;
}

#contact-aside-panel #form1 input[type="text"],
#contact-aside-panel #form1 textarea {
    box-sizing: border-box;
    border: 0;
    padding-left: 8px !important;
    padding-right: 8px !important;
    background-color: #faf9fb;
    font-size: 16px;
    font-family: "Muli", sans-serif;
}

#contact-aside-panel #form1 textarea {
    padding-top: 8px !important;
}

#contact-aside-panel #form1 input[type="text"] {
    height: 35px;
}

#contact-aside-panel #form1 .button-reset {
    display: none;
}

#contact-aside-panel #form1 .button-submit {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #b70069;
}

#contact-aside-panel #form1 .wdform_section {
    display: flex;
    justify-content: center;
}

#contact-aside-panel #form1 .wdform-element-section,
#contact-aside-panel #form1 .wdform-field {
    width: 100% !important;
}

#contact-aside-panel #form1 .wdform_section .wdform_column:last-child {
    padding-right: 0px !important;
    width: 70%;
}

#contact-aside-panel p {
    color: #fff;
}
#contact-aside-panel h4 + p {
    margin-bottom: 20px;
}
#contact-aside-panel ul.contact + p {
    opacity: 0.4;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
}

.g-recaptcha {
    transform: scale(0.75);
    transform-origin: left;
}

#system-message-container {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    z-index: 20000000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

#system-message-container #system-message {
    height: 200px;
    width: 660px;
    margin: 0 auto;
    background-color: #b70069;
    color: #fff;
    position: absolute;
    left: 50%;
    height: 160px;
    display: flex;
    align-items: center;
    top: 50%;
    margin-top: -80px;
    margin-left: -330px;
    box-sizing: border-box;
    padding: 30px 60px;
    font-size: 19px;
    color: #fff;
    justify-content: center;
    background: #646469 url(../img/noise.png);
}

#system-message-container #system-message .close {
    position: absolute;
    color: #fff;
    right: 20px;
    font-size: 30px;
    top: 20px;
    cursor: pointer;
}

#system-message-container #system-message p {
    color: #fff;
    line-height: 31px;
    text-align: center;
}

#system-message-container #system-message h4.alert-heading {
    display: none;
}

@media (max-width: 960px) {
    #system-message-container {
        width: 100%;
        height: 100%;
    }

    #system-message-container #system-message {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        margin-left: 0;
        margin-top: 0;
    }
}

/* CONTACT */

.contact-agilam {
    display: block;
    clear: both;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 90px;
}

.contact-agilam button {
    border: 2px solid #b70069;
    color: #b70069;
    background: none;
    height: 49px;
    font-weight: 500;
    font-size: 16px;
    padding-left: 45px;
    padding-right: 45px;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.4s;
}

.contact-agilam button:hover {
    background-color: #b70069;
    color: #fff;
}

/* COACHING */

#page #methode .coaching-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 45px;
}
#page #methode .coaching-list li {
    width: 30%;
    list-style: none;
    text-align: center;
    position: relative;
    padding: 0;
}
#page #methode .coaching-list li img {
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    margin-bottom: 20px;
    max-width: 20%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#page #methode .coaching-list li:before {
    display: none;
}

@media (max-width: 480px) {
    #page #methode .coaching-list {
        flex-direction: column;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #page #methode .coaching-list li {
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px;

    }
}
