*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.C2captcha
{
    padding:10px;
    display:inline-block;
    text-align:center;
}
.C2captcha_inputs
{
    display:inline-block!important;
    height:40px!important;
    margin-top:10px!important;
}
.C2captcha_inputs img
{
    margin:0!important;
    height:100%!important;
    max-height:calc(100% - 2px)!important;
    border:1px solid gray!important!important;
}
.C2captcha_inputs input
{
    width:60px!important;
    display:inline!important;
    margin:0!important;
    vertical-align:top!important;
    height:calc(100% - 2px)!important;
    padding:0!important;
    border:0px!important;
    border-bottom:2px dashed gray!important;
}

body 
{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.contact
{
    background-color: #AA0000;
    color: #FFF;
    border: 2px solid #AA0000;
}

.lienbleu
{
    color: #154c79;
    font-size: 10px;
}

.lieninsta
{
    color: #7232BD;
    font-size: 10px;
}

.bloc-footer iframe
{
    width:  80%;
    height: 200px;
    margin: 10px auto;
}

.lientwitter
{
    color: #1DA1F2;
    font-size: 10px;
}

.lienyt
{
    color: #FF0000;
    font-size: 10px;
}

.bgtrans
{
    background: rgba(255, 255, 255, 0.5)
}

.pfactu
{
    width: 20%;
    float: left;
    color: #2E2E2E!important;
}

.pfactu .content
{
    width: 95%!important;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 550px;
}

.pfactu p
{
    padding: 10px;
    padding-top: 0!important;
    text-align: left;
}

.pfactu a:hover
{
    opacity: 0.5;
    transition: 0.3s;
}

.pfactu img
{
    width: 90%;
    margin: 10px auto;
    min-height: 325px;
}

.pfactu h6
{
    background-color: #152d4b;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase!important;
}

.app 
{
    background-color: #152d4b!important;
    color: #FFF!important;
}

.app:hover
{
    background-color: #FFF!important;
    color: #152d4b!important;
}

.bigimg
{
    width: 95%!important;
}

h2
{
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.content
{
    width: 90%;
    margin: 0 auto;
}

header
{
    width: 100%;
}

section
{
    width: 100%;
}

.cl
{
    clear: both;
}

section .banniere
{
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.3), 
        rgba(0, 0, 0, 0.3)
      ),
      url('./../images/jsp-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

section .banniere img
{
    width: 25%;
    margin: 0 auto;
    padding-top: 50px!important;
}

section .banniere h1
{
    font-size: 4.5rem;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-weight: 800;
    line-height: 1.2em;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

p
{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

section .banniere p
{
    color: #c2c2c2;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 1em;
}

.btn
{
    text-align: center;
    padding: 1rem;
    padding-bottom: 2rem;
}

.button
{
    border: 2px solid #152d4b;
    background-color: #152d4b;
    color: #FFF;
    padding: 20px;
    text-transform: uppercase;
}

.button:hover
{
    background-color: transparent;
    color: #152d4b;
    transition: 0.3s;
    cursor: pointer;
}

.btn .buttongauche
{
    border: 2px solid #152d4b;
    background-color: #152d4b;
    color: #FFF;
    padding: 20px;
    text-transform: uppercase;
}

.btn .buttongauche:hover
{
    background-color: transparent;
    color: #FFF;
    transition: 0.3s;
    cursor: pointer;
}

.btn .buttondroite
{
    border: 2px solid #152d4b;
    background-color: transparent;
    color: #FFF;
    padding: 20px;
    text-transform: uppercase;
}

.btn .buttondroite:hover
{
    background-color: #152d4b;
    color: #FFF;
    transition: 0.3s;
    cursor: pointer;
}

section .bloc-information
{
    background-color: #f4f4f4;
    padding: 20px 20px;
}

section .bloc-rouge
{
    background-color: #152d4b;
    color: #FFF;
    padding: 5px;
}

section .bloc-rouge h2
{
    color: #FFF;
    font-size: 40px;
    line-height: 2.5rem;
    font-family: 'Raleway', sans-serif;
    padding-top: 20px;
    padding-bottom: 0px;
}
}

section .bloc-information h2
{
    color: #152d4b;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

section .bloc-information p 
{
    padding-top: 20px;
    padding-bottom: 20px;
}

section .bloc-information h3
{
    color: #3a3a3a;
    font-size: 40px;
    line-height: 2.5rem;
    font-family: 'Raleway', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ombre
{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid #152d4b;
}

.bold 
{
    font-weight: bold;
}

section .bloc-information h4, section .bloc-information2 h4
{
    color: #3a3a3a;
    font-size: 30px;
    line-height: 2rem;
    font-family: 'Raleway', sans-serif;
    padding-top: 10px;
    padding-bottom: 0px;
}

.rouge 
{
    color: #152d4b;
}

section .gauche 
{
    width: 50%;
    float: left;
}

section .gauche img
{
    width: 70%;
    margin: 0 auto;
}

section .droite img
{
    width: 70%;
    margin: 0 auto;
}

.nopad
{
    padding-bottom: 0px!important;
}

.nopad2
{
    padding-top: 0px!important;
    padding-bottom: 90px!important;
}

section .droite 
{
    width: 50%;
    float: right;
}

.demo
{
    border: 2px solid #FFF;
    background-color: #FFF;
    color: #152d4b;
    padding: 20px;
    text-transform: uppercase;
}

.demo:hover
{
    cursor: pointer;
    background-color: #2E2E2E;
    color: #FFF;
    transition: 0.3s;
}

.tall
{
    font-size: 80px;
    color: #152d4b;
}

.center
{
    text-align: center;
}

.flammebb
{
    width: 100%;
    background-image: url('./../images/flamme.png');
    height: 13px;
    transform: rotate(180deg);
    margin-top: -2px;
    background-color: #f4f4f4;
}

.flammeg
{
    width: 100%;
    background-image: url('./../images/claque-flamme.png');
    height: 150px;
    transform: rotate(180deg);
    margin-top: -2px;
    background-color: #f4f4f4;
}

.flammeg2
{
    width: 100%;
    background-image: url('./../images/claque-flamme.png');
    height: 150px;
    margin-top: -2px;
    background-color: #f4f4f4;
}

.fill
{
    color: #152d4b;
}

.pf 
{
    width: 25%;
    float: left;
}

.pf .content
{
    width: 95%!important;
}

.pf h3
{
    color: #FFF!important;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 20px!important;
    text-transform: uppercase;
    padding-bottom: 0!important;
}

.bg-orange
{
    background-color: #FF8000;
    color: #FFF;
}

.bg-rouge
{
    background-color: #152d4b;
    color: #FFF;
}

.bg-noir
{
    background-color: #2E2E2E;
    color: #FFF;
}

a
{
    color: inherit;
    text-decoration: none;
}

.pf2 a:hover .bg-rouge
{
    background-color: #2E2E2E!important;
}

.tallr
{
    font-size: 100px;
    padding: 30px;
}

.pf p
{
    padding-top: 0px!important;
    padding-bottom: 10px!important;
}

.bold
{
    font-weight: bold;
}

.bg-image
{
    background: url("./../images/jsp-2.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 20px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
}

.bg-image2
{
    background: url("./../images/jsp-4.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 20px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
}

.pf2
{
    width: 33.33%;
    float: left;
}

.pf2 .content
{
    width: 95%!important;
}

.pf2 h3
{
    color: #FFF!important;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 20px!important;
    text-transform: uppercase;
    padding-bottom: 0!important;
}

.pf2 p
{
    padding-top: 0px!important;
    padding-bottom: 10px!important;
}

.big 
{
    font-size: 80px;
    padding: 10px;
}

.counter, .counter2, .counter3
{
    font-size: 30px;
    font-weight: bold;
    font-family: 'Solitreo', cursive;
}

footer
{
    background-color: #2E2E2E;
    color: #FFF;
}

.bloc-footer
{
    width: 25%;
    float: left;
}

.bloc-footer img
{
    width: 50%;
    padding: 10px;
    padding-bottom: 0px;
    margin: 0 auto;
}

.bloc-footer h3
{
    color: #FFF!important;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 20px!important;
    text-transform: uppercase;
    padding: 0px!important;
}

.titre-footer
{
    margin-top: 30px!important;
    border-bottom: 3px solid #FFF;
}

.barre
{
    height: 1px;
    border-bottom: 1px solid #c2c2c2;
    width: 80%;
    margin: 0 auto;
}

footer a:hover
{
    cursor: pointer;
    color: #C2C2C2;
}

.copy
{
    text-align: center;
    padding: 5px;
    color: #c2c2c2;
}

.copy a:hover
{
    color: #FFF;
}

.pf3
{
    width: 20%;
    float: left;
}

.pf3 .content
{
    width: 95%!important;
}

.pf3 h3
{
    color: #FFF!important;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 20px!important;
    text-transform: uppercase;
    padding-bottom: 0!important;
}

.pf3 p
{
    padding-top: 0px!important;
    padding-bottom: 10px!important;
}

section .bloc-information2
{
    background-color: #FFF;
    padding: 100px 20px;
}

section .bloc-information2 h2
{
    color: #152d4b;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

section .bloc-information2 p 
{
    padding-top: 20px;
    padding-bottom: 20px;
}

section .bloc-information2 h3
{
    color: #3a3a3a;
    font-size: 40px;
    line-height: 2.5rem;
    font-family: 'Raleway', sans-serif;
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog
{
    width: 25%;
    float: left;
}

.blog .content
{
    width: 90%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog img
{
    width: 100%;
}

.blog h3
{
    font-size: 20px!important;
    padding: 10px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    line-height: normal!important;
}

.blog h6
{
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    font-style: italic;
}

.blog p
{
    padding: 10px!important;
    margin-block: 0px!important;
}

form
{
    width: 100%;
    margin: 0 auto;
    margin-top:-70px;
}

form h3
{
    padding: 0px!important;
    padding-top: 1em!important;
    padding-bottom: 1em!important;
}

form input
{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}

form select
{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

form textarea
{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 200px;
}

form textarea:focus
{
    outline: none !important;
    border: 2px solid #152d4b;
}

form select:focus
{
    outline: none !important;
    border: 2px solid #152d4b;
}

form input:focus
{
    outline: none !important;
    border: 2px solid #152d4b;
}

form input[type="submit"]
{
    background-color: #152d4b;
    color: #FFF;
    border: 2px solid #152d4b;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    padding: 1em;
    line-height: 1.7em!important;
}

form input[type="submit"]:hover
{
    background-color: #FFF;
    border: 2px solid #152d4b;
    color: #152d4b;
    cursor: pointer;
    transition: all 300ms linear 0ms;
}

@media (max-width:760px)
{
    body
    {
        text-align: left!important;
    }

    section .banniere h1 
    {
        font-size: 2rem;
        font-family: 'Raleway', sans-serif;
        color: #FFF;
        font-weight: 800;
        line-height: 1em;
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    section .banniere p 
    {
        color: #c2c2c2;
        text-align: center;
        font-family: 'Titillium Web', sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.5rem;
        padding: 0.5em;
    }

    .btn .buttongauche
    {
        border: 2px solid #152d4b;
        background-color: #152d4b;
        color: #FFF;
        padding: 20px;
        text-transform: uppercase;
        width: 100%!important;
        margin-bottom: 10px;
    }

    .btn .buttondroite
    {
        border: 2px solid #152d4b;
        background-color: transparent;
        color: #FFF;
        padding: 20px;
        text-transform: uppercase;
        width: 100%!important;
    }

    section .gauche 
    {
        width: 100%;
        float: none;
    }

    section .droite 
    {
        width: 100%;
        float: none;
    }

    section .bloc-information {
    background-color: #f4f4f4;
    padding: 50px 20px;
}

    section .bloc-information h3 
    {
        color: #3a3a3a;
        font-size: 30px;
        line-height: 2.5rem;
        font-family: 'Raleway', sans-serif;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pf 
    {
        width: 100%;
        float: none;
    }

    .pf2 
    {
        width: 100%;
        float: none;
    }

    .pf3 
    {
        width: 100%;
        float: none;
    }

    .pfactu 
    {
        width: 100%;
        float: none;
    }

    .bg-image
    {
        display: block;
    }

    .bg-image2
    {
        display: block;
    }

    .bloc-footer 
    {
        width: 100%;
        float: none;
    }

    .blog {
    width: 100%;
    float: none;
}

}