body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
}
/*#### SECTION HEADER ####*/
section.header {
    background-image: url("../img/header.jpg");
    background-color: #9a9ba0;
    background-position: center;
    -webkit-box-shadow: inset 13px 0 0 446px rgba(108,108,108, 0.5);
    -moz-box-shadow: inset 13px 0 0 446px rgba(108,108,108, 0.5);
    box-shadow: inset 13px 0 0 446px rgba(108,108,108, 0.5);
    -webkit-background-size: cover;
    background-size: cover;
    color: white;
    text-align: center;
}
.logo {
    display: block;
    margin: auto;
    width: 12%;
}
.btn-header {
    line-height: 27px;
    font-weight: 700;
    font-size: 130%;
    border-radius: 3px;
}
.line {
    width: auto;
    height: 10px;
    border-bottom: 3px double #ffffff;
}
.hvr-effect {
    display:inline-block;
    vertical-align:middle;
    -webkit-transform:translatez(0);
    transform:translatez(0);
    box-shadow:0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -moz-osx-font-smoothing:grayscale;
    position:relative;
    -webkit-transition-property:color;
    transition-property:color;
    -webkit-transition-duration:0.3s;
    transition-duration:0.3s;
    background-color: rgba(255, 255, 255, 0);
    padding:20px 20px 20px 20px;
    text-decoration: none;
    /* color: white; */
    border: solid 2px #BB9955;
}
.hvr-effect:before {
    content: "";
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #BB9955;
    -webkit-transform:scalex(0);
    transform:scalex(0);
    -webkit-transform-origin:0 50%;
    transform-origin:0 50%;
    -webkit-transition-property:transform;
    transition-property:transform;
    -webkit-transition-duration:0.3s;
    transition-duration:0.3s;
    -webkit-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
}
.hvr-effect:hover:before,
.hvr-effect:focus:before,
.hvr-effect:active:before {
    -webkit-transform: scalex(1);
    transform:scalex(1);
}
.hvr-effect:hover,
.hvr-effect:focus,
.hvr-effect:active {
    color: white;
}

/*MODAL*/
.modal-title {
    color: black;
}
.text-modal {
    color: #BB9955;
}
.modal-header {
    border-bottom: none;
}
.form-check {
    color: black;
    font-size: 10px;
}
.modal-footer {
    display: block;
    border-top: none;
}

.btn-modal {
    color: #fff;
    background-color: #BB9955;
    border-color: #BB9955;
    padding: 0.575rem 0;
    width: 100%;
}
.btn:hover {
    color: white;
    text-decoration: none;
}

/*#### SECTION OBJECTIF ####*/
section.objectif {
    background: white;
}
.objectif-bubble {
    width: 4%;
}
.slogan {
    color: #BB9955;
    font-style: italic;
    text-align: center;
    font-size: 44px;
}
.img-objectif {
    height: 350px;
    max-width: 100%;
    background-size: cover;
    background-position: -140px 0px;
    box-shadow: 5px 10px 10px lightgrey;
}
.name {
    text-align: center;
    margin-top: 50px;
    color: #8589A0;
    font-style: italic;
    font-size: 16px;
}
.img-name {
    position: relative;
    height: 100%;
    width: 40%;
    justify-content: center;
    background-size: cover;
    margin-top: 20px;
    overflow: hidden;
    float: left;
}

/*#### SECTION super-hero ####*/
.super-hero {
    background: #F2F2F2;
}
h2.title-super-hero  {
    color: #BB9955;
    font-size: 28px;
    font-weight: bolder;
    text-align: center;
}
h2.title-retraite  {
    margin-top: 25px !important;
    color: #BB9955;
    font-size: 28px;
    font-weight: bolder;
    display: block;
    margin: auto;
}
p.text-super-hero {
    text-align: center;
    font-size: 20px;
}
.img-super-hero {
    width: 100%;
    box-shadow: 5px 10px 10px lightgrey;
}
.btn-super-hero  {
    font-size: 15px !important;
    color: black;
}
h3.title-super-hero, h3.title-etablissement {
    padding-bottom: 2rem;
    position: relative;
}
h3.title-super-hero:after {
    position: absolute;
    height: 2px;
    background: #BB9955;
    width: 50%;
    content: "";
    top: 85%;;
    left: 0px;
}

/*#### SECTION ETABLISSEMENT ####*/
h3.title-etablissement:after {
    position: absolute;
    height: 2px;
    background: #BB9955;
    width: 50%;
    content: "";
    top: 75%;
    left: 0px;
}
.img-etablissement {
    box-shadow: -5px 10px 10px lightgrey;
}

/*#### SECTION EXPERIENCE ####*/
section.experience {
    background: #F2F2F2;
}
h2.title-experience {
    font-size: 35px;
    color: #BB9955;
    text-align: left;
    font-weight: bolder;

}
.img-experience {
    width: 7%;
    margin-right: 15px;
}
.block-title {
    font-size: 110%;
    margin-top: 50px;
    color: #BB9955;
    font-weight: bold;
}
section.experience p {
    font-size: 89%;
}
/*#### SECTION CANDIDATURE ####*/
section.candidature{
    background-color: white;
}
section.candidature p {
    color: #8589A0;
    font-weight: bold;
}
.img-prerequis,.img-candidature {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
}

div .img-candidature-left {
    width: 100%;
    overflow: hidden;
}

div .img-candidature-left img {
    height: 70%;
    width: 100%;
    float: right;
    margin-top: 20px;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
div .btn-candidature {
    height: 304px;
    width: 100%;
    font-size: 20px;
    padding: 1.25rem 2.5rem;
    display: block;
    margin: auto;
    background-color: #BB9955;
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}
div .btn-candidature:hover {
    background-color: #ffffff;
    color: #BB9955;
    border-color: #BB9955;
}
/*#### SECTION Excellence ####*/
section.excellence {
    background-color: #ffffff;
}
.title-excellence {
    font-size: 36px;
}
.background-bubble {
    background-image: url("../img/14258098-0-cchecks.png")!important;
    background-size: cover!important;
}
.block-contact {
    background: #BB9955;
    color:  white!important;
    box-shadow: -5px 10px 10px lightgrey;
}
.marg-block-contact {
    margin-top: 80px;
}
.block-btn {
    margin: auto;
    display: block;
    margin-bottom: 80px;
}
p.text-formation {
    color: #8589A0;
    margin-top: 40px;
    padding-bottom: 2rem;
    position: relative;
}
p.text-formation:after {
    position: absolute;
    height: 3px;
    background: #BB9955;
    width: 35%;
    content: "";
    top: 106%;
    right: 33%;
}
p.text-formation2 {
    color: #8589A0;
}
div .btn-contact {
    font-size: 20px;
    padding: 1rem 1.5rem;
    display: block;
    background-color: white;
    border: 1px solid transparent;
    color: #BB9955;
    font-weight: 300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}
/*#### SECTION FOOTER ####*/
section.footer {
    background-image: url("../img/fca.jpg");
    color: white;
    text-align: center;
    box-shadow: inset 13px 0 0 446px rgba(187,153,85, 0.6);
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: auto;
}
.title-footer {
    font-size: 44px;
    padding-top: 10%;
}
.btn-footer {
    padding: 2%;
    font-weight: 700;
    font-size: 170%;
    border-radius: 3px;
    background-color: black;
    color: white;
}

/*#### RESPONSIVE ####*/

@media(max-width: 575.98px) {
    body {
        font-size: 10pt;
    }
    .slogan {
        font-size: 22px;
    }

    h3.title-super-hero, h3.title-etablissement {
        font-size: 22px;
    }

    h2.title-experience {
        font-size: 30px;
    }

    .img-candidature {
        margin-top: 6%;
    }
    .block-contact {
        box-shadow: none;
        border-bottom: 7px solid #F2F2F2;
    }
    .block-title {
        margin-top: 0;
    }
    p.text-formation:after {
        height: 2px;
        top: 85%;
    }
}
@media screen and (max-width: 768px) {
    .title-header {
        font-size: 25px;
    }
    .slogan  {
        font-size: 24px;
    }
    .title-header2 {
         font-size: 20px;
     }
    .objectif-bubble {
        width: 10%;
    }
    p.text-super-hero {
        font-size: 18px;
    }
    .title-footer {
        font-size: 2rem;
    }
    section.footer {
        background-position: unset;
    }
    section.candidature p {
        font-size: 86%;
    }
    .title-super-hero {
        margin-top: 3%;
    }
    div .img-candidature-left img {
        width: 100%;
        height: auto;
    }

}

.size {
    font-size: 30px;
}