body,
html {
    font-family: 'Open Sans', sans-serif;
}

/******Header*******/

.navbar {
    padding: 0 1rem;
}

.navbar-brand img {
    height: 50px;
}

.navbar-brand {
    padding: 10px;
}

.menu-lien {
    /*color: #585757;*/
    color: #461d7c;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .9vw;
    border-bottom: 1px solid transparent;
    letter-spacing: -1.5px;
}

.menu-lien:hover {
    color: #461d7c;
    text-decoration: none;
    border-bottom: 1px solid #461d7c;
}

/*******Acueil*******/

.accueil {
    background: url(../images/Fonds/Accueil_fond.png) 0px 0px no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
}

.metier {
    color: #585757;
    visibility: hidden;
    font-size: 1.2vw;
    font-weight: 300;
    text-transform: uppercase;
}

.metier span {
    font-size: 1.6vw;
}


/*******Apropos*******/

.apropos {
    background: url(../images/Fonds/A_propos_fond.jpg) 0px 0px no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    min-height: 100vh;
    font-size: 13px;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
    position: relative;
}

.section-title-holder {
    position: absolute;
    transform: rotate(-90deg);
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title-holder h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #585757;
    margin: 0;
}

.tiret {
    background: #461d7c;
    height: 2px;
    width: 40px;
    margin: 0 14px;
}

.apropos h2 {
    padding-left: 20%;
    font-weight: 300;
    font-size: 20px
}

.apropos p {
    color: #585857;
    padding: 0 20%;
}

.apropos hr {
    width: 20%;
    margin-left: 20%;
    border: 1px solid #461d7c;
    margin-bottom: 30px;
}

.btn-celia {
    display: table;
    margin: 30px auto 0;
    background-color: transparent;
    border: 1px solid #461D7C;
    color: #461D7C;
    cursor: pointer;
    border-radius: 5px;
    padding: 3px 30px;
}

.btn-celia:hover {
    background-color: #461D7C;
    color: #fff;
    text-decoration: none;
}

.btn-celia:visited {
    text-decoration: none;
}

.apropos .col-polaroid {
    position: relative;
}

.apropos img {
    position: absolute;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
    width: 240px;
}

.pola1 {
    top: -16%;
    left: 21%;
    transform: rotate(10deg);
}

.pola2 {
    top: 5%;
    left: 60%;
    transform: rotate(3deg);
}

.pola3 {
    top: 40%;
    left: 28%;
    transform: rotate(-4deg);
}

/*******Competences*******/

.competences {
    background: url(../images/Fonds/Competences_fond.jpg) 0px 0px no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #eee;
}

.card {
    max-width: 22vw;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.card-deck:last-of-type {
    margin-top: 30px;
}

/*
Flip card
*/

.card-flip {
    background: none;
    border: none;
    padding: 0;
}

.corner{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    border-top: 20px solid #fbfbfb;
    border-right: 20px solid #fbfbfb;
    border-left: 20px solid #dfdfdf;
    border-bottom: 20px solid #dfdfdf;
}

.card-flip .card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
}

.card-flip .card:first-of-type {
    transform: rotateY(0deg);
}

.card-flip .card:last-of-type {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-flip:hover .card:first-of-type {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card-flip:hover .card:last-of-type {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.competences .card img {
    display: block;
    margin: 0 auto 20px;
    width: 85px;
}

.card h3 {
    text-align: center;
    font-size: 1vw;
    letter-spacing: -1px;
}

.card-text {
    text-align: left;
    font-size: 13px;
    padding: 0 15%;
    color: #585857;
}

@media only screen and (min-width: 1600px) {
    .card-text {
        font-size: .8vw;
    }
}



/******* Parcours *******/

.parcours {
    background: url(../images/Fonds/Parcours_fond.jpg) 0px 0px no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #eee;
}

.js .slider-single > div:nth-child(1n+2) {
    display: none
}

.js .slider-single.slick-initialized > div:nth-child(1n+2) {
    display: block
}

.slick-single-item {
    text-align: center;
}

.slick-single-item img {
    margin: 50px auto 25px;
}

.slick-single-item h3 {
    font-size: 1.5rem;
    margin-top: 40px;
    font-weight: 300;
}

.slick-single-item h4 {
    font-size: 1.2rem;
    font-weight: 300;
}

.slick-single-item h5 {
    color: #585757;
    font-size: .9rem;
    font-weight: 300;
}

.slick-single-item p {
    margin: 30px auto 0;
    width: 47%;
    text-align: left;
    font-size: 14px;
    color: #585857;
}

.slider-nav h3::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.slider-nav h3 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-nav .slick-slide {
    cursor: pointer;
}

.slick-nav-item {
    text-align: center;
    padding: 20px 0;
    background: url('../images/Timeline/dot.gif') left 50px repeat-x;
}

.slick-nav-item span {
    color: #505356;
    padding: 12px 0;
    background: url('../images/Timeline/biggerdot.gif') center bottom no-repeat;
    font-weight: 300;
}

.slick-nav-item span:hover {
    text-decoration: none;
    color: #461D7C;
    font-weight: 500;  
}

.slick-slide.is-active h3 {
    color: #c00;
    background-color: #fff
}

.slick-track .slick-current span {
    color: #461d7c;
    font-weight: 500;
}

/*****Portfolio*****/

.portfolio {
    background: url(../images/Fonds/A_propos_fond.jpg) 0px 0px no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #eee;
}

.slick-container,
.contact-container {
    display: block;
    margin: 0 auto;
    max-width: 844px;
}

.portfolio-card {
    background: white;
    border: 1px solid #eee;
    border-radius: 2px;
    padding-bottom: 20px;
    margin: 15px;
}

.portfolio-card a {
    position: relative;
    display: block;
}

.portfolio-card .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: rgba(70, 29, 124, .7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-card .hover img {
    height: 50px;
}

.portfolio-card a:hover .hover {
    visibility: visible;
}

.portfolio-card h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 300;
}

.portfolio-card h4 {
    color: #777;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}

.slick-prev:before,
.slick-next:before {
    color: #ffffff !important;
    opacity: 1 !important;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:active:before,
.slick-next:active:before {
    opacity: 0.75 !important;
}

.modal-header,
.modal-footer {
    border: 1px solid transparent;
}

.modal-header h5 {
    display: block;
    margin: 30px auto 0;
    font-weight: 300;
    font-size: 30px;
}

.modal-header .close {
    margin: -1rem -1rem -1rem 0;
    padding: 0;
    position: absolute;
    right: 30px;
    opacity: 1;
}

.modal-header .close:hover {
    opacity: .5;
}

.modal-header .close span {
    font-size: 60px;
    color: #491d7c;
}

.modal-header {
    padding-bottom: 0;
}

.modal-body {
    padding-top: 0;
}

.modal-body h6 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.modal-body img {
    display: block;
    margin: 0 auto 40px;
    font-weight: 300;
}

.modal-body p {
    text-align: justify;
    padding: 0 20px;
    font-size: 13px;
    color: #585857;
}

.modal-body ul {
    padding-left: 20px;
    font-size: 13px;
    color: #585857;
}

.modal-body ul a {
    color: #461d7c;
    font-weight: 600;
}

.modal-body iframe {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    height: 45vh;
}

.modal-footer button {
    background: transparent;
    border: 1px solid #461D7C;
    display: block;
    color: #461D7C;
    margin: 0 auto;
}

.modal-footer button:hover {
    background: #461D7C;
    color: #fff;
    border: 1px solid #461D7C;
}

/******Contact******/

.contact {
    background: url(../images/Fonds/Contact_fond.jpg) 0px 0px no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 100px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact img {
    height: 100px;
    display: block;
    margin: 0 auto 50px;
}

.contact .img-fluid{
    height: 30px;
    margin: 0;
}
    
    
.contact p {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}


.contact a {
    color: #461D7C;
}

.font-30{
    font-size: 30px;
}

.contact ul li {
    display: inline-flex;
    background-color: transparent;
    border: 1px solid #461D7C;
    color: #461D7C;
    cursor: pointer;
    border-radius: 5px;
}

.contact ul li:hover {
    background-color: #461D7C;
}

.contact ul li:hover a i {
    color: white;
}

.contact ul li:hover a span{
    color:white;
}



/******Footer******/

footer {
    padding: 10px 0 10px;
    background: #f7f8fa;
    border-top: 1px solid #cacaca;
}

footer p {
    text-align: center;
    margin: 0;
    font-size: 10px;
}




/*
RESPONSIVE
*/

@media (max-width: 576px) {
    .apropos,
    .competences,
    .portfolio,
    .parcours,
    .contact {
        padding: 70px 0 20px;
    }
    .section-title-holder,
    .pola1,
    .pola2 {
        display: none;
    }
    .anim {
        display: none;
    }
    .svgfixed {
        width: 100%;
    }
    .metier,
    .metier span {
        font-size: inherit;
        font-weight: 600;
        margin-top: 30px;
    }
    .picto-menu {
        height: 20px;
    }
    .nav-item {
        text-align: center;
        margin: 2px 0;
    }
    .nav-item:last-of-type {
        margin-bottom: 30px;
    }
    .menu-lien {
        font-size: inherit;
    }
    .apropos img {
        position: inherit;
    }
    .apropos h2 {
        padding: 0;
        text-align: center;
    }
    .apropos hr {
        margin-left: 40%;
    }
    .pola3 {
        display: block;
        margin: 0 auto 30px;
        top: inherit;
        left: inherit;
        transform: rotate(0deg);
    }
    .card {
        max-width: none;
    }
    .card h3 {
        font-size: 21px;
    }
    .card-deck:last-of-type {
        margin-top: 0px;
    }
    .parcours .slick-container{
        width: 85%;
    }
    .contact img {
        height: 75px;
    }
    .slick-single-item h3 {
        font-size: 1.1rem;
    }
    .slick-single-item h4, .slick-single-item h5 {
        font-size: .9rem;
    }
    .slick-single-item p{
        width: 65%;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .menu-lien {
        font-size: 13px;
    }
    .metier,
    .metier span {
        font-size: 15px;
    }
    .section-title-holder {
        display: none;
    }
    .apropos img {
        width: 180px;
    }
    .apropos h2 {
        padding-left: 0;
    }
    .apropos p {
        padding: 0;
    }
    .apropos hr {
        margin-left: 0;
        width: 35%;
    }
    .pola1 {
        top: -3%;
        left: 16%;
    }
    .pola2 {
        top: 25%;
        left: 21%;
    }
    .pola3 {
        top: 60%;
        left: 15%;
    }
    .card {
        max-width: 100%;
    }
    .card h3 {
        font-size: 16px;
    }
    #issues li {
        width: 770px;
    }
    .contact img {
        height: 100px;
    }
    .slick-single-item h3 {
        font-size: 1.3rem;
    }
    .slick-single-item h4 {
        font-size: 1rem;
    }
    .slick-single-item p{
        width: 65%;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .menu-lien {
        font-size: 15px;
    }
    .metier,
    .metier span {
        font-size: 15px;
        font-weight: 500;
    }
    .section-title-holder {
        display: none;
    }
    .apropos,
    .competences,
    .portfolio,
    .parcours,
    .contact {
        padding: 70px 0 20px;
    }
    .apropos img {
        width: 180px;
    }
    .apropos h2 {
        padding-left: 0;
    }
    .apropos p {
        padding: 0;
    }
    .apropos hr {
        margin-left: 0;
    }
    .pola1 {
        top: -8%;
        left: 14%;
    }
    .pola2 {
        top: 16%;
        left: 40%;
    }
    .pola3 {
        top: 50%;
        left: 22%;
    }
    .card {
        max-width: 100%;
    }
    .card h3 {
        font-size: 18px;
    }
    .portfolio-card h3 {
        font-size: 16px;
    }
    .portfolio-card h4 {
        font-size: 13px;
    }
    .contact img {
        height: 125px;
    }
    #issues li {
        width: 783px !important;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .menu-lien,
    .card h3 {
        font-size: 16px;
    }
    .section-title-holder {
        left: -5%;
    }
    .apropos img {
        width: 230px;
    }
    .pola1 {
        top: -6%;
    }
    .pola2 {
        top: 18%;
    }
    .pola3 {
        top: 45%;
    }
    .card {
        max-width: 33vw;
    }
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .menu-lien {
        font-size: 16px;
    }
}
