.container-fluid {
    margin: 0;
    padding: 0;
}

body, p {
    margin: 0;
    padding: 0;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: calibri, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #58585A;
}
a {
    text-decoration: none;
}
.row {
    margin: 0;
    padding: 0;
}
.row::after {
    clear: both;
}
.row::before, .row::after {
    content: " ";
    display: table;
}
.item-speaker{
    text-align: center;
    /*margin-top: 50px;*/
    min-height: 280px;
    /*border-top: 1px solid #ddd;*/
    padding: 5px 0;
    display: table-cell;
    padding-top: 15px;
    font-size: 17px;
}
.item-speaker-content{
    padding:5px;
}
.item-speaker .zone-photo{
            /*
        width: 254px;
        height: 183px;
        */
        width: 100px;
        height: 100px;
        margin: 0 auto;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.item-speaker .speaker-photo img{
    width: 100%;
    height: 100%;
            border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
/*
.item-speaker:hover .speaker-photo .zone-photo img{
    opacity: 0.5;
    -webkit-transition: all 1s;
    transition: all 1s;
}
*/
/*
.item-speaker .speaker-photo .field-content:after{
    width: 70px;
    text-align: center;
    height: 5px;
    background-color: #9497BA;
    display: block;
    content: '';
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 37px;
}
*/
.item-speaker .field-content {
    margin-bottom: 0.5em;
}

.item-speaker .speaker-speciality {
    font-size: 18px;
    font-weight: 400;
    padding: 3px 0 0;
}
/*
.item-speaker .speaker-nom{
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.item-speaker .speaker-nom p{
    font-weight: 300;
    margin:1.5em 0 10px;
}
.item-speaker .speaker-nom .nom{
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 5px;
    font-size:23px !important;
}
.item-speaker .speaker-nom .prenom{
    font-size:23px !important;
}
*/
.item-speaker .speaker-function{
    font-size: 12px;
    color: #666;
    font-style: italic;
}
.item-speaker .speaker-societe, .speaker-department, .speaker-country {
    font-size: 12px;
    /*font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 8px;*/
    font-style: italic;
    color: #666;
    line-height: 1.5em;
}
.item-speaker .speaker-cv{
    margin-top:10px;
}
.item-speaker .speaker-cv a{
    background: #0C67AD;
    color:#ffffff;
    border-radius: 3px;
    padding: 6px 15px;
    text-decoration: none;
    font-size: 13px;
}
.item-speaker .speaker-cv a:hover{
    background: #d55c7b;
}

.content-infos-speaker h2 {
    color: #98178D !important;
    margin: 0 !important;
    margin-bottom: 0.5em !important;
}

.content-infos-speaker .fonction-speakers {
    font-size: 20px !important;
    font-weight: 200;
    margin-bottom: 5px;
}

/*
.content-infos-speaker .pays-speakers {
    font-size: 16px;
    line-height: 25px;
}
*/

.content-infos-speaker .separator {
    height: 1px;
    background-color: #98178D;
    margin: 0;
}

.content-infos-speaker .session-speaker-wrapper {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.content-infos-speaker .session-speaker {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    text-align: right;
    text-transform: uppercase;
}

.content-infos-speaker .session-sepaker-date {
    color: #0C67AD;
    font-size: 14px !important;
    margin-bottom: 10px;
    text-align: right;
}

.content-infos-speaker .img-responsive {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
}

#content-speaker .content-bio {
    font-size: 16px;
    line-height: 25px;
    margin-top: 3em;
    text-align: justify;
}

.full-name-speakers {
    /*color: #98178D;*/
    color: #33cccc;
    font-weight: bold !important;
    font-size: 18px;
}

.speaker-societe {
    color: #0C67AD;
}

.btn-all-speaker {
    text-align: center;
}


.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0;
    border-radius: 0;
}
.btn-lg {
    line-height: 1.3333;
}
.btn.rouge {
    background-color: #e4221e !important;
    color: #fff !important;
}
.btn.btn-lg {
    padding: 10px 35px;
    text-transform: uppercase;
    font-sei: 16px;

}
.btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff;
}

.btn.rouge:hover {
    background-color: #b91916 !important;
    color: #fff;
}


table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

table > tbody > tr:hover {
    background-color: #f5f5f5;
}

table > tbody > tr > td {
    font-size: 18px;
    font-weight: 400;
    padding: 15px 20px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: center;
}


table > tbody > tr > td > p {
    line-height: 1.5em;
}
.name {
    /*font-weight: bold;*/
    /*color: #98178D;*/
    font-weight: 700;
}

.speciality {
    font-weight: normal;
    font-size: 16px;
    /*color: #000;*/
}

.society {
    font-size: 14px;
    line-height: 1.3em;
    /*font-style: italic;*/
    /*color: #666;*/
}

.twitter a {
    font-weight: bold;
    font-size: 14px;
    color: #045EA5;
}