/***   R A Z   ***/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}


/* HTML5 display-role reset for older browsers */

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;
}

div {
    display: block;
}


/***   G R I D   ***/

* {
    box-sizing: border-box;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.row {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

.row {
    margin: 0 -20px;
}

.col-s .col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11,
.col-s-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 20px;
}

.col-s-1 {
    width: 8.33%;
}

.col-s-2 {
    width: 16.66%;
}

.col-s-3 {
    width: 25%;
}

.col-s-4 {
    width: 33.33%;
}

.col-s-5 {
    width: 41.66%;
}

.col-s-6 {
    width: 50%;
}

.col-s-7 {
    width: 58.33%;
}

.col-s-8 {
    width: 66.66%;
}

.col-s-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-s-11 {
    width: 91.66%;
}

.col-s-12 {
    width: 100%;
}

@media only screen and (max-width:1024px) {
    .site-pusher {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateX(0px);
    }
    .header__icon {
        float: right;
        width: 100px;
        height: 100px;
        margin-top: 10px;
        background-image: url(img/menu.png);
        cursor: pointer;
    }
    .menu {
        position: fixed;
        left: 0;
        top: 120px;
        bottom: 0;
        padding-top: 50px;
        background-color: #2b73ec;
        width: 450px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateX(-450px);
    }
    .menu li {
        display: block;
        height: 40px;
        width: 450px;
        text-align: center;
        line-height: 40px;
        border-bottom: 1px solid #303f9f;
    }
    .menu li a {
        color: #fff;
    }
    .with--sidebar {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out
    }
    .with--sidebar .menu {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateX(0px);
        -webkit-box-shadow: 10px 0px 55px 0px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: 10px 0px 55px 0px rgba(0, 0, 0, 0.36);
        box-shadow: 10px 0px 55px 0px rgba(0, 0, 0, 0.36);
    }
    .with--sidebar .site-pusher {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateX(450px);
    }
    .with--sidebar .header__icon {
        background-image: url(img/pasmenu.png);
    }
    .with--sidebar .cache-menu {
        position: fixed;
        top: 120px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 999;
    }
}

@media only screen and (min-width:1024px) {
    .container {
        max-width: 1024px;
        position: relative;
        margin: 0 auto;
    }
    .div-center {
        position: relative;
        margin: 0 auto;
    }
    .push-l-3 {
        margin-left: 25%;
    }

    .push-l-2 {
        margin-left: 33.33%;
    }
    .col-l .col-l-1,
    .col-l-2,
    .col-l-25,
    .col-l-3,
    .col-l-4,
    .col-l-5,
    .col-l-6,
    .col-l-7,
    .col-l-8,
    .col-l-9,
    .col-l-10,
    .col-l-11,
    .col-l-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 20px;
    }
    .col-l-1 {
        width: 8.33%;
    }
    .col-l-2 {
        width: 16.66%;
    }
    .col-l-25 {
        width: 20%;
    }
    .col-l-3 {
        width: 25%;
    }
    .col-l-4 {
        width: 33.33%;
    }
    .col-l-5 {
        width: 41.66%;
    }
    .col-l-6 {
        width: 50%;
    }
    .col-l-7 {
        width: 58.33%;
    }
    .col-l-8 {
        width: 66.66%;
    }
    .col-l-9 {
        width: 75%;
    }
    .col-l-10 {
        width: 83.33%;
    }
    .col-l-11 {
        width: 91.66%;
    }
    .col-l-12 {
        width: 100%;
    }
    .col-l-center {
        margin: 0 auto;
    }
}


/* T Y P O */

footer{
    height: 120px;
    
    background-color: #dbebfc;
    
}

footer p{
    line-height: 120px;
}

html {
    font-size: 16px;
    color: #585858;
}

a {
    text-decoration: none;
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}

h1,
h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin-bottom: 0.2em;
}

h1 {
    color: #1c1c1c;
    font-size: 1.8em;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
    position: relative;
}

h1:after {
    background: #0f79ec;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 35px;
    width: 25px;
}

h2 {
    color: #464646;
    font-size: 1.1em;
    letter-spacing: 0.05em;
}

h3 {
    color: #585858;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1em;
    letter-spacing: 0.05em;
    margin-bottom: 0.25em;
}

.text-center {
    text-align: center;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0.25em;
}

.text-lef {
    text-align: left
}

.txt-center {
    text-align: center
}

.bgc-softb {
    background-color: #dbebfc;
    padding: 5em 0;
}

.bgc-b {
    background-color: #0f79ec;
}

.bgc-y {
    background-color: #ffaf36;
}

.bgc-g {
    background-color: #afcf37;
}


/* H E A D E R */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background-color: #fff;
    margin-bottom: 600px;
    z-index: 99999;
    -webkit-box-shadow: 0px -9px 51px -10px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px -9px 51px -10px rgba(0, 0, 0, 0.54);
    box-shadow: 0px -9px 51px -10px rgba(0, 0, 0, 0.54);
}

.logo {
    width: 200px;
    float: left;
    margin-top: 10px;
    line-height: 120px;
}

.logo a img {
    width: 100%;
}

.menu {
    float: right;
    line-height: 120px;
}

.menu li {
    float: right;
}

.menu a {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 0.8em;
    color: #808080;
    padding: 10px;
}

.item-menu {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.item-menu:hover {
    border-bottom: solid 1px #0f79ec;
}

.active {
    border-bottom: solid 1px #0f79ec;
}


/* C O N T E N T */

.illustration {
    width: 100%;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.content {
    margin-top: 0;
}


/* I N T R O */

.intro {
    min-height: 350px;
    position: relative;
    top: 39px;
}

.intro-01 {
    padding: 10px;
    color: #fff;
    display: block;
    float: left;
}

.intro-01 p {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.intro-02 {
    padding: 10px;
    color: #fff;
    display: block;
    float: left;
    font-weight: 100;
    letter-spacing: 0.1em;
}

.intro-02 p {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 1.5em;
    line-height: 1.5em;
}


/* S E R V I C E S*/

section {
    margin-top: 50px;
    padding: 2em 0;
}

.services-item {
    width: 100%;
    margin-bottom: 1.5em;
    border-bottom: solid 2px #0f79ec;
    padding-bottom: 25px;
}

.services-item h2 {
    display: table-cell;
    padding-top: 6px;
    padding-left: 10px;
}

.pentagone {
    display: table-cell;
    background-image: url(img/picto-services.png);
    width: 25px;
    height: 24px;
}

.services-item-recca h2 {
    display: table-cell;
    padding-top: 6px;
    padding-left: 10px;
}

.services-item-recca {
    border-bottom: solid 2px #ffaf36;
    padding-bottom: 25px;
    margin-bottom: 1.5em;
}

.pentagone-recca {
    display: table-cell;
    background-image: url(img/picto-services-recca.png);
    width: 25px;
    height: 24px;
}

.btn-recca {
    padding: 5px;
    margin-left: 5px;
    color: #fff;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    background-color: #ffaf36;
}

.btn-formation {
    padding: 5px;
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
    font-size: 0.85;
    background-color: #0f79ec;
    font-family: 'Raleway', sans-serif;
    
}
.p-bottom{
margin-bottom: 1.25em;
}

.header-services-item {
    margin-bottom: 1.25em;
}


/* C H A R T E */

.demarche p {
    margin-bottom: 1.5em;
}

.demarche img {
    vertical-align: middle;
}


/* R E F E R E N C E S */

.ref-box {
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    background-color: #0f79ec;
    margin-bottom: 20px;
    color: #fff;
}


/* P A R T E N A I R E S */

.partenaire-btn-recca {
    display: table-cell;
    background-color: #afcf37;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
}

.partenaires-recca {
    width: 100%;
    margin: 0 auto 1.5em auto;
}

.logo-recca {
    width: 100%;
    border-radius: 20px;
}

.logo-recca-partenaires {
    border-radius: 10px;
}

.div-center-partenaires {
    width: 700px;
    position: relative;
    margin: 0 auto;
}

.recca {
    border-bottom: solid 1px rgba(10, 10, 10, 0.2);
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.recca img {
    width: 50%;
    margin: 10px;
}

.pad {
    padding: 10px;
    color: #fff;
}

.bold {
    font-weight: 800;
    font-size: 1em;
    letter-spacing: 0.05em;
}

.light {
    font-weight: 400;
}

.tall {
    font-weight: 200;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}

.partenaires .bgc-y,
.partenaire-btn-recca,
.btn-recca,
.btn-formation{
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.partenaires .bgc-y:hover,
.partenaire-btn-recca:hover,
.btn-recca:hover,
.btn-formation:hover{
    opacity: 0.5;
}

partenaire-btn-recca
/*  C O N T A C T  */

.mt {
    margin-top: 50px;
}

form {
    width: 100%;
    height: auto;
}

.picto-name {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 5px;
}

.picto-contact {
    background-image: url(img/name.png);
    background-position: 50% 50%;
}

.picto-mail {
    background-image: url(img/mail.png);
    background-position: 50% 50%;
}

.picto-message {
    background-image: url(img/message.png);
    background-position: 50% 50%;
}

input {
    float: left;
    width: 300px;
    height: 50px;
    padding: 3px 0 0 20px;
    border: 1px solid #999;
    border-radius: 0 5px 5px 0;
}

textarea {
    float: left;
    width: 300px;
    height: 150px;
    padding: 20px 0 0 20px;
    border: 1px solid #999;
    border-radius: 0 5px 5px 5px;
}

.contact-line {
    margin-bottom: 0.5em;
}

.contact-line button {
    margin-left: 50px;
    padding: 10px 20px;
    background-color: #0f79ec;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.pad-logo-recca {
    padding: 7px 20px;
}

.margin-b {
    margin-bottom: 1.5em;
}

.nom-contact {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
}

.border-b {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.border-t {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}


/* C A R R O U S E L */

#carrousel {
    width: 100%;
    height: 297px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.visu {
    width: 100%;
    height: auto;
    position: absolute;
}

.slide {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.show {
    opacity: 1;
}

.txt-carrousel {
    position: absolute;
    top: 40px;
    z-index: 9999;
}

.circle {
    text-align: center;
    line-height: 2px;
    color: #010101;
    font-weight: bold;
    margin: 10px 0 !important;
}

.fleche {
    /*background-image: url(img/name.png);*/
    background-image: url(img/fleche.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 50px;
}
#contact {
    padding: 120px 0;
}

.margintop {
    margin-top: 6px;
}

.txt-handicap{
    color: #ffff;
    margin: 20px;
}

.txt-handicap h2{
    color: #ffff;
}

.text-engagements{
    color: #ffff;
    padding: 20px;
    text-align: center;
}

.text-engagements h2{
    color: #ffff;
    font-weight: bold;
}


.pad-engaements{
    padding: 20px;
}

.margt{
    margin-top: 5em;;
}

.link-row {
    opacity: 0.7;
    font-size: 0.8em;
    margin: 3px;
    padding: 3px 9px;
    border-radius: 49px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 20px;
    color: black;
}