@font-face {
    font-family: "gotham-rounded-book";
    src: url("../fonts/gotham-rounded-book.eot"); /* IE9 Compat Modes */
    src: url("../fonts/gotham-rounded-book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/gotham-rounded-book.otf") format("opentype"), /* Open Type Font */
    url("../fonts/gotham-rounded-book.svg") format("svg"), /* Legacy iOS */
    url("../fonts/gotham-rounded-book.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/gotham-rounded-book.woff") format("woff"), /* Modern Browsers */
    url("../fonts/gotham-rounded-book.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "gotham-rounded-bold";
    src: url("../fonts/gotham-rounded-bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/gotham-rounded-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/gotham-rounded-bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/gotham-rounded-bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/gotham-rounded-bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/gotham-rounded-bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/gotham-rounded-bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FredokaOne-Regular";
    src: url("../fonts/FredokaOne-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/FredokaOne-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FredokaOne-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FredokaOne-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FredokaOne-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FredokaOne-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FredokaOne-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
.logo-register img {
    max-height: 120px;
    margin: auto;
}
.register-content .form-group {
    margin-right: 0;
    margin-left: 0;
    font-family: "gotham-rounded-book";
    color: #515151;
    font-size: 14px;
}
.register-content .form-group label {
    font-weight: normal;
    margin-bottom: 8px;
}
.register-content .form-group input, .reg-gender {
    border: 1px solid #1886a3;
    width: 100%;
    padding: 12px 12px;
    border-radius: 10px;
}
.register-content .form-group textarea {
    width: 100%;
    min-height: 125px;
    border: 1px solid #1886a3;
}
.title-bloc {
    font-family: "FredokaOne-Regular";
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #0d6a81;
}
.login-register-content .forget-password {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
.login-register-content .forget-password a {
    color: #45a0b3;
    text-decoration: underline;
}
.checkbox-nounou {
    margin-bottom: 15px;
    cursor: pointer;
}
.checkbox-nounou label span {
    font-family: "gotham-rounded-book";
    font-size: 14px;
    font-weight: 400;
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
input[type="checkbox"]+.radio-label:first-of-type {
    padding: 0;
}
input[type="checkbox"]+.radio-label::before {
    content: '';
    background: transparent;
    border: 1px solid #a1a1a1;
    display: inline-block;
    width: 15px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 13px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
input[type="checkbox"]+.radio-label:empty::before {
    margin-right: 0;
}
input[type="checkbox"]:checked+.radio-label::before {
    background-color: #1886a3;
    box-shadow: inset 0 0 0 3px #eeedef;
}
input[type="checkbox"]:focus+.radio-label::before {
    outline: none;
    border-color: #000000;
}
input[type="checkbox"]:disabled+.radio-label::before {
    box-shadow: inset 0 0 0 3px #ffffff;
    border-color: #000000;
    background: #000000;
}
.register-content .fit-content-submit {
    display: table;
    margin: 20px auto 0;
}
.register-content .fit-content-submit input[type=submit] {
    padding: 10px 40px;
    background: #ffb9cc;
    border-color: #ffb9cc;
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.18) !important;
    font-family: 'Fredoka One', cursive;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.register-content .fit-content-submit input[type=submit]:hover {
    -webkit-transform: translate(0px, 3px);
    -ms-transform: translate(0px, 3px);
    transform: translate(0px, 3px);
    border-bottom: 3px solid transparent !important;
}


.register-content .fit-content-submit-disabled {
    display: table;
    margin: 20px auto 0;
}
.register-content .fit-content-submit-disabled input[type=submit] {
    padding: 10px 40px;
    background: #898989;
    border-color: #898989;
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.18) !important;
    font-family: 'Fredoka One', cursive;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.cke_chrome {
    width: 100% !important;
}
.register-content .intl-tel-input {
    width: 100%;
}
.login-or-create {
    margin-bottom: 0;
    padding: 20px;
    background-color: #0d6a81;
}
.login-or-create li {
    color: #fff;
}
.login-or-create li a {
    font-family: "gotham-rounded-book";
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.bg-grey {
    background: url("../images/bg-form.png")center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-container {
    clear: both;
}
.footer {
    padding: 20px;
    text-align: center;
    font-family: "gotham-rounded-bold";
    color: #f6b8a1;
}
/**********login************/
.login-form {
    padding-top: 0;
    padding-bottom: 0;
}
.login-form-content input{
    border: 1px solid #1886a3;
    border-radius: 14px;
    height:45px;
    /*added*/
    /*padding: 22px 14px;*/
}
.login-form-content label{
    font-weight: 400;
}
.login-form-content input[type=submit] {
    color: #fff;
    background: #fac96a;
    padding: 10px 40px;
    border-color: #fac96a;
    border-bottom: 3px solid rgba(0, 0, 0, 0.18) !important;
    outline: none !important;
    font-family: 'Fredoka One', cursive;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.login-form-content input[type=submit]:hover {
    -webkit-transform: translate(0px, 3px);
    -ms-transform: translate(0px, 3px);
    transform: translate(0px, 3px);
    border-bottom: 4px solid transparent !important;
}
.header-container .nav>li>a>img {
    max-width: 35px !important;
    max-height: 35px;
    margin-right: 15px;
    display: inline-block;
}
.login-register-page {
    background: url("../images/bg-style.png")#add7d6;
    padding-bottom: 50px;
    padding-top: 20px;
    font-family: "gotham-rounded-book";
}
.logo-register {
    margin-bottom: 20px;
}
.login-register-content {
    display: flex;
}
.login-register-content .col-sm-6.col-xs-12 {
    background: #fff;
    padding: 50px 30px;
}
.login-form {
    border-right: 5px solid #add7d6;
}
.login-register-content .form-horizontal .control-label {
    text-align: left !important;
}
.header-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.footer-container {
    background: #485e87;
    position: relative;
    z-index: 9;
    color: #a2b3cd;
    width: 100%;
    left: 0;
}
.body-layout-front {
    position: relative;
    top: 188px;
}
.footer-layout-front {
    bottom: -188px;
}
/*****************menu*************/
.top-header {
    display: flex;
    justify-content: space-evenly;
    font-family: "gotham-rounded-book";
    background: #fff;
}
.social-media-top {
    align-items: center;
    justify-content: center;
    display: flex;
}
.social-icon {
    margin: 0 10px 0 0;
}
.social-icon span.social_icon {
    padding: 14px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.social_icon span {
    color: #fff;
}

.social_icon:hover {
    transform: translate(0px, 3px);
}
.social_icon.social_facebook {
    background: #abc9f4;
    border-bottom: 3px solid #7b91b0;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.social_icon.social_twitter {
    background: #6debff;
    border-bottom: 3px solid #58bfcf;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.social_icon.social_gplus {
    background: #ff9e8e;
    border-bottom: 3px solid #cf8073;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.social_icon.social_skype {
    background: #8ce9ff;
    border-bottom: 3px solid #76c0d2;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.social_icon.social_video {
    background: #ff8585;
    border-bottom: 3px solid #cf6c6c;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.social_icon.social_facebook:hover, .social_icon.social_twitter:hover, .social_icon.social_gplus:hover, .social_icon.social_skype:hover, .social_icon.social_video:hover {
    -webkit-transform: translate(0px, 3px);
    -ms-transform: translate(0px, 3px);
    transform: translate(0px, 3px);
    border-bottom: 3px solid transparent !important;
}
.detail-top {
    align-items: center;
    justify-content: center;
    display: flex;
}
.first-detail {
    color: #b8e2ff;
    font-weight: 700;
    font-size: 25px;
    font-family: "gotham-rounded-bold";
}
.second-detail {
    color: #777775;
    font-size: 15px;
    font-weight: normal;
}
.logo-top img {
    max-height: 120px;
}
.mCustomScrollBox {
    width: 100%;
}
.menu_section .nav.side-menu li {
    border-bottom: 1px solid #f0f0f0;
    font-family: "gotham-rounded-bold";
}

li.counter {
    border-right: 5px solid #ffe6be;

}
li.speaker {
    border-right: 5px solid #d5e7ff;
}
li.message {
    border-right: 5px solid #efe3f1;
}
li.agenda {
    border-right: 5px solid #f5d7cd;
}
li.user {
    border-right: 5px solid #e8f3ed;
}
li.file {
    border-right: 5px solid #b4e3e4;
}
li.time {
    border-right: 5px solid #dce8e4;
}
li.book {
    border-right: 5px solid #ffe6be;
}
.nav-sm .header-container .nav>li>a>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*****************************/
.list_abonnements {
    clear: both;
    margin-top: 40px;
    float: left;
    width: 100%;
}
.list_abonnements .title{
    /*font-family: "FredokaOne-Regular";*/
    /*font-size: 35px;*/
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    /*color: #45a0b3;*/
    /*margin-top: 0;*/
    font-family: "gotham-rounded-book";
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: /*#326b86*/#fff;
    margin-top: 0;
}
#abonne-id {
    /*background: #45a0b3;*/
    /*color: #fff;*/
    /*padding: 15px;*/
    /*text-align: justify;*/
    /*font-family: "gotham-rounded-book";*/
    /*border-radius: 13px;*/
    background: #f9f9f9;
    padding: 15px;
    /*border: 1px solid #326b86;*/
    border-radius: 15px;
    color: #475d87;
    text-align: justify;
    font-family: "gotham-rounded-book";
    letter-spacing: .425px;
}

#abonne-id h2 {
    text-transform: uppercase;
    font-family: "gotham-rounded-bold";
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
#abonne-id h2::after {
    position: absolute;
    border-bottom: 1px solid #326b86;
    /*width: 40px;*/
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
}
.price-abonnee {
    text-align: center;
    color: #ff8886;
    font-size: 22px;
    font-family: "FredokaOne-Regular";
    padding-left: 0 !important;
}
.buy-abonnement {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.buy-abonnement .btn-buy-ab {
    background: #ff8886 !important;
    color: #fff;
    transform: translate(0px,3px);
    border-bottom: 3px solid transparent !important;
    padding: 1.22em 2.2em;
    border-radius: 13px;
    border: 1px solid #ff8886;
    font-family: "FredokaOne-Regular";
    font-size: 18px;
}

.radio {
    margin: 0.5rem;
    text-align: center;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 1em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #ff8886;
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197ee;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
ul.dropdown-menu.dropdown-usermenu {
    font-family: "gotham-rounded-book";
}
/***************journaux***************/
h2.title-block-journal {
    color: /*#b9b9be*/#ff9d8d;
    font-family: "FredokaOne-Regular";
    font-size: 24px;
    margin-bottom: 40px;
}
.bloc-journal {
    background: #f9f9f9;
    clear: both;
    padding: 60px;
    border-radius: 60px;
    border: 1px solid #fff1da;
    width: 80%;
    margin: auto;
}
.table-journal th {
    font-family: "gotham-rounded-bold";
    color: #95959d;
    font-size: 16px;
}

.table-journal tr {
    border-bottom: 1px solid #dfdfe1;
}
.table-journal tr:last-of-type {
    border-bottom: none;
}
.table-journal th a {
    color: #95959d !important;
}
.table-journal td{
    font-family: "gotham-rounded-book";
    color: #95959d;
    vertical-align: middle !important;
}
.btn-table-journal {
    background: #88d4f2;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 16px;
    border-radius: 13px;
    display: inline-block;
    border-bottom: 3px solid rgba(0, 0, 0, 0.18) !important;
}
.historique-journal {
    margin-top: 40px;
    margin-bottom: 40px;
}
span.img-child {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: table-cell;
}
.img-name-child img{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
}
span.name-child {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.no-content {
    font-family: "gotham-rounded-book";
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}
/**********journal parent***********/
.img-nounou {
    display: block;
}
.name-nounou {
    display: block;
}
.hex  {
    position:relative;
    margin:auto;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    display: table;
    float: none;
    width: 85px;
}
.hex:before {
    content:'';
    padding-top:120%;
    display:inline-block;
    vertical-align:middle;
}
.hex:after {
    content:'';
    position:absolute;
    top:0%;
    left:-10%;
    width:120%;
    padding-top:120%;
    transform: rotatex(52deg) rotate(45deg);
    text-align:center;
    box-shadow: 0 0 0 200px #f9f9f9;
    border-radius: 20px;
}
.hex img {
    display:inline-block;
    vertical-align:middle;
    margin: auto;
    max-width: 85px;
}
/***********check-email***********/
.check-email p{
    font-family: "gotham-rounded-bold";
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}
.message-bundle {
    background: url(../images/bg-style.png)#add7d6;
}
.footer-register-layout {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.message-bundle {
    font-family: "gotham-rounded-book";
    color: #515151;
}
.message-bundle .form-message {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.message-bundle .form-message input {
   border-radius: 14px;
    border: 1px solid #1886a3;
    outline: none !important;
    margin-top: 10px;
    border-radius: 14px;
    border: 1px solid #1886a3;
    outline: none !important;
    margin-top: 10px;
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.message-bundle .submit-message {
    text-align: center;
    margin-top: 30px;
}
.message-bundle .submit-message input{
    padding: 10px 40px;
    background: #ffb9cc;
    border-color: #ffb9cc;
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.18) !important;
    font-family: 'Fredoka One', cursive;
    border: none;
    border-radius: 14px;
    width: 100%;
}
/***********pagination**********/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ff9d8d !important;
    border-color: #ff9d8d !important;
    color: #fff !important;
}
.pagination>li>a, .pagination>li>span {
    margin-left: 5px;
    margin-right: 5px;
    color: #fff !important;
    background: #cf7f73 !important;
    border: 1px solid #cf7f73 !important;
    border-radius: 50% !important;
    font-family: 'Fredoka One', cursive;
    font-size: 16px;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
}
.pagination-nounou ul li:first-of-type > * {
    color: transparent !important;
    background: url("../images/arrow-left.png")#cf7f73 no-repeat center !important;

}
.pagination-nounou ul li:last-of-type > * {
    color: transparent !important;
    background: url("../images/right-arrow.png")#cf7f73 no-repeat center !important;
}
/*************change-password************/
.change-password {
    background: #f9f9f9;
    clear: both;
    padding: 60px;
    border-radius: 60px;
    border: 1px solid #fff1da;
    width: 60%;
    margin: auto;
    font-family: "gotham-rounded-book";
    color: #515151;
}
#fos_user_change_password_form {
    display: table;
    margin: auto;
}
#fos_user_change_password_form div{
    margin-bottom: 15px;
}
.change-password .submit-change-password {
    margin-top: 20px;
    text-align: center;
}
.change-password input[type="password"] {
    height: 27px;
    border-radius: 10px;
    border: 1px solid #e6c5b8 !important;
    float: right;
    margin-left: 15px;
    color: #515151;
    padding-left: 15px;
}
.change-password label {
    padding-top: 5px;
}
.change-password input[type="submit"] {
    background: #88d4f2;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 16px;
    border-radius: 13px;
    display: inline-block;
    font-family: 'Fredoka One', cursive;
    border: 0;
    outline: none !important;
    float: none;
}
#fos_user_resetting_form div{
    margin-bottom: 15px;
}
/*****************messenger***********/
.title-messenger {
    color: #efe3f1;
    margin-bottom: 40px;
}
.left-block-messenger li a{
    font-family: "gotham-rounded-bold";
    color: #515151 !important;
    padding-left: 0;
}
.left-block-messenger li a .fa{
    font-size: 20px;
    margin-right: 10px;
}
.right-block-messenger {
    font-family: "gotham-rounded-book";
}
.right-block-messenger h2 {
    /*text-align: left ;*/
    /*font-size: 20px;*/
    /*color: #e85d56;*/
    /*font-size: 20px;*/
    /*color: !*#d8594a #d5e7ff*!#f5d7cd;*/
    /*font-family: "gotham-rounded-bold";*/
    text-align: left;
    font-family: 'Fredoka One', cursive;
    font-size: 24px;
    color: #ff9d8d;
    padding-left: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.right-block-messenger .reply {
    color: /*#c8d1d8*/#8a8991;
    font-size: 20px;
}
.right-block-messenger th {
    font-family: "gotham-rounded-bold";
    color: #515151 ;
}
.right-block-messenger td {
    font-family: "gotham-rounded-book";
    color: #515151 ;
}
.thread-submit {
    background: #88c87a;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 16px;
    border-radius: 13px;
    display: inline-block;
    border-bottom: 3px solid rgba(0, 0, 0, 0.18) !important;
    border: none;
    margin-bottom: 20px;
    font-family: "fredoka one";
    position: relative;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.thread-submit:hover {
    -webkit-transform: translate(0px, 3px);
    -ms-transform: translate(0px, 3px);
    transform: translate(0px, 3px);
    border-bottom: 3px solid transparent !important;
}
.right-block-messenger #message {
    margin-bottom: 20px;
}
.right-block-messenger #message label {
    display: none;
}
/**************table-messenger***************/
table.table-messenger {
    border: 1px solid #efefef;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
table.table-messenger caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}
table.table-messenger tr {
    border: none;
    padding: .35em;
}
table.table-messenger th,
table.table-messenger td {
    padding: .625em 0em;
    text-align: center;
}
table.table-messenger th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
td.text-center.no-conversation {
    text-align: center !important;
}
table.table-messenger input[type=submit] {
    background: #e85d56;
    color: #fff;
    border: 0;
    border-radius: 14px;
    padding: 5px;
    font-size: 12px;
}
table.table-messenger td a {
    color: #515151;
    text-decoration: none;
    /*font-family: "gotham-rounded-bold";*/
}
@media screen and (max-width: 600px) {
    table.table-messenger {
        border: 0;
    }
    table.table-messenger caption {
        font-size: 1.3em;
    }
    table.table-messenger thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.table-messenger tr {
        display: block;
        margin-bottom: .625em;
    }
    table.table-messenger td {
        display: block;
        font-size: .8em;
        text-align: right;
        min-height: 30px;
    }
    table.table-messenger td:before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table.table-messenger td:last-child {
        border-bottom: 0;
    }
}
.messenger_thread_message_body {
    border: 1px solid #ebebeb;
    background-color: #fbfbfb;
    /*max-width: 50%;*/
    padding: 15px;
    border-radius: 15px;
}
.messenger_thread_message_info {
    color: #8a8991;
}
/*Login image crop*/
.log-cropit {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    max-width: 90%;
    height: 300px;
    margin: 20px auto;
    border-radius: 15px;
    background-color: #f1f1f1;
}
.cropit-preview-image-container {
    border-radius: 15px;
}

.cropit-image-input, #fos_user_registration_form_CV {
    visibility: hidden;
    position: absolute;
}

.addon-c-style {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.addon-c-style, .input-c-style {
    font-size: 14px;
    background-color: #fff !important;
    color: #95959d;
    border-color: #1886a3;
    position: relative;
    z-index: 1 !important;
}

.browse-btn, .browse-btn:hover, .browse-btn:focus, .browse-btn:visited, .browse-btn:active {

    background-color: #1886a3 !important;
    border: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
    z-index: 1 !important;
}

.slide-container {
    width: 50%;
}
.slide-container-n {
    width: 100% !important;
    max-width: 100% !important;
}

.cropit-image-zoom-input {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.cropit-image-zoom-input:hover {
    opacity: 1;
}

.cropit-image-zoom-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #1886a3;
    cursor: pointer;
}

.cropit-image-zoom-input::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #1886a3;
    cursor: pointer;
    margin-bottom: 20px;
}

.capture-btn {
    cursor: pointer;
    background: #88d4f2;
    border-bottom: 3px solid rgba(0, 0, 0, 0.18) !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 22px;
    border-radius: 10px !important;
    border-right: none;
    border-top: none;
    border-left: none;
    display: inline-block;
    font-family: "fredoka one";
    position: relative;
    outline: none !important;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;

}
.capture-btn:hover {
    -webkit-transform: translate(0px, 3px);
    -ms-transform: translate(0px, 3px);
    transform: translate(0px, 3px);
    border-bottom: 3px solid transparent !important;
}
/**********responsive*************/
@media (max-width: 1200px){
    .change-password {
        width: 90%;
    }
}
@media (max-width: 1200px) and (min-width: 992px){
    table.table-messenger th {
        font-size: 9px;
        padding: 5px;
    }
    .bloc-journal {
        padding-left: 15px;
        padding-right: 15px;
        width: 90%;
    }
}
@media (max-width: 992px) {
    .register-content {
        padding: 40px;
    }
    .top-header {
        /*display: block;*/
    }
    .logo-top {
        margin-bottom: 10px;
    }
    .logo-top img {
        margin-left: auto;
        margin-right: auto;
    }
    .social-media-top {
        margin-bottom: 10px;
        display: none;
    }
    .detail-top {
        text-align: center;
        display: none;
    }
    .nav-md .content-body-container {
        margin-left: 0;
    }
    .nav-sm .col-md-3.left_col.menu_fixed {
        top: 0;
    }
    .register-content .control-group.form-group.col-sm-6 {
        width: 100%;
    }
    .bloc-journal {
        width: 90%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .content-body-container {
       /*top: 311px;*/
        position: relative;
    }
    .footer-layout-front ,.footer-container {
        bottom: -311px;
    }
}
@media (max-width: 768px) {
    .nav-sm .top-header {
        margin-left: 80px;
        padding: 0 20px;
    }

}
@media (max-width: 767px) {
    .login-form {
        border-right: 0;
    }
    .login-register-content {
        display: block;
    }
    .login-form {
        margin-bottom: 20px;
    }
    .abonnee_item {
        margin-bottom: 20px;
    }
    .buy-abonnement {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .bloc-journal {
        width: 100%;
        padding: 25px 5px;
    }
    .table-journal th {
        font-size: 13px;
    }
    .table-journal td {
        font-size: 13px;
    }
    h2.title-block-journal {
        font-size: 22px;
        padding: 0 20px;
    }
    .btn-table-journal {
        text-align: center;
    }
    .change-password {
        padding: 60px 15px;
    }
    .change-password input {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .hex {
        width: 60px;
    }
    .hex img {
        max-width: 60px;
    }
}
@media (max-width: 600px){
    .social-icon span.social_icon {
        padding: 8px;
    }
    .message-bundle .form-message {
        width: 80%;
    }
}

@media (max-width: 680px) {
    .messenger_thread_message_body {
        max-width: 85%;
    }
}
.cond-g {
    font-size: 12px !important;
}
.mfix-5 {
    margin-bottom: 5px !important;
}
.cc-window.cc-banner.cc-type-info.cc-theme-classic.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.cc-banner .cc-message {
    flex: none !important;
    color: #404040;
    font-weight: 300;
}
.cc-banner .cc-message a {
    text-decoration: none
}


.cc-compliance a {
   background: #8ec760 !important;
   color: #ffffff;
   min-width: 105px !important;
       font-family: "Fredoka One",cursive;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    letter-spacing: 0px;
       padding-bottom: 22px;
       padding-left: 40px;
       padding-right: 40px;
       padding-top: 22px;
       border-radius: 14px !important;
       border-bottom: 3px solid rgba(0, 0, 0, 0.18) !important;
    transition: all 0.25s ease;
}
.cc-compliance a:hover {
   transform: translate(0px,3px);
    border-bottom: 3px solid transparent !important;
}
    