.row > div {
    padding: 0 2px !important;
}

img {
    margin-top: 2px;
    vertical-align: middle;
}

.tire {
    font-size: 20px;
}
.iframe {
    width: 100%;
    height: 150px;
}
@media (max-width: 768px) {
    .iframe {
        height: 100px !important;
    }
    .protit {
        font-size: 18px;
    }
    .tire {
        font-size: 20px;
    }
    .lignetit,
    .lignetit-video,
    .lignetit-revu,
    .lignetit-docs {
        display: none !important;
    }
    #corps-container {
        margin-top: 10%;
    }
    .a-fleche {
        margin-left: 10px !important;
    }

    .cont {
        margin: 10px;
    }
    .titre {
        margin-left: 15px;
        text-align: left;
    }
    .ress-corps {
        height: 100px !important;
        width: 100%;
        margin: 0 !important;
    }
}

.lignetit {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 360px;
}
.lignetit-revu {
    background-color: rgba(255, 255, 255, 0);
    padding-top: -350px;
    display: block;
    height: 3px;
    width: 240px;
}
.lignetit-docs {
    background-color: rgba(255, 255, 255, 0);
    padding-top: -350px;
    display: block;
    height: 3px;
    width: 155px;
}
.lignetit-cr-cm {
    background-color: rgba(255, 255, 255, 0);
    padding-top: -350px;
    display: block;
    height: 3px;
    width: 540px;
}
.lignetit-ordonnance {
    background-color: rgba(255, 255, 255, 0);
    padding-top: -350px;
    display: block;
    height: 3px;
    width: 182px;
}
.lignetit-communique {
    background-color: rgba(255, 255, 255, 0);
    padding-top: -350px;
    display: block;
    height: 3px;
    width: 197px;
}
.lignetit-discours {
    background-color: rgba(255, 255, 255, 0);
    padding-top: -350px;
    display: block;
    height: 3px;
    width: 125px;
}
.lignetit-constitutions {
    background-color: rgba(255, 255, 255, 0);
    padding-top: -350px;
    display: block;
    height: 3px;
    width: 183px;
}
.lignetit-archive {
    background-color: rgba(255, 255, 255, 0);
    padding-top: -350px;
    display: block;
    height: 3px;
    width: 120px;
}
.lignetit-video {
    background-color: rgba(255, 255, 255, 0);
    padding-top: -350px;
    display: block;
    height: 3px;
    width: 90px;
}

.ress-corps {
    height: 150px;
    overflow: hidden;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ress-corps.ima {
    background-color: black;
}

.ress-corps img.imag {
    height: 100%;
    width: 100%;
    opacity: 0.7;
}

.ress-tete {
    height: 60px;
}
.ress-pied {
    height: 55px;
    overflow: hidden;
}

.card-res {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
}

.secteur-logo {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.secteur-type {
    font-size: 18px;
}

.col-md-3 {
    margin-bottom: 5px;
}

.secteur-logo img {
    height: 20px;
    width: 20px;
}

@media (max-width: 992px) {
    .secteur-logo img {
        height: 20px;
        width: 20px;
        margin-top: 1px;
    }

    .doc-titre {
        font-size: 13px;
    }
}
.a-fleche {
    margin-left: -15px;
}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 100px; /* Location of the box */

    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.5); /* Black w/ opacity */
}

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

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

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

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

@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%;
    }
}
.emb {
    width: 50%;
    height: 50%;
}

.pres_titre {
    border: 10px solid transparent;

    border-width: 0px 0px 10px;
    -o-border-image: url(lignecouleur.png) 28% round;
    border-image: url(lignecouleur.png) 28% round;
}
