.about-header {
    height: 795px;
    background-image: url(../images/photos/about/mouette.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

.about-container {
    position: relative;
    height: 100%;
    padding: 0px 15px;
}

.about-header h1 {
    margin-top: 100px; text-align: center;
}

.page-template-about .text-container {
    max-width: 720px;
    margin: 0 auto;
}

.page-template-about .text-container h2{
    font-size: 42px;
    margin-bottom: 40px;
}

.about-header .text-container {
    margin-top: 100px;
}

.about-header .text-container p {
    padding-left: 50px;
}

.about-activity {

}

.about-activity .text-container h2 {
    text-align: right;
}
.about-activity .text-container p {
    padding-right: 50px;
}

.about-activity .container{
    position: relative;
    padding-top: 120px; padding-bottom: 120px;
}

.about-activity img {
    position: absolute;
    width: 110px;
    opacity: 0.9;
    z-index: 10;
}
.about-activity .about-quote-left {
    top: -40px; left: 0;
}
.about-activity .about-quote-right {
    bottom: -40px; right: 0;
}

.about-chiffres {
    background-image: url(../images/photos/about/bg-chiffres.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
}

.about-chiffres h2 {
    padding-bottom: 30px;
}

.about-chiffres-sep {
    border-bottom: 1px solid white;
}

.about-numbers {
    text-align: center; color: white;
    padding: 0px 120px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-numbers div{
    position: relative;
}

.about-chiffres .text-container {
    color:white;
}

.about-chiffres-num {
    display: inline-block;
    width: 100%;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 2px;
}
.about-chiffres-cat {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-cat-sep {
    position: absolute; 
    right: -20px; top: 22px;
    width: 30px;
}

.about-team {
    padding: 120px 0px 150px 0px;
}

.about-team h2 {
    text-align: center;
}

.about-team-faces {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}

.about-face-container {
    display: inline-block;
    position: relative;
    width: 135px;
    padding: 0px 1px;
    opacity: 0.7;
    transition: 0.3s;
    cursor: pointer;
}
.about-face-container.active, .about-face-container:hover {
    opacity: 1;
}

.about-active-line {
    display: none;
}

.about-face-container.active .about-active-line {
    display: block;
}

.about-face-container img {
    position: relative;
    z-index: 10;
    width: 100%;
}

.about-morgan img {
    margin-top: 60px;
}
.about-simon img {
    margin-top: 90px;
}
.about-arnaud img {
    margin-top: 20px;
}
.about-leo img {
    margin-top: 120px;
}

.about-face-container .about-active-line {
    position: absolute;
    z-index: 1;
    left: 0; right: 0; bottom: -80px; margin: auto;
    width: 1px; height: 100px;
    border-right: 1px solid rgba(0, 0, 0, 0.56);
}

.about-face-detail {
    position: relative;
    margin-top: 65px;
}

.about-detail-function {
    text-transform: uppercase;
    font-weight: 400; font-size: 14px;
}

.about-face-detail p {
    margin-top: 20px;
}

.about-signature {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0; margin: auto;
    width: 300px;
}

/* CGU */

#apropos_content #propos_menu_contenue {
    position: relative;
    padding-top: 100px;
}
#apropos_content #propos_menu {
    margin-top: 90px;
    z-index: 7;
    position: fixed;
    padding-left: 0;
}
#apropos_content #propos_menu .propos_active {
    font-weight: 600;
    color: black;
}
#apropos_content #propos_menu li {
    letter-spacing: 1px;
    margin-bottom: 20px;
    list-style: none;
    text-align: right;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}
#apropos_content #propos_menu_small {
    display: none;
    width: 90%;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 15;
    position: fixed;
}

#apropos_content #propos_contenue #propos_histoire_title {
    margin-top: 0px;
}

/*
#apropos_content #propos_contenue .propos_cat_title {
position: relative;
display: inline-block;
color: white;
background-color: #2d2d2d;
margin-top: 100px;
}
*/

#apropos_content .marqueur {
    position: absolute;
}
#apropos_content #propos_contenue .propos_cat_title h1 {
    padding: 16px 26px 16px 26px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    color: #f9f9f9;
    font-weight: 700;
    margin: 0px;
}
#apropos_content #propos_contenue p {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: justify;
    color: #444444;
    line-height: 30px;
    margin-top: 30px;
}
#apropos_content #propos_contenue h2, #apropos_content #propos_contenue h3, #apropos_content #propos_contenue h4 {
    margin: 40px 0px 0px 0px;
    color: #444444;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 33px;
}
#apropos_content #propos_contenue .h2_date {
    float: left;
    margin-top: 32px;
    font-size: 24px;
    font-weight: 500;
}
#apropos_content #propos_contenue .propos_ecart, #apropos_content #propos_contenue ul, #apropos_content #propos_contenue ol, #post-23 ul, #post-23 ol, #post-21 ul, #post-21 ol {
    border-left: 1px solid rgba(45, 45, 45, 0.2);
    height: auto;
    margin-top: 32px;
    margin-left: 10px;
    padding: 10px;
    min-height: 35px;
}
#apropos_content #propos_contenue .p_date {
    float: left;
    margin-top: 20px;
    width: 80%;
}
.page-template-apropos ul li {
    font-weight: 300;
    letter-spacing: 0.008em;
    font-size: 15px;
    margin-bottom: 0px;
    color: #404040;
    line-height: 30px;
}

#apropos_content #propos_contenue ul, #apropos_content #propos_contenue ol, #post-23 ul, #post-23 ol, #post-21 ul, #post-21 ol {
    margin-bottom: 30px;
    padding-left: 30px;
}

#apropos_content #propos_contenue ul li, #apropos_content #propos_contenue ol li, #post-23 ul li, #post-23 ol li, #post-21 ul li, #post-21 ol li {
    list-style-image: url("../images/icones/puce.png");
    margin-left: 30px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    color: #444444;
    margin-bottom: 30px;
}

#apropos_content #propos_menu_small {
    display: none;
    width: 100%;
    height: 50px;
    left: 0;
    right: 0;
    top: 67px;
    margin: auto;
    z-index: 15;
    position: fixed;
}

#apropos_content #propos_menu_small button {
    width: 100%;
    height: 45px;
    background-color: #393939;
    border: inherit;
    border-radius: inherit;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn .caret {
    margin-left: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#apropos_content #propos_menu_small ul, #apropos_content #propos_menu_small #propos_contenue ol, #apropos_content #propos_contenue #propos_menu_small ol {
    border-radius: inherit;
    top: 50px;
    min-width: 100%;
    box-shadow: inherit;
}

#apropos_content #propos_menu_small li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}

.type-page {
    margin: inherit;
    box-shadow: inherit;
    margin-top: 100px;
}
.type-page form input, .type-page form textarea {
    margin-top: 40px;
    height: 55px;
/*    background-color: inherit;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: black;
    text-indent: 10px;
}
body.noheader .type-page {
    margin-top: 0;
}

@media screen and (min-width: 1200px) {
    #apropos_content #propos_contenue {
        padding-left: 50px !important;
    }
}

@media screen and (max-width:990px) {
    .about-numbers {
        text-align: center; color: white;
        padding: 0px 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about-face-container {
        width: calc( 100% / 6 );
    }
    .about-header, .about-activity, .about-activity .text-container h2, .about-chiffres h2  {
        text-align: center;
    }
    #apropos_content #propos_menu {
        display: none !important;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
        text-align: center;
    }
    #apropos_content #propos_menu li {
        font-size: 18px;
        display: inline-block;
        text-align: center !important;
        padding: 0px 10px 20px 10px !important;
        margin-bottom: 0px;
        letter-spacing: 1px;
    }
    #apropos_content #propos_menu_small {
        display: block !important;
    }
    #apropos_content #propos_menu_contenue {
        padding-top: 130px;
    }
}

@media screen and (max-width:768px) {
    .page-template-about .text-container {
        width: 100%;
        padding: 0px 0px;
    }
    .page-template-about .text-container h2{
    }
    .page-template-about .text-container p {
        padding: 0px 15px;
    }
    .about-activity .text-container p {
        padding-right: inherit;
    }
    .about-activity img {
        width: 90px;
    }
    .about-activity .about-quote-left {
        top: -30px; left: 20px;
    }
    .about-activity .about-quote-right {
        bottom: -30px; right: 20px;
    }
    .about-chiffres .text-container {
        padding: 0px 15px;
    }
    .about-numbers {
        padding: 0px 15px;
    }
    .about-chiffres-num {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .about-chiffres-cat {
        font-size: 12px;
    }
    .about-cat-sep {
        display: none;
    }

}
@media screen and (max-width:420px) {
    .about-header, .about-activity, .about-activity .text-container h2, .about-chiffres h2  {
        text-align: left;
    }
    .about-header h2, .about-activity .text-container h2, .about-chiffres h2  {
        padding-left: 15px;
    }
    .about-header {
        height:670px;
    }
    .about-header h1 {
        margin-top: 80px
    }
    .about-header .text-container {
        margin-top: 50px;
    }
    .page-template-about .text-container h2{
        font-size: 22px !important;
        margin-bottom: 20px;
    }
    .about-activity .container{
        position: relative;
        padding-top: 80px; padding-bottom: 80px;
    }
    .about-activity img {
        width: 70px !important;
    }
    .about-activity .about-quote-left {
        top: -20px; left: 20px;
    }
    .about-activity .about-quote-right {
        bottom: -20px; right: 20px;
    }

    .about-chiffres {
        padding: 50px 0px;
    }

    .about-numbers div {
        width: 100%;
        text-align: left;
    }

    .about-chiffres-num {
        display: block;
        font-size: 25px;
        letter-spacing: 1px;
    }
    .about-chiffres-cat {
        display: block;
        font-size: 10px;
        margin-bottom: 20px;
    }
    .about-chiffres-cat:last-child {
        margin-bottom: 0px;
    }
    .about-team {
        padding: 80px 0px 100px 0px;
    }
    .about-face-container img {
        margin-top: 0px;
    }
    .about-face-container {
        float: left;
        margin-bottom: 5px;
        width: calc( 100% / 4 );
    }
    .about-active-line {
        opacity: 0;
    }
    .about-face-detail {
        float: left;
        padding: 0px 15px;
    }
}