:root {
    --pink: #EB6D9B;
    --pinkk-light: rgba(235, 109, 155, 0.9);
    --font-standard: 'PT Sans', Arial, Helvetica, sans-serif;
    --form-component-width: calc(100% - 180px);
}

* {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    box-sizing: border-box;
}

body {
    padding-left: 30px;
    padding-right: 30px;
}

em {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-style: italic;
    font-weight: inherit;
}

.layout-application {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 5px #000;
    border-radius: 0px 0px 10px 10px;
    background-image: url(../images/boules-pbs.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
}

.layout-top {
    position: relative;
    display: block;
    padding-top: 10px;
    z-index: 2;
}

/* ------------ .layout-logo ------------ */

.layout-logo {
    margin-bottom: 60px;
}

.layout-logo img {
    width: 50%;
    min-width: 300px;
    max-width: 500px;
}


/* ------------ .layout-slider ------------ */

.layout-slider {
    display: block;
    position: absolute;
    right: 0px;
    bottom: -20px;
    z-index: 2;
    width: 25% !important;
}

.layout-slider:before {
    content: '';
    padding-top: 100%;
    float: left;
}

.layout-slider .layout-photos {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.layout-slider .layout-photos .layout-photo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left center;
}

/* ------------ .layout-content ------------ */

.layout-content {
    display: block;
    position: relative;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 90px;
    margin-bottom: 30px;
    font-family: var(--font-standard);
    border-radius: 10px;
    border: 0.3mm solid #666666;
}

.layout-content h1 {
    font-size: 32px;
    font-weight: 700;
    color: #EB6D9B;
    font-family: var(--font-standard);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.layout-content h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #666666;
    font-family: var(--font-standard);
    margin-bottom: 15px;
}

.layout-content h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #666666;
    font-family: var(--font-standard);
    margin-bottom: 30px;
}

.layout-content h6 {
    font-size: 24px;
    font-weight: 700;
    color: #EB6D9B;
    font-family: var(--font-standard);
    text-align: center;
}

.layout-content p {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    font-family: var(--font-standard);
    text-align: justify;
    margin-bottom: 15px;
}

.layout-content p a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.layout-content p strong {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}

.layout-content ul {
    padding-left: 40px;
    margin-bottom: 20px;
}

.layout-content ul li {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    font-family: var(--font-standard);
    list-style-type: square;
    margin-bottom: 5px;
}

.layout-content ul li strong {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}

.layout-content ul li a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.layout-content ol li {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    font-family: var(--font-standard);
    list-style-type: decimal;
    margin-bottom: 5px;
    list-style-position: inside;
}

.layout-content ol li strong {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}

.layout-content ol li a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}


/* ------------ .layout-bottom ------------ */

.layout-bottom {
    display: block;
    position: relative;
    border-radius: 10px;
    border: 0.3mm solid #666666;
    padding: 15px 10px;
}

.layout-bottom p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.layout-bottom p a {
    font-family: var(--font-standard);
    font-size: 12px;
    border-radius: 10px;
    color: #666666;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.layout-bottom .mobile {
    display: none;
    text-align: left;
    margin-left: 30px;
}

.layout-bottom .mobile p {
    text-align: left;
}

/* ------------ .layout-form ------------ */
.layout-form {
    display: block;
    position: relative;
    width: calc(100% - 40px);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 50px 20px;
    border: 1px solid #ccc;
}

.layout-form p {
    margin-bottom: 10px;
}

.layout-form label {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 20px;
    text-align: right;
    width: 130px;
    font-size: 16px;
    font-family: var(--font-standard);
    line-height: 38px;
}

.layout-form input[type="text"],
.layout-form input[type="email"] {
    display: inline-block;
    position: relative;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 16px;
    font-family: var(--font-standard);
    width: var(--form-component-width);
    outline: none;
}

.layout-form textarea {
    display: inline-block;
    position: relative;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    font-family: var(--font-standard);
    width: var(--form-component-width);
    height: 250px;
    outline: none;
}

.layout-form select {
    display: inline-block;
    position: relative;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 10px 10px;
    font-size: 16px;
    font-family: var(--font-standard);
    width: var(--form-component-width);
    background-color:  #fff;
    outline: none;
}

.layout-form option {
    font-size: inherit;
    background-color:  #fff;
    color: #000;
}

.layout-form button {
    padding: 10px 30px;
    background-color: var(--pink);
    color: #fff;
    border: none;
    font-size: 16px;
    font-family: var(--font-standard);
    text-align: center;
    cursor: pointer;
}

/* ------------ divers ------------ */

#animGauche {
    display: block;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    filter: RevealTrans(Duration=1, Transition=1);
}



/* ------------ mobiles ------------ */

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

    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    .layout-application {
        box-shadow: none;
    }

    .layout-slider {
        top: 20px;
        bottom: initial;
        right: 7%;
        max-width: 280px;
        min-width: 190px;
    }

    .layout-content p {
        text-align: left;
    }
}

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

    .layout-logo {
        margin-bottom: 40px;
    }

    .layout-logo img {
        display: block;
        width: 100%;
        min-width: initial;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .layout-slider {
        position: relative;
        top: initial;
        right: initial;
        width: 300px !important;
        height: 300px !important;
        min-width: 300px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .layout-bottom .desktop {
        display: none;
    }

    .layout-bottom .mobile {
        display: block;
    }

    .layout-form label {
        display: block;        
        margin-right: 0px;
        text-align: left;
        width: 100%;
        margin-bottom: 0px;        
    }
    
    .layout-form input[type="text"],
    .layout-form input[type="email"] {
        display: block;        
        width: 100%;        
    }
    
    .layout-form textarea {
        display: block;        
        width: 100%;        
    }
    
    .layout-form select {
        display: block;        
        width: 100%;        
    }
    
    .layout-form button {
        display: block;        
        width: 150px;
        text-align: center;
    }

}