/** GLOBAL **/
html {

}


body {
    background-color: #f5f5f5;
}

footer {
    background-color: white;
    border-top:1px solid #FF4000;
    padding-top: 10px;
}

.content {
    padding: 0 15px;
    margin: 0 10%;
    background-color: white;
}


#smdt {
    background-image: url("../images/fond.png");
    background-repeat: no-repeat;
}

body p , #li_p {
    font-size: 20px;
}

#li_p p {
    margin-left: 20px;
}

.card-title, strong {
    color: #FF4000;
}

#side-menu .card, #top-menu .card {
    border-color: #FF4000;
}

#side-menu .card img {
    border-radius: unset;
}

#top-menu .card-title {
    margin: 0;
}

#doc {
    cursor: pointer;
}

#doc:hover {
    opacity: 0.7;
}

#show_doc {
    display: none;
    position: absolute;
    z-index: 10;
}

/** INDEX  **/

.card {
    margin: 20px 0 20px 0;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: #343a40 !important;
    color: white !important;
}


.nav-link {
    color: white !important;
}

#navbar-link-linkedin {
    width: 30px;
    height: 30px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #FF4000;
}

li.nav-item {
    margin-right: 25px;
}

#navbar-logo {
    height: 70px;
}

.page-title {
    margin-top: 10px;
}


/***** MODAL IMG ***********/

/* Style the Image Used to Trigger the Modal */
img:not(.no-modal) {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

img:not(.no-modal):hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 21; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .content {
        margin: 0;
    }

    #side-menu {
        display: none;
    }

    #top-menu {
        display: block !important;
    }

    .no-mobile {
        display: none;
    }

    .reduct-mobile {
        width: 75% !important;
    }

    #doc-bottom{
        display: flex!important;
    }
}

#rgpd {
    font-size: 12px;
}

#list_technique li, .list-unstyled {
    padding: 7px;
}

