.contenu {
    padding-top: 150px;
}
.titre {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 25px;
    top: 20px;
    margin: 5px 10px;
    left: 0px;
    transform: rotate(0deg);
    font-family: "MyriadPro-Semibold", Helvetica, Arial, serif;
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    letter-spacing: 1px;
    line-height: 20px;
}

.under-line {
    position: relative;
    display: inline-block;

    padding-bottom: 10px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.text-italic {
    font-style: italic;
}
.under-line::after {
    content: "";
    position: absolute;
    background: url(presidence_bar.svg);
    background-size: cover;
    height: 1.9px;
    width: 100%;

    left: 0;
    bottom: 0;
}
.res_image {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.res_image .res_image-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.res_image:hover .res_image-overlay {
    opacity: 1;
}

.res_image-image {
    width: 100%;
}

.res_image-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.res_image:hover .res_image-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.res_image-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.res_image-details p {
    color: #fff;
    font-size: 0.8em;
}
.res_image-details i {
    color: #fff;
    font-size: 2em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.card-ac {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 1px;
    border: none;
}
.card-ac-header:first-child {
    border-radius: 0;
}
.card-ac-header {
    background-color: #f7f7f9;
    margin-bottom: 0;
    padding: 10px 1.25rem;
    border: none;
}
.card-ac-header a i {
    float: left;
    font-size: 25px;
    padding: 5px 0;
    margin: 0 25px 0 0px;
    color: #195c9d;
}
.card-ac-header i {
    float: right;
    font-size: 30px;
    width: 1%;
    margin-top: 8px;
    margin-right: 10px;
}
.card-ac-header a {
    width: 97%;
    float: left;
    color: #565656;
}
.card-ac-header p {
    margin: 0;
}

.card-ac-header h3 {
    margin: 10px 0 0px;
    font-size: 16px;
    /* font-family: "MyriadPro-Semibold 27px", serif; */
    font-weight: bold;
    color: #195c9d;
}
.card-ac-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color: #232323;
    box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px soild #000;
    border-radius: 0;
}
.card-ac-block p a {
    color: rgb(56, 52, 52);
    font-weight: bold;
    font-style: italic;
    margin: 10px 0;
}
.card-ac-block p a i {
    color: rgb(56, 52, 52);
    font-size: 23px;
    float: right;
    margin-left: 5px;
}

.tag {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 3px;
    margin-right: 10px;
    display: block;
    height: 6px;
    width: 16px;
}
.ligne-titre-actu {
    background-color: rgba(255, 255, 255, 0);
    padding-top: -350px;
    display: block;
    height: 3px;
    width: 135px;
}
.ligne-titre-img {
    background-color: rgba(255, 255, 255, 0);
    padding-top: -350px;
    display: block;
    height: 3px;
    width: 100px;
}
.actu-date {
    background-color: rgba(255, 255, 255, 0);
    top: 45px;
    padding-top: 5px;
    margin: 0;
    left: 1px;
    font-family: "MyriadPro-Semibold", Helvetica, Arial, serif;
    font-size: 12px;
    color: rgba(74, 73, 74, 1);
    text-align: left;
    line-height: 14px;
}
.a-image img {
    transition: 0.5s;
}
.bar-thema-date {
    display: inline;
}
.a-image:hover {
    text-decoration: none;
}

.chapeau {
    color: black;
    overflow: hidden;
    padding-left: 35px;
    height: 100%;
}
.act {
    background-color: #fff !important;
    padding-left: 10px;
    margin-bottom: 10px;
}
.homme .secteur-thema {
    color: rgb(199, 31, 46);
}

.societe .secteur-thema {
    color: rgb(241, 145, 36);
}

.croissance .secteur-thema {
    color: rgb(25, 141, 58);
}

.bonne .secteur-thema {
    color: rgb(55, 116, 182);
}

.homme .image-sca {
    background-color: rgb(199, 31, 46);
}
.societe .image-sca {
    background-color: rgb(241, 145, 36);
}
.croissance .image-sca {
    background-color: rgb(25, 141, 58);
}
.bonne .image-sca {
    background-color: rgb(55, 116, 182);
}

.a-image:hover .image-scal img {
    transform: scale(1.1);
}
.theme-actu {
    font-weight: bold;
}

.image-actu {
    width: 100%;
    height: 600px;
}
@media (max-width: 768px) {
    .bar-thema-date {
        display: none;
    }
    .card-ac-header h3 {
        margin: 10px 0 0px;
        font-size: 1rem;
    }
    .card-ac-header i {
        margin-right: 0px;
    }
    .titre {
        /* padding-left: 20px; */
        font-size: 20px;
    }
    /* .corp {
        margin-top: 10% !important;
    } */
    .contenu {
        padding-top: 50px !important;
    }

    .avatar-actu {
        max-width: 100%;
        height: auto;
    }
    .lignetitre {
        background-color: rgba(255, 255, 255, 0);
        display: none;
        height: 3px;
        width: 520px;
    }
    .a-image img {
        max-width: 100%;
        /* height: auto; */
    }
    .chapeau {
        padding-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .image-actu {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 300px) {
    .corp p {
        font-size: 10px !important;
    }
}

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

    display: block;
    height: 3px;
    width: 150px;
}
.lignetitre-salle {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 240px;
}
.lignetitre-accreditation {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    height: 3px;
    width: 200px;
}

.tail {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/* .text-mandat {
    font-size: ;
} */

@media (max-width: 768px) {
    .lignetitre-resso {
        display: none;
    }
}

.cover-page-contact img {
    width: 100%;
    height: auto;
}
.text-description {
    font-size: 1rem;
    margin-top: 3%;
}
@media screen and (max-width: 769) {
    .text-description {
        font-size: 0.9rem !important;
    }
}
.text-fieldset {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 14px 0;
}
.form-style-1 {
    margin: 10px auto;
    max-width: 50rem;
    padding: 20px 12px 10px 20px;
    font: 1rem;
    font-weight: 100;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label {
    margin: 0 0 3px 0;
    padding: 0px;
    display: block;
    font-weight: normal !important;
    /* font-weight: bold; */
}
.form-style-1 input[type="text"],
.form-style-1 input[type="date"],
.form-style-1 input[type="datetime"],
.form-style-1 input[type="number"],
.form-style-1 input[type="search"],
.form-style-1 input[type="time"],
.form-style-1 input[type="url"],
.form-style-1 input[type="email"],
textarea,
select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: rgba(196, 196, 196, 0.06);
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 7px 12px;
    margin: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
}
.form-style-1 input[type="radio"] {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);
}
.form-style-1 input[type="text"]:focus,
.form-style-1 input[type="date"]:focus,
.form-style-1 input[type="datetime"]:focus,
.form-style-1 input[type="number"]:focus,
.form-style-1 input[type="search"]:focus,
.form-style-1 input[type="time"]:focus,
.form-style-1 input[type="url"]:focus,
.form-style-1 input[type="email"]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus {
    -moz-box-shadow: 0 0 8px rgb(140, 215, 255);
    -webkit-box-shadow: 0 0 8px rgb(140, 215, 255);
    box-shadow: 0 0 8px rgb(140, 215, 255);
    border: 1px solid rgb(140, 215, 255);
}
.form-style-1 .field-divided {
    width: 49%;
}
.form-style-1 .radio-option {
    display: inline-block;
    margin-right: 2.5rem;
}

.form-style-1 .field-long {
    width: 100%;
}
.form-style-1 .field-select {
    width: 100%;
}
.form-style-1 .field-textarea {
    height: 200px;
    border: 1px solid #c4c4c4;
    font-weight: normal !important;
}
.form-style-1 input[type="submit"],
.form-style-1 input[type="button"] {
    background: #007fff;
    padding: 8px 45px 8px 45px;
    border: none;
    color: #fff;
    border-radius: 5px;
}
.form-style-1 input[type="submit"]:hover,
.form-style-1 input[type="button"]:hover {
    background: #0474e4;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.form-style-1 .required {
    color: #ce1021;
}
