@charset 'UTF-8';
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*
 * URL     : www.academie-lpg.com
 * Version : 1.2 (12/04/17)
 */
body {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
    color: #575759;
    background: #FFF;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

a {
    color: #575759;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

#cookie-bar {
    background-color: #000;
    padding: 5px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
#cookie-bar p {
  font-size: 12px;
  padding: 10px;
  margin: 0;
}

.cb-enable,
.cb-disable {
  color: #000;
  background-color: #fff;
  padding: 5px;
  margin:0 0 0 10px;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dateMj {
  font-size: 12px;
  font-style: italic;
}

a:hover,
a:active,
a:focus {
    color: #575759;
    outline: none;
}

p {
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #575759;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #FFF;
    background: #575759;
}

::-moz-selection {
    color: #FFF;
    background: #575759;
}

::selection {
    color: #FFF;
    background: #575759;
}

sub,
sup {
    font-size: 60%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.7);
}

.light-grey-section {
    background: rgba(0, 0, 0, 0.03);
}

.js .animate-box {
    opacity: 0;
}

/* listes */
.list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-item li {
    margin-bottom: 20px;
}
.list-item li:before {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding-right: 10px;
    content: '>';
}
.list-item li.inactive:before {
    display: none;
}

/* boutons */
.btn {
    font-size: 18px;
    font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    line-height: 1;
    padding: 14px 24px;
}

.btn.btn-md {
    padding: 10px 20px;
}

.btn.btn-lg {
    padding: 18px 36px;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn-primary {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

@media screen and (max-width: 479px) {
    .btn {
        font-size: 16px;
    }
}

@media screen and (max-width: 359px) {
    .btn {
        font-size: 14px;
    }
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #000;
    border-color: #000;
    color: #FFF;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    background: #000;
    border-color: #000;
    color: #FFF;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #000;
    border-color: #000;
    color: #FFF;
}

.btn-outline {
    background: none;
    border: 2px solid #000;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn.with-arrow i {
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn.with-arrow:hover {
    padding-right: 46px;
}

.btn.with-arrow:hover i {
    color: #FFF;
    right: 18px;
    visibility: visible;
    opacity: 1;
}


/*
 * Header
 */
#header {
    width: 100%;
    margin: 0;
    position: fixed;
    z-index: 99999;
    background: rgba(255, 255, 255, 0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#header .logo {
    text-indent: -700px;
    background-image: url('../images/logo-lpg-academie.png');
    background-size: 100%;
    display: block;
    width: 196px;
    height: 46px;
    margin-top: 17px;
    float: left;
    outline: none;
    text-decoration: none;
}

#header:hover {
    background: rgba(255, 255, 255, 1);
}

#header.scroll,
.no-hero #header {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0.15);
}

#header:hover a,
#header.scroll a,
.no-hero #header a {
    color: rgba(0, 0, 0, 1);
}

#header .header-inner {
    height: 80px;
    float: left;
    width: 100%;
}

#header nav {
    margin: 42px 0 0 0;
}

#header nav {
    float: right;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #header nav {
        display: none;
    }
}

#header nav ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}

#header nav li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

#header nav a {
    color: rgba(255, 255, 255, 1);
    padding: 10px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-weight: 400;
}

#header nav a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 10px;
    right: 10px;
    background-color: #575759;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#header nav a:hover {
    text-decoration: none;
    color: #575759;
}

#header nav a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#header nav a:active,
#header nav a:focus {
    outline: none;
    text-decoration: none;
}

/* slider */
#hero {
    background: #FFF url(../images/loader.gif) no-repeat center center;
}
#hero .overlay {
    background: rgba(0, 0, 0, 0.3);
}

#hero .btn {
    font-size: 24px;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    #hero .btn {
        font-size: 16px;
    }
}

#hero .btn.btn-primary {
    padding: 16px 30px;
}

#hero .btn-primary {
    background: #FFF;
    color: #000;
    border: 2px solid #FFF;
    font-weight: 400;
}

#hero .btn-primary:hover,
#hero .btn-primary:focus,
#hero .btn-primary:active {
    background: transparent;
    color: #FFF;
}

#hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

#hero .slides {
    position: relative;
    overflow: hidden;
}

#hero .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#hero .flex-control-nav {
    bottom: 40px;
    z-index: 1575759;
}

#hero .flex-control-nav a {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

#hero .flex-control-nav a.flex-active {
    cursor: pointer;
    background: rgba(0, 0, 0, 1);
}

#hero .flex-direction-nav {
    display: none;
}

#hero .slider-text {
    display: table;
    opacity: 0;
    min-height: 480px;
}

#hero .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 480px;
    max-width: 480px;
}

#hero .slider-text-inner h2 {
    margin: 0;
    font-size: 78px;
    font-weight: 300;
    color: #FFF;
}

#hero .lead {
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    #hero .slider-text-inner h2 {
        font-size: 30px;
        font-weight: 400;
    }
    #hero .lead {
        font-size: 16px;
        font-weight: 300;
    }
}


.scroll-down {
    position: absolute;
    z-index: 99999;
    bottom: 14px;
    left: 50%;
    width: 3pc;
    height: 3pc;
    margin-left: -24px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-animation: bounce 2s infinite 1s;
    animation: bounce 2s infinite 1s;
    background-image: url('../images/arrow-down.svg');
    background-size: 100%;
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}


/*
 * Section
 */
section,
.niveau {
    padding: 7em 0;
}
.no-hero #formations-section, .no-hero #contact-form-section {
    padding-top: calc( 7em + 80px);
}
section .btn {
    margin-top: 30px;
}

.heading {
    margin-bottom: 30px;
}

.heading h2, .title-page {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    color: #87888a;
    font-size: 48px;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    section,
    .niveau {
        padding: 3em 0;
    }
    .no-hero #formations-section, .no-hero #contact-form-section {
        padding-top: calc( 3em + 80px);
    }
    .heading h2, .title-page {
        font-size: 32px;
        margin-bottom: 36px;
    }
    .responsive-helper {
        width: 80%;
    }
}

/* présentation */
#presentation-section .list-item {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* chiffres */
.counters {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

.counter {
    font-size: 60px;
    display: block;
    color: white;
    width: 100%;
    font-weight: 600;
}

.counter-label {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 2em;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}

.counter-more:before {
    display: inline-block;
    content: '+';
    font-size: 36px;
    padding-right: 4px;
}

/* tarifs */
#tarifs-section .list-item {
    margin: 0;
    padding: 0;
}

#tarifs-section .list-item li {
    position: relative;
    text-align: left;
    line-height: 1.4;
    list-style: none;
    padding-left: 20px;
}

#tarifs-section .list-item li.active:before {
    position: absolute;
    left: 0;
    content: url('../images/check.svg');
}

#tarifs-section .list-item li.inactive {
    color: #E0E4EA;
    font-weight: 300;
    text-decoration: line-through;
}

#tarifs-section .tarif {
    display: block;
    
}

#tarifs-section .tarif-box {
    text-align: center;
    padding: 30px;
    background: #FFF;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    top: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#tarifs-section .btn-select-plan {
    padding: 12px 20px;
    background: #5bc0de;
    color: #FFF;
    margin-top: 20px;
}

#tarifs-section .btn-select-plan:hover {
    background-color: #37a7c8;
}

#tarifs-section .tarif-box:hover,
#tarifs-section .tarif-box:focus {
    -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    top: -2px;
}

#tarifs-section .tarif-plan {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #575759;
}

#tarifs-section .tarif-plan-offer {
    position: relative;
    font-weight: 500;
    font-size: 60px;
    color: #000;
    line-height: 1;
    margin-bottom: 30px;
}

#tarifs-section .tarif-plan-offer small {
    font-size: 36px;
    line-height: 1;
    padding-left: 2px;
    top: 21px;
    position: absolute;
}


/* contact */
#contact-section a {
    color: #FFF;
}
.contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    color: #FFF;
}

.contact .container {
    position: relative;
    z-index: 2;
}

.contact h3 {
    color: #FFF;
}

.contact p:last-child {
    margin-bottom: 0;
}

.contact .btn-primary {
    color: #FFF;
    border: 2px solid #FFF;
}

.contact .btn-primary:hover,
.contact .btn-primary:focus,
.contact .btn-primary:active {
    background: #FFF;
    border-color: #FFF;
    color: #000;
}

.contact .btn.with-arrow:hover i {
    color: #000;
}


/*
 * Footer
 */
#footer {
    padding: 40px 0 20px 0;
    float: left;
    width: 100%;
    position: relative;
    background: #262626;
}

@media screen and (max-width: 768px) {
    #footer {
        padding-top: 20px;
    }
}

#footer .float {
    float: left;
    margin-right: 10%;
}

/* réseaux sociaux */
.social {
    padding: 0;
    margin: 0;
}

.social li {
    padding: 0;
    margin: 0 20px 0 0;
    list-style: none;
    display: inline-block;
}

.social li a {
    font-size: 22px;
    padding: 0;
    margin: 0;
    padding: 2px;
    display: block;
}

.social li a:hover,
.social li a:active,
.social li a:focus {
    color: #FFF;
    outline: none;
    text-decoration: none;
}

.copyright {
    text-align: right;
    margin-top: 5px;
}

@media screen and (max-width: 992px) {
    .social,
    .copyright {
        text-align: center;
    }
}

/* menu */
#page {
    z-index: 2;
    background: #FFF;
}

#offcanvas,
.nav-toggle,
#page {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.offcanvas-visible #page {
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    -o-transform: translateX(-275px);
    transform: translateX(-275px);
}

#offcanvas {
    display: none;
    height: 100%;
    right: 0;
    overflow-y: auto;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 275px;
    background: black;
    padding: 30px;
}

.offcanvas-visible #offcanvas {
    display: block;
}

#offcanvas ul {
    padding: 0;
    margin: 0;
}

#offcanvas li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    line-height: 28px;
}

#offcanvas li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

#offcanvas li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

#offcanvas li.active a {
    color: rgba(255, 255, 255, 0.7);
}

.nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.nav-toggle.active i::before,
.nav-toggle.active i::after {
    background: #FFF;
}

.nav-toggle.dark.active i::before,
.nav-toggle.dark.active i::after {
    background: #FFF;
}

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #FFF;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    transition: all .2s ease-out;
}

.nav-toggle i::before,
.nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nav-toggle.dark i {
    position: relative;
    color: #575759;
    background: #575759;
    transition: all .2s ease-out;
}

.nav-toggle.dark i::before,
.nav-toggle.dark i::after {
    background: #575759;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nav-toggle i::before {
    top: -7px;
}

.nav-toggle i::after {
    bottom: -7px;
}

.nav-toggle:hover i::before {
    top: -10px;
}

.nav-toggle:hover i::after {
    bottom: -10px;
}

.nav-toggle.active i {
    background: transparent;
}

.nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.nav-toggle {
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .nav-toggle {
        display: block;
        top: 20px;
    }
}


/* formations */
#formations-section {
    overflow: hidden;
    padding-bottom: 0;
}

#formations-section .icon {
    float: left;
    width: 28px;
}

#formations-section .icon-check {
    font-size: 18px;
    color: #575759;
    float: left;
}

#formations-section .text {
    float: left;
}

#formations-section h3 {
    font-size: 18px;
    color: #575759;
    margin-bottom: 20px;
    font-weight: 400;
}

#formations-section .formation-image {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    #formations-section .formation-image img {
        margin-top: 30px;
    }
}

/*
 * Page formations
 */
#formations-section .formation {
    clear: both;
    float: left;
    width: 100%;
}

.niveau .list-item > li {
    font-weight: 400;
    margin-bottom: 10px;
}

.niveau li ul {
    font-size: 15px;
    font-weight: 300;
    margin: 10px 0 20px 0;
    padding: 0;
}

.niveau li li {
    margin-bottom: 8px;
    line-height: 1.4;
    margin-left: 25px;
}

.niveau li li:before {
    content: none;
}

.niveau .list-sub-item > li {
    list-style: none;
    position: relative;
    margin-left: 25px;
    padding-left: 22px;
}

.niveau .list-sub-item > li:before {
    position: absolute;
    left: 0;
    top: -2px;
    content: url(../images/check.svg);
}

.niveau .list-sub-item ul {
    margin-bottom: 14px;
    margin-top: 8px;
}

#niv1 {
    padding-top: 3em;
}


/*
 * Page contact
 */
.hidden {
    display: none;
}
.visible {
    display: block;
}

#contact-form {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    font-size: 16px;
    font-weight: 400;
}

#contact-form label {
    display: block;
    cursor: pointer;
    font-weight: 400;
    padding: 0;
}

#contact-form .radio {
    display: inline-block;
    margin-right: 25px
}

@media screen and (max-width: 360px) {
    #contact-form .radio {
        width: 100%;
    }
}

#contact-form .radio label {
    padding-left: 25px;
    padding-right: 8px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
    width: 100%;
    line-height: 1;
    padding: 12px;
    margin-bottom: 24px;
    cursor: pointer;
    border: 1px solid #575759;
    outline: 0;
    background: transparent;
    overflow: visible;
    border-radius: 5px;
    color: #000;
}

#contact-form textarea {
    line-height: 1.5;
}

.radio,
.checkbox {
    margin-top: 0;
    margin-bottom: 20px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 4px;
    margin-top: 8px;
    outline: none;
}

@media screen and (max-width: 360px) {
    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        margin-top: 4px;
    }
}

#contact-form input[type="radio"]:checked + label {
    font-weight: 500;
    color: #000;
    border-radius: 5px;
    background-color: #575759;
    color: #FFF;
}

::-webkit-input-placeholder {
    color: #575759;
}

:-moz-placeholder,
::-moz-placeholder {
    color: #575759;
}

:-ms-input-placeholder {
    color: #575759;
}

#contact-form input[type="text"]:hover,
#contact-form input[type="text"]:focus,
#contact-form input[type="text"]:active,
#contact-form input[type="email"]:hover,
#contact-form input[type="email"]:focus,
#contact-form input[type="email"]:active,
#contact-form textarea:hover,
#contact-form textarea:focus,
#contact-form textarea:active {
    transition: all .4s ease;
    border-color: #ccc;
}

#contact-form input[type="text"].error,
#contact-form input[type="email"].error,
#contact-form textarea.error {
    border-color: #cc0528;
}

#contact-form input[type="text"].success,
#contact-form input[type="email"].success,
#contact-form textarea.success {
    border-color: #09ad7e;
}

#contact-form textarea {
    resize: vertical;
}

#contact-form .btn {
    margin: 0;
    outline: none;
}

div.error {
    font-size: 12px;
    padding-left: 12px;
    color: #cc0528;
}

.success-message, .error-message {
    background-color: #09ad7e;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 10px;
}
.error-message {
    background-color: #cc0528;
}
.loading-message {
    color: #cc0528;
    padding: 20px 0 10px 0;
}

.notice {
    font-size: 12px;
    margin-top: 40px;
}

.notice p {
    margin-bottom: 10px;
}
.mentionslegales {
  font-size: 10px !important;
  text-align: justify;
}
.bProtectiondonnees input,
.bOptintelefonique input {
  float: left;
}
.bProtectiondonnees label,
.bOptintelefonique label {
  float: left;
  width: 95%;
}
.bProtectiondonnees,
.bOptintelefonique {
  font-size: 10px;
}