body {
    font-family: roboto;
    margin: 0;
    padding: 0;
}

.wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.wrapper h2 {
    font-size: 37px;
    margin-top: 0;
    text-transform: uppercase;
}

.wrapper h3 {
    font-size: 25px;
    margin-top: 0;
    text-transform: uppercase;
}

.wrapper p {
    font-size: 19px;
    margin-top: 15px;
    line-height: 28px;
}

.wrapper img {
    max-width: 100%;
}

#logo {
    width: 250px;
    height: 100px;
    background: url(/images/cadla-centre-affaires-de-lavenir.png) center no-repeat;
    float: left;
    background-size: contain;

}

#langSwitch {
    float: right;
    width: 100px;
    line-height: 100px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 60px;
}

#langSwitch a {
    color: #167bb1;
    text-decoration: none;
}

#langSwitch a:hover {
    color: #f35d2a;
}

#telephone {
    float: right;
    width: 300px;
    padding-top: 10px;
}

#telephone p {
    text-transform: uppercase;
    color: #f35d2a;
    text-align: right;
}

#telephone p a {
    font-size: 33px;
    font-weight: 700;
    color: #167bb1;
    text-decoration: none;
}

@media only screen and (max-width: 660px) {
    #telephone {
        float: none;
        margin: auto;
        text-align: center;
        clear: both;
    }

    #telephone p {
        text-align: center;
    }

}

@media only screen and (max-width: 500px) {
    #langSwitch {
        line-height: 50px;
        text-align: center;
        width: 100%;
    }

}

#banner {
    width: 100%;
    height: 625px;
    background: url(/images/banner.jpg) center no-repeat;
    background-size: cover;
}

#banner .col-special {
    width: 900px;
    margin: 0 auto;
    padding: 50px 0 0;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 100px 0 20px;
}

#banner p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#banner p strong {
    font-size: 27px;
    padding-top: 45px;
    display: inline-block;
}

#banner a {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #f35d2a;
    border: 1px solid #f35d2a;
    border-radius: 5px;
    margin: 30px auto 0;
    display: block;
    width: 400px;
    padding: 10px;
    text-decoration: none;
}

.wrapper.col-special {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
}

.wrapper.col-special h2 {
    font-size: 37px;
    margin-bottom: 40px;
}

.col-12 {
    clear: both;
    width: 100%;
}

.col-9 {
    float: left;
    clear: none;
    width: 60%;
    padding: 1%;
}

.col-6 {
    float: left;
    clear: none;
    width: 48%;
    padding: 1%;
}

.col-3 {
    float: left;
    clear: none;
    width: 27%;
    padding: 3.1%;
}

.Services .col-3 {
    padding-top: 200px;
}

.laval {
    background: url(images/emplacement-strategique-laval.png) center top no-repeat;
}

.ressources {
    background: url(images/centre-multi-ressources.png) center top no-repeat;
}

.offre {
    background: url(images/offre-evolutives.png) center top no-repeat;
}

.Services h3 {
    font-size: 21px;
    text-transform: uppercase;
    color: #f35d2a;
}

.Services p {
    font-size: 17px;
    color: #545454;
    line-height: 24px;
}

#Tarification {
    width: 100%;
    height: 725px;
    background: url(images/inscription-en-ligne.jpg) center no-repeat;
    background-size: cover;
}

#Tarification h2 {
    color: #fff;
    padding: 80px 0 50px;
}

#Tarification .col-3 {
    border: 1px solid #fff;
    padding: 1.5%;
    width: 26%;
    min-height: 393px;
}

#Tarification .col-3:nth-child(2) {
    margin: 0 6%;
}

#Tarification h3 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
}

#Tarification p {
    font-size: 22px;
    color: #fff;
    margin: 35px 0 0;
}

#Tarification p.price {
    font-size: 19px;
}

#Tarification p.smalllh {
    line-height: 20px;
    margin-top: 21px;
    font-size: 17px;
}

#Tarification p.note {
    font-size: 16px;
    margin-top: 50px;
}

#Tarification p span {
    font-size: 27px;
    font-weight: 700;
}

#Tarification a {
    color: #fff;
}

.formulaire {
    text-align: left;
    padding: 60px 0;
}

.formulaire p {
    line-height: 30px;
}

.form-holder {
    padding: 5%;
    background: #f35d2a;
    color: #fff;
}

.form-holder h3 {
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
    margin-top: 10px;
}

.form-holder fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.form-holder form {
    position: relative;
    width: 100%;
}

.form-holder input[type="text"],
.form-holder textarea {
    width: 80%;
    border: 1px solid #ccc;
    color: #333;
    padding: 10px 12px;
    font-size: 18px;
    margin-bottom: 6px;
    font-family: roboto !important;
    margin-left: 5%;
}

.form-holder textarea {
    height: 100px;
}

.form-holder input[type="submit"] {
    width: 49%;
    float: none;
    margin: 20px auto 0;
    padding: 7px 0;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    font-size: 19px;
    background: #eee;
    border: 1px solid #eee;
    cursor: pointer;
    display: block;
}

.form-holder input[type="submit"]:hover {
    background: #eee;
    color: #f35d2a;
}

#map {
    margin-bottom: 60px;
}

.Signature {
    background: #167bb1;
}

.Signature .wrapper {
    padding: 0;
}

.Signature .wrapper p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    line-height: 20px;
}

.Signature .wrapper p a {
    color: #fff;
    text-decoration: none;
}

.Signature .wrapper p a:hover {
    color: #fff;
    text-decoration: underline;
}

.clear-b {
    clear: both;
}

.fieldsError {
    color: #f14368;
}

.fieldsNoError {
    color: #17b70f;
}

#formSlider {
    position: fixed;
    width: 337px !important;
    height: 380px;
    top: 20%;
    right: -285px;
    z-index: 99999;
}

#formSlider .boutonSlider {
    float: left;
    background: #f35d2a;
    width: 53px;
    height: 380px;
    position: relative;
    cursor: pointer;
    z-index: 99999;
}

#formSlider .boutonSlider span {
    display: block;
    width: 100%;
    height: 18px;
    background: url(images/puce-fixed.png) top center no-repeat;
    position: absolute;
    top: 22px;
}

#formSlider .boutonSlider.open span {
    transform: rotate(180deg);
}

#formSlider .boutonSlider h3 {
    display: block;
    cursor: pointer;
    width: 383px;
    font-size: 25px;
    color: #fff;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    position: absolute;
    top: 335px;
    right: -343px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    line-height: inherit;
}

#formSlider .form-holder {
    background: #fff;
    height: 347px;
    float: left;
    width: 250px;
}

#formSlider .form-holder h3 {
    font-size: 20px;
    color: #333;
}

#formSlider .form-holder input[type="text"],
#formSlider .form-holder textarea {
    border: 1px solid #444;
    padding: 8px 12px;
}

#formSlider .form-holder textarea {
    height: 75px;
}

#formSlider .form-holder input[type="submit"] {
    background: #f35d2a;
    color: #fff;
}

#formSlider .form-holder input[type="submit"]:hover {
    color: #f35d2a;
    background: #fff;
}

.mesures {
    background-color: #f35d2a;
    color: #fff;
    width: 600px;
    margin: 0 auto;
}

.wrapper .mesures p {
    font-size: 31px;
    padding: 20px 0 0 0;
}

.mesures ul {
    margin: 25px 0 20px 0;
    padding: 0;
    padding-bottom: 20px;
}


.mesures ul li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}


@media only screen and (max-width: 1500px) {
    .wrapper {
        width: 1200px;
    }

    .container img {
        margin: 50px 0 0 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper {
        width: 980px;
    }

    .wrapper h2 {
        font-size: 30px;
    }

    .wrapper p {
        font-size: 17px;
        margin-top: 15px;
    }

    h1 {
        font-size: 55px;
        margin: 100px 0 20px;
    }

    #banner {
        height: 550px;
    }

    #banner p {
        font-size: 21px;
        max-width: 800px;
        margin: auto;
    }

    #banner p strong {
        font-size: 24px;
    }

    .wrapper.col-special {
        width: 800px;
    }

    .wrapper.col-special h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .Services h3 {
        font-size: 19px;
    }

    .Services p {
        font-size: 15px;
        line-height: 20px;
    }

    #Tarification {
        height: 555px;
    }

    #Tarification .col-3 {
        padding: 1%;
        width: 28%;
    }

    #Tarification .col-3:nth-child(2) {
        margin: 0 4%;
    }

    #Tarification h2 {
        padding: 50px 0 25px;
    }

    #Tarification h3 {
        font-size: 20px;
    }

    #Tarification p {
        font-size: 17px;
        color: #fff;
        margin: 20px 0 0;
    }

    #Tarification p.price {
        font-size: 16px;
    }

    #Tarification p.note {
        font-size: 16px;
        margin-top: 50px;
    }

    #Tarification p span {
        font-size: 27px;
        font-weight: 700;
    }

    .form-holder h3 {
        font-size: 22px;
    }

    .form-holder div {
        width: 100%;
        float: left;
    }

    .form-holder input[type="text"],
    .form-holder textarea {
        width: 90%;
        margin-left: 0;
    }

    img.offrespeciale {
        width: 210px;
        height: auto;
    }

    #Tarification .col-3 {
        min-height: 313px;
    }

    #Tarification p.smalllh {
        line-height: 17px;
        margin-top: 15px;
        font-size: 15px;
    }





}

@media only screen and (max-width: 1009px) {
    .wrapper {
        width: 740px;
    }

    .wrapper p {
        font-size: 16px;
        margin-top: 15px;
    }

    #banner .col-special {
        width: 100%;
    }

    h1 {
        font-size: 50px;
    }

    #banner {
        height: 550px;
    }

    #banner p {
        font-size: 19px;
        max-width: 625px;
    }

    #banner p strong {
        font-size: 24px;
    }

    .wrapper.col-special {
        width: 80%;
    }

    .mesures {
        width: 80%;
    }

    .wrapper .mesures p {
        font-size: 22px;
    }

    .mesures ul li {
        font-size: 15px;
    }

    .Services .col-3 {
        width: 42%;
    }

    .Services .col-3:nth-child(3) {
        clear: left;
        margin: auto;
        float: none;
    }

    #Tarification {
        height: auto;
    }

    #Tarification .col-3 {
        width: 90%;
        max-width: 600px;
        clear: left;
        float: none;
        margin: 20px auto;
        min-height: initial;
    }

    #Tarification p {
        margin-top: 22px;
    }

    #Tarification .col-3:nth-child(2) {
        margin: 0 auto;
    }

    .formulaire .col-9 {
        width: 96%;
    }

    .formulaire .col-3 {
        width: 96%;
    }

    img.offrespeciale {
        width: 270px;
    }

    #Tarification p.smalllh {
        line-height: 17px;
        margin-top: 15px;
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #logo {
        width: 200px;
    }

    #telephone {
        width: 240px;
    }

    .wrapper {
        width: 94%;
        padding: 0 4% 0 2%;
    }

    .wrapper h2,
    .wrapper.col-special h2 {
        font-size: 24px;
    }

    h1 {
        font-size: 40px;
        margin: 60px 0 20px;
    }

    #banner {
        height: 450px;
    }

    #banner p {
        font-size: 18px;
        width: 80%;
        margin: auto;
    }

    #banner p strong {
        font-size: 21px;
    }

    .wrapper.formulaire h2 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 600px) {
    #formSlider .boutonSlider {
        height: 45px;
        top: 5%;
        z-index: 9999;
    }

    #formSlider .boutonSlider span {
        top: 12px;
    }

    #formSlider .boutonSlider.open span {
        transform: rotate(180deg);
    }

    #formSlider .boutonSlider h3 {
        display: none;
    }

    #banner {
        height: 400px;
    }

    #banner .col-special {
        padding: 1px 0 0;
    }

    h1 {
        font-size: 34px;
        margin: 50px 0 20px;
    }

    #banner p {
        font-size: 16px;
        line-height: 24px;
    }

    .Services .col-3 {
        width: 96%;
    }
}

@media only screen and (max-width: 500px) {
    #logo {
        height: 80px;
    }

    #logo,
    #telephone {
        width: 100%;
    }

    #telephone {
        padding-top: 0;
    }

    #telephone p {
        text-align: center;
    }

    h1 {
        font-size: 29px;
        margin: 40px 0 20px;
    }

    #banner {
        height: 350px;
    }

    #banner p {
        font-size: 15px;
    }

    #banner p strong {
        font-size: 18px;
        padding-top: 30px;
    }

    #banner a {
        font-size: 17px;
        margin-top: 17px;
        width: 80%;
    }

    .col-6 {
        width: 96%;
    }

    .col-12.gallery .col-3 {
        width: 40%;
    }
}

@media only screen and (max-width: 400px) {
    #banner p strong {
        display: none;
    }
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: transparent;
}

.cboxIframe {
    background: transparent;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: transparent;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url(../images/bx_loader.gif) no-repeat center center;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0;
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../images/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

#opening {
    border: 0px;
    background: transparent;
    padding-top: 0px;
    height: 450px;
    z-index: 999999;
}

#opening .logo {
    margin: 22px auto;
    display: block;
}

#opening h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 10px 0px;
    padding: 0;
    text-align: center;
}

#opening h2.second {
    font-style: italic;
    margin-bottom: 10px;
}

#opening h3,
#opening h4 {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 10px 15px;
    text-align: center;
    line-height: 20px;
}

#opening h4 {
    margin: 10px 10px 0px;
    padding-bottom: 0;
}

#opening p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    margin: 10px 50px 5px;
    text-align: center;
    padding-bottom: 0;
}

#opening p strong {
    color: #fff;
}

#opening div.colModal {
    margin: 0;
    width: 100%;
}

#opening div.clear-b {
    clear: both;
}

#opening a {
    color: #fff;
}

#opening img {
    max-width: 100%;
}

/*##################################################*/

#slider div {
    width: 100%;
    height: 700px;
}

@media only screen and (max-width: 1199px) {

    #slider,
    #slider div {
        height: 500px !important;
    }
}

@media only screen and (max-width: 980px) {

    #slider,
    #slider div {
        height: 400px !important;
    }
}

@media only screen and (max-width: 767px) {

    #slider,
    #slider div {
        height: 300px !important;
    }
}