
.responsables-bloc {
    font-family: "Open Sans";
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
    background-color: #eee;
    position: relative;
}

.responsables-bloc .f {
    float:left;
    width: 55px;
    margin: 5px;
    /* padding: 2px; */
    border-radius: 5px;
    /* border: 1px solid black; */
}

.responsables-bloc .a {
    padding: 0 0 0 80px;
}

.responsables-bloc .b {
    font-weight: bold;
    font-size: 18px;
    color: #057C85;
}

.responsables-bloc .c {
    font-weight: normal;
}

.responsables-bloc .d {
    margin: 0px 0 0 0;
    bottom: 5px;
    right: 5px;
    position: absolute;
}

.responsables-bloc .d a {
    background-color: #057C85;
    color:white;
    font-weight: bold;
    padding: 5px 13px;
    border-radius: 2px;
}

.responsables-bloc .d a img {
    top: 3px;
    position: relative;
}

.responsables-bloc .d a:hover {
    background-color: red;
}

.responsables-bloc .e {
    clear: both;
}

.responsables-bloc.p {
    width: 49%;
    margin: 20px auto;
}

.responsables-desc {
    font-family: "Open Sans";
}

.responsables-desc img {
    width: 120px;
    float: left;
    /* border: 1px solid black; */
    /* padding: 2px; */
    margin: 0 0 0 70px;
    border-radius: 5px;
}

.responsables-desc .a {
    /* border: 1px solid red; */
    margin: 0 0 0 240px;
    padding: 20px 0 0 0;
}

.responsables-desc h2 {
    font-size: 35px;
}

.responsables-desc .b {
    font-weight: bold;
}

.responsables-desc .c {
    background-color: #057C85;
    color: white;
    font-weight: bold;
    padding: 5px 50px;
    border-radius: 5px;
}

.responsables-desc .c:hover {
    background-color: red;
}

.responsables-desc .e {
    clear: both;    
}

.responsables-desc .bio {
	font-size: 120%;
    border: 1px solid #ccc;
    box-shadow: 3px 3px #999;
    padding: 20px;
    text-align: justify;
    border-radius: 7px;
    margin: 20px 0;
}

.responsables-check-box .sel span {
    box-sizing: border-box;
    display: inline-block;
    background-color: #057c85;
    height: 30px;
    width: 30px;
    color: white;
    margin: 0 10px 5px 0;
    font-weight: bold;
    padding: 0 0 0 10px;
    font-size: 20px;
    cursor: pointer;
}

/*
.responsables-check-box img {
    display: block;
    margin: auto;
    border: 1px solid black;
    padding: 3px;
    border-radius: 5px;
    height: 150px;
}

.responsables-check-box .a {
    text-decoration: underline;
}

.responsables-check-box .e {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.responsables-check-box .e a {
    background-color: #057C85;
    color: white;
    font-weight: bold;
    padding: 0px 5px;
    border-radius: 2px;
}
*/
.responsables-check-box .d {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1s ease-out;
}


.show-check-box {
    max-height: 2000px !important;
    transition: max-height 1s ease-in;
}

.resp-popup {
    border: 1px solid #ccc;
    position: fixed;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 10px;
    z-index: 10000;
    display: none;
    overflow-y: auto;
}

.resp-close-bt {
    border: 3px solid #aaa;
    position: fixed;
    right: 40px;
    top: 40px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    background-color: #ccc;
    cursor: pointer;
}