@import url("reset.css");

/*background*/
html {
    font-family: 'Open Sans', sans-serif;
    color: #272727;
    font-size: 1em;
    background-color: #fff;
}

.brand-title {
    color: #011F5F;
    text-transform: capitalize;
    font-family: 'Times New Roman', Times, serif;
    font-variant: petite-caps;
    font-style: italic;
}

.brand-title > small {
    font-variant: all-petite-caps;
}

.content {
    padding: 1rem;
    line-height: 1.2rem;
}

.content p {
    padding-bottom: 1rem;
}

table {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}

.bg-white {
    background-color: white;
}

.p-4 {
    padding: 1rem;
}

.w-3 {
    width: 25%;
}

.mt-4 {
    margin-top: 1rem;
}

.text-black {
    color: black;
}

.text-center {
    text-align: center;
}

a {
    color: #fcfdfb;
    text-decoration: none;
}
ul {
    margin: 10px 0px 10px 18px;
}
h1 {
    font-size: 3rem;
    font-weight: 400;
}
h2, h3 {
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 1.5rem;
}
h3 {
    font-weight: 800;
}

.brand {
    color: #011F5F;
}

.vert {
    color: #78c948;
}
.orange {
    color: #F8B500;
}
.bold {
    font-weight: bold;
}
.noir {
    color: #000000;
    font-weight: bold;
}
.caps {
    text-transform: uppercase;
}
.btn_details {
    background: #78c948;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
li {
    list-style: url("../img/liste.jpg");
    padding-bottom: 10px;
}
.nostyle {
    list-style: none;
}
.fl {
    float: left;
}
.bold {
    font-weight: 700;
}
.light {
    font-weight: 300;
}
.clear {
    clear: both
}
.center {
    text-align: center;
}
.wrapper_site {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -130px;
}
#backgroundBleu {
   /* width: 100%;*/
    background: url("../img/backbleu.jpg");
    /*height: 1180px;*/
}
.site_inner {

    /* faire center Horizontal et vertical*/

    position: relative;
    margin-left: auto; /* Permet de centrer le div au centre de la fen�tre du browser */
    margin-right: auto; /* Permet de centrer le div au centre de la fen�tre du browser */
    width: 1200px;
    padding-left: 20px;
    padding-bottom: 1em;
}
.site_inner:after{
    content: " ";
    clear: both;
    display: block;
}
.header {
    width: 100%;
    background: url("../img/jereussisheader.png")no-repeat;
    height: 630px;
}
.logo {
    padding-top: 50px;
    margin-left: 0px;
}
.entete {
    margin: 62px 0px 0px 0px;
}
.disponibleTablette {
    margin-top: 56px;
}
.wrapper_full_width {
    background-color: #82cd56;
    width: 100%;
    height: 80px;
    color: #ffffff;
}
.wrapper_full_green {
    background-color: #f5fdf0;
    width: 100%;
    padding-top: 10px;
}
.heightMax {
    height: 100px;
}
.slogan {
    float: left;
    width: 80%;
}
.slogan p {
    padding-top: 2.6%;
    font-size: 1.8em;
}
.prix {
    float: left;
    width: 20%;
    font-weight: 700;
}
.prix p {
    padding-top: 10.5%;
    font-size: 1.9em;
}
.wrap-principal {
    background-color: #ffffff;
    margin: 52px 0px 0px 0px;
    line-height: 25px;
}
.titreWrapPrincipal {
    font-size: 1.4em;
    font-weight: bold;
}
.first {
    padding-right: 30px;
}
.textprincipal {
    float: left;
    margin: 28px 0px 0px 44px;
    line-height: 25px;
    font-weight: 400;
}
.textGros {
    font-size: 1.1em;
    font-weight: 100;
    text-transform: uppercase;
}
.textInscription {
    margin-top: 70px;
    text-align: center;
}
#tableCible td {
    width: 25%;
}
.roman {
    text-align: center;
    padding: 3% 0;
    font-size: 2em;
    font-weight: bolder;
    text-transform: uppercase;
}
#tableRoman {
    text-align: left;
    font-size: 0.9em;
    line-height: 20px;
    max-width: 900px;
    margin: auto;
}
table td {
    padding-right: 5px;
    font-size: 0.9em;
}
#tableRoman .titreTh a {
    color: #78c948;
    font-weight: bold;
}
.titreTh {
    color: #78c948;
    font-weight: bold;
    font-size: 1.3em;
}
.ciblebak {
    background: url("../img/cible.png")no-repeat center bottom;
    height: 166px;
}
.textInscription .inscription {
    font-size: 1.4em;
}
.textInscription p {
    line-height: 30px;
}
.footer {
    width: 100%;
    margin-top: 30px;
    background: url("../img/footer.png")repeat-x;
    color: #ffffff;
}
.footer .left {
    float: left;
    width: 56%;
    padding-top: 23px;
}
.footer .left ul {
    margin-left: 80px;
    font-size: 0.9em;
}
.footer .left p {
    padding-left: 60px;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 25px;
}
.footer .right {
    float: right;
    width: 40%;
    padding: 67px 0 0 10px;
}
.footer .right p {
    font-size: 1.4em;
    padding-left: 60px;
}
.textAbordable {
    margin: 0px 28px 0px 44px;
    padding: 20px 0;
}
.textRoman{
    width: 80%;
    display: block;
    float: left;
}
.btn-container{
    width: 20%;
    float: right;
    text-align: center;
    margin-top: 1em;
}
.btn-soon{
    background-color: #cacaca;
}
.btn{
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 0.5em 1em;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-acheter{
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: black;
    background-color: #78c948;
}
.inscriptionBoutton {
    width: 417px;
    background-color: #82cd56;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 39px;
    margin: 30px 0 30px 33%;
    padding-top: 15px;
}
.inscriptionBoutton a {
    color: #000000;
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
}

@media screen and (max-width:720px) {
    .btn-container, .textRoman{
        float: none;
        width: 100%;
    }
    .btn-container{
    }
}
@media screen and (max-width:980px) {
    .site_inner {
        width: 98%;
    }
    .footer {
        background-size: contain;
    }
    .wrapper_padding_mobile {
        padding-left: 20px;
    }
    .footer .left p {
        font-size: 22px;
        line-height: 25px;
    }
    table th {
        font-size: 1.4em;
    }
    table td {
        font-size: 0.9em;
    }
    #backgroundBleu {
        background: none;
    }
    .header {
        background: url("../img/jereussisheader_mobile.jpg")no-repeat;
        background-position: right;
    }
    .disponibleTablette {
        margin-top: 105px;
    }
    .slogan {
        width: 75%;
    }
    .slogan p {
        padding-top: 3%;
    }
    .prix {
        width: 25%;
        padding-top: 0;
    }
    .prix p {
        font-size: 2.1em;
    }
    #tableCible td, #tableRoman td {
        width: 98%;
        display: block;
    }
    #tableCible p {
        line-height: 65px;
    }
    #tableRoman {
        padding: 5px;
    }
    .textRoman {
        line-height: 30px;
    }
    #tableCible img {
        width: 40%;
    }
    #tableCible p {
        font-size: 1.9em;
    }
    .ciblebak {
        background: none;
        height: auto;
    }
    .inscriptionBoutton {
        width: 90%;
        margin-left: 5%;
        height: 64px;
        font-size: 1.6em;
        padding-top: 35px;
    }
    .wrapper_full_green {
        padding-bottom: 50px;
    }
    .left {
        width: 98% !important;
    }
    .left img {
        padding-top: 25px;
    }
    .right {
        float: left !important;
        width: 98% !important;
        padding-top: 20px !important;
    }
    .right p {
        font-size: 1.8em !important;
    }
    .right img {
        padding-top: 8px;
    }
}
@media screen and (max-device-width:480px) and (orientation:portrait) {
    .left p {
        line-height: 15px;
    }
    .footer .left ul li {
        font-size: 13px !important;
    }
    .left img {
        padding-top: 60px;
    }
    .right {
        float: left !important;
        width: 98% !important;
    }
    .right p {
        font-size: 1.6em;
        padding-bottom: 60px;
    }
    .right img {
        padding-top: 12px;
    }
    .footer {
    }
}