/*
Theme Name: Buddyapp Child
Theme URI: https://themeforest.net/item/buddyapp-mobile-first-community-wordpress-theme/full_screen_preview/12494864
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Buddyapp child theme.
Template: buddyapp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: buddyapp-child
*/
body {
	font-family: 'Montserrat';
}

#login h1 a, .login h1 a {
	background-image:
		url("img/logo_attitudes_pro_by_mio.png");
	background-size: 100% auto;
	width: 90%;
	height: 100px;
}

body.login {
	background: transparent
		linear-gradient(180deg, #006E81 0%, #6DD2E4 77%, #6ED3E5 100%) 0% 0%
		no-repeat padding-box;
}

#loginform, #lostpasswordform {
	background-color: rgba(255, 255, 255, .9);
}

#loginform input[type="text"], #loginform input[type="password"],
#lostpasswordform input[type="text"], #lostpasswordform input[type="password"] {
	position: relative;
	display: block;
	float: right;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	margin-top: 10px;
	height: 40px;
	width: 100%;
	background-color: transparent !important;
	color: #2c2538;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1);
	padding: 0;
	border-bottom: 2px solid #ff2053;
}

#loginform input[type="submit"], #lostpasswordform input[type="submit"]{
	background-color: #ff2a5b;
	font-family: 'Montserrat';
	color: #fff;
	border: none;
}

#sidemenu-wrapper {
	background: transparent
		linear-gradient(180deg, #006E81 0%, #1A2C4C 100%) 0% 0% no-repeat
		padding-box;
}

#sidemenu-wrapper .sidemenu-header {
	background-color: transparent !important;
}
    #sidemenu-wrapper .sidemenu-header .logo {
        padding-left: 40px;
    }
        #sidemenu-wrapper .sidemenu-header .logo img {
            max-height: 49px;
            margin-top: 20px;
        }

.header-icons .icon-tasks-line:before {
	content: 'AAA';
	background: url(img/taches.svg);
	color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px 20px;
}

.header-icons .icon-messages-line:before {
	content: 'AAA';
	background: url(img/messages.svg);
	color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 19px;
}

.header-icons .icon-notification-line:before {
	content: 'AAA';
	background: url(img/notif.svg);
	color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px 33px;
}

#sidemenu-wrapper .icon-buddyapp-dashboard:before {
	content: 'AAA';
	background: url(img/tableau-bord-menu.svg);
	color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
}

#sidemenu-wrapper .icon-bookmark-outline:before {
	content: 'AAA';
	background: url(img/badge-menu.svg);
	color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
    display: block;
    height: 20px;
    width: 20px;
}

#sidemenu-wrapper .icon-buddyapp-members:before {
	content: 'AAA';
	background: url(img/membres-menu.svg);
	color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
    display: block;
    height: 20px;
}

#sidemenu-wrapper .icon-graduation:before {
	content: 'AAA';
	background: url(img/evaluation-menu.svg);
	color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
    display: block;
    height: 20px;
}

#sidemenu-wrapper .sidemenu-main .menu-section {
	padding-left: 0;
}

.menu-list>li {
	padding: 12px 40px;
}

.menu-list>li.current {
	background-color: #1A2C4C;
}

#page-title {
	padding: 33px 0;
	background-color: #F4F4F4;
	border-bottom: 1px solid #E1E1E1;
}

#page-title h1 {
	text-align: center;
	letter-spacing: 0;
	color: #1B8091;
	text-transform: uppercase;
	opacity: 1;
	font-size: 41px;
	line-height: 50px;
	font-weight: 500;
}

#page-title ol.breadcrumb {
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	font-style: italic;
	letter-spacing: 0;
	color: #717171;
	opacity: 1;
	text-align: center;
}

#content p {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0;
	color: #858585;
}

/*BADGES*/
.post-type-archive-badges h1::before {
	content: '';
	float: none;
	display: block;
	background-image: url(img/picto_badges.svg);
	width: 59px;
	height: 59px;
	background-size: 100%;
	margin: 0 auto;
}

p.liste_bades_description {
	margin-bottom: 30px;
}

h2, h2 span {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0;
	color: #04325A;
}

h2.liste_bades_title {
	clear: both;
}

.liste_badges {
	margin-bottom: 60px;
	display: inline-block;
	width: 100%;
}

.liste_badges article.badges {
	width: 33%;
	float: left;
	padding: 4% 5% 4%;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center !important;
}

.liste_badges article.badges:nth-child(4n) {
	margin-left: 16.5%;
}

.liste_badges.finaux_badges article.badges:nth-child(1) {
	margin-left: 16.5%;
}
/*.liste_badges article.badges::before {
        background-color: #F4F4F4;
        width: 120%;
        height: 0;
        padding-top: 120%;
        border-radius: 50%;
        margin-left: -9%;
        margin-bottom: -110%;
    }*/
.liste_badges article.badges .entry-image {
	float: none;
	width: auto;
	margin: 0 auto 10px;
	max-width: 90%;
}

.liste_badges article.badges .entry-c {
	display: none;
}

.liste_badges article.badges .entry-c .entry-title h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	letter-spacing: 0;
	color: #04325A;
	text-transform: uppercase;
}

.liste_badges article.badges .entry-c ul.entry-meta {
	display: none;
}

/*MEMBRES*/
.forum-archive #page-title h1, .members #page-title h1 {
	padding-right: 0;
}

.members #page-title h1::before {
	content: '';
	float: none;
	display: block;
	background-image: url(img/picto_membres.svg);
	width: 59px;
	height: 59px;
	background-size: 100%;
	margin: 0 auto;
}

#membre_sub_menu {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 3px;
}

#membre_sub_menu #fiches_membres_wrapper {
	width: 38%;
	float: left;
	text-align: right;
}

#membre_sub_menu #mettre_en_relation_wrapper {
	width: 14%;
	float: left;
	text-align: center;
}

#membre_sub_menu>div {
	margin-bottom: -1px;
}

#membre_sub_menu div a {
	text-align: center;
	padding: 0 15px 7px;
	display: inline-block;
}

#membre_sub_menu .current a {
	border-bottom: 1px solid #006E81;
}

#membre_sub_menu div a img {
	height: 21px;
}

#membre_sub_menu #creer_un_profil_wrapper {
	width: 38%;
	float: left;
}

#membre_sub_menu #creer_un_profil_wrapper a img {
	height: 25px;
	margin-top: -4px;
}

#membre_sub_menu #fiches_membres_wrapper a img {
	height: 28px;
	margin-top: -9px;
}

#membre_sub_menu div a span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0;
	color: #707070;
}

#membre_sub_menu div a img {
	filter: grayscale(100%);
}

#membre_sub_menu .current a span {
	color: #006E81;
}

#membre_sub_menu .current a img {
	filter: none;
}

#members-order-select {
	display: none !important;
}

#buddypress .dir-form .item-list-tabs ul li {
	margin-right: 15px;
}

#buddypress .dir-form .item-list-tabs ul li a>span {
	margin-left: 1px;
}

#members-dir-list #pag-top {
	padding-top: 0;
	padding-bottom: 20px;
}

#members-dir-list #pag-top #member-dir-count-top {
	margin-left: 0 !important;
}

.mise_en_relation_wrapper {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.mise_en_relation_button {
	background: #D80D38 0% 0% no-repeat padding-box;
	border-radius: 28px;
	padding: 11px 27px;
	opacity: 0.3;
	display: inline-block;
	text-align: center;
}

.mise_en_relation_wrapper.active .mise_en_relation_button {
	opacity: 1;
	width: 100%;
}

.mise_en_relation_text_help {
	font-size: 10px;
	line-height: 13px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0;
	color: #D80D38;
	margin-left: 8px;
}

.mise_en_relation_wrapper.active .mise_en_relation_text_help {
	display: none;
}

.mise_en_relation_text_active {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: 0;
	color: white;
	margin-left: 8px;
	display: none;
}

.mise_en_relation_confirmation {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: 0;
	color: white;
	margin-left: 8px;
}

.mise_en_relation_wrapper.active .mise_en_relation_text_active {
	display: inline;
}

#buddypress div.dir-search {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding-right: 0px;
}

#members-list li .item-wrap {
	min-height: 270px;
	display: block;
}

.page-template-template-evaluation #members-list li .item-wrap {
	min-height: 260px;
}

#members-list li .item-cover {
	height: 88px;
	margin-bottom: 49px !important;
}

#members-list li.entreprise .item-cover {
	background: transparent
		linear-gradient(106deg, #1A2C4C 0%, #006E81 100%) 0% 0% no-repeat
		padding-box;
}

#members-list li.apprenant .item-cover {
	background: transparent
		linear-gradient(106deg, #6FD4E6 0%, #006E81 100%) 0% 0% no-repeat
		padding-box;
}

#members-list li.formateur .item-cover {
	background: transparent
		linear-gradient(106deg, #6FD4E6 0%, #AFF3FFFD 100%) 0% 0% no-repeat
		padding-box;
}

#members-list li.coach .item-cover {
	background: transparent
		linear-gradient(106deg, #6FD4E6 0%, #AFF3FFFD 100%) 0% 0% no-repeat
		padding-box;
}

#members-list li.gestionnaire-de-parcours .item-cover {
	background: transparent
		linear-gradient(106deg, #6FD4E6 0%, #AFF3FFFD 100%) 0% 0% no-repeat
		padding-box;
}

#members-list li.coordinateur .item-cover {
	background: transparent
		linear-gradient(106deg, #6FD4E6 0%, #AFF3FFFD 100%) 0% 0% no-repeat
		padding-box;
}

#buddypress ul.item-list#members-list li .item {
	padding-bottom: 12px;
}

#buddypress ul.item-list li .item-wrap .item .item-role {
	text-align: center;
	width: 120%;
	margin-left: -10%;
}

.entreprise-name {
	text-transform: uppercase;
}

#buddypress ul.item-list li .item-wrap .item .item-role span {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 900;
	letter-spacing: -0.4px;
	color: #6FD4E6;
	text-transform: uppercase;
}

#buddypress ul.item-list li .item-wrap .item .item-title {
	padding-top: 0 !important;
}

.page-template-template-evaluation .item-title {
	padding-bottom: 0 !important;
}

#buddypress ul.item-list li .item-wrap .item .item-title a, #buddypress ul.item-list li .item-wrap .item .item-title span
	{
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	letter-spacing: 0;
	color: #707070;
}

#buddypress ul.item-list li .item-wrap .item .item-title span.bold {
	font-weight: bold;
	margin-top: 3px;
	padding-top: 4px;
	display: block;
}

#buddypress ul.item-list li .item-wrap .item .item-message-send a img {
	width: 21.5px;
}

#buddypress ul.item-list li .item-wrap .item .item-message-send a span {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0;
	color: #1A2C4C;
	display: inline-block;
	padding-bottom: 8px;
    border-bottom: 1px solid #6FD4E6;
    margin-bottom: 5px;
}

#buddypress ul.item-list li .item-wrap .item .item-message-read a span {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0;
	color: #1A2C4C;
	display: inline-block;
	padding-bottom: 7px;
}

,
.item-message-send {
	margin-bottom: 5px;
}
.edit-user-wrapper,
.connect-user-wrapper {
	margin-bottom: 8px;
}


.connect-user-wrapper .connect_to_user,
.edit-user-wrapper .edit_user {
    border-bottom: 1px solid #6FD4E6;
    padding-bottom: 7px;
}


#buddypress ul.item-list li .item-wrap .item .delete_user span,
#buddypress ul.item-list li .item-wrap .item .connect_to_user span,
#buddypress ul.item-list li .item-wrap .item .edit_user span {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0;
	color: #1A2C4C;
	display: inline-block;
	padding-bottom: 5px;
}

#buddypress ul.item-list li .item-wrap .item .delete_user:hover span,
#buddypress ul.item-list li .item-wrap .item .connect_to_user:hover span,
#buddypress ul.item-list li .item-wrap .item .edit_user:hover span {
	color: red;
}

.mise_en_relation_user_wrapper {
	padding-top: 3px;
}

.mise_en_relation_user_wrapper input[type="checkbox"] {
	margin-right: 10px;
}

/* The container */
.checkbox_container {
	display: block;
	position: relative;
	padding-left: 6px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkbox_container .checkmark {
	position: absolute;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
	background-color: #3B88FD;
	border-color: #2C80FD;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark::after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid white;
	border-width: 0px 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mise_en_relation_user_wrapper img {
	margin-right: 10px;
	padding-top: 2px;
}

.mise_en_relation_user_text {
	font-size: 10px;
	line-height: 13px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0;
	color: #D80D38;
}

#buddypress ul.item-list li .item-wrap .item .action {
	display: none;
}

#gestion_relation_wrapper {
	padding-top: 50px;
}

.column_container {
	overflow: auto;
}

.column_container .half_column {
	width: 50%;
	float: left;
}

.column_container .half_column:nth-child(2n+1) {
	padding-right: 5%;
}

.column_container .half_column:nth-child(2n) {
	padding-left: 5%;
}

.search_member_input {
	background-color: #F2F2F2 !important;
	border-radius: 30px;
	padding: 30px 25px 29px !important;
	width: 100%;
	background-image: url('img/picto-search.svg');
	background-repeat: no-repeat;
	background-position: 96% center;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 500 !important;
	letter-spacing: 0;
	color: #000000 !important;
	border: none !important;
	background-size: 25px;
	margin-bottom: 27px !important;
}

#empty_user_to_connect {
	height: 80px;
	border: 1px dashed #CCCCCC;
	border-radius: 40px;
}

#gestion_relation_tool .item-list-tabs {
	margin-bottom: 10px;
}

#gestion_relation_tool .item-list-tabs a {
	padding-right: 0 !important;
	padding-left: 0px !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	color: #ff2a5b !important;
}

#gestion_relation_tool .item-list-tabs ul li a span {
	border-radius: 0 !important;
	background-color: #ff2a5b !important;
	color: white !important;
	display: none;
}

#gestion_relation_tool .item-list-tabs a::after {
	content: "|";
	color: #ff2a5b;
	height: 10px;
	display: block;
	float: right;
	margin-left: 8px;
	margin-right: 5px;
}

#gestion_relation_tool .item-list-tabs li:last-child a::after {
	content: "";
}

.member_to_relate_wrapper_title_wrapper {
	text-align: center;
	margin-bottom: 35px;
}

.member_to_relate_wrapper_title_wrapper span {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0;
	color: #D80D38;
}

.member_list_to_relate.no_apprenant li[data-member-type="Apprenant"] {
	display: none;
}

.member_list_to_relate
.only_apprenant li[data-member-type]:not([data-member-type="Apprenant"]){
    display: none;
}
.member_block {
	border: 1px solid #E1E1E1;
	border-radius: 40px;
	display: inline-block;
	width: 100%;
	padding: 11px 12px !important;
	margin-bottom: 5px !important;
	position: relative;
	background-color: white;
}

.member_block img {
	border-radius: 50%;
	float: left;
	margin: 0 30px 0 0 !important;
    padding-right: 0 !important;
}
.member_block img.ui-state-active {
	border: none;
}
.member_block span.ui-state-active {
	border: none;
}

.member_block .member_type {
	font-size: 17px;
	line-height: 20px;
	font-weight: 900 !important;
	letter-spacing: 0;
	color: #6FD4E6 !important;
	text-transform: uppercase;
	margin: 8px 0 0 !important;
	display: inline-block;
}

.member_block .member_name {
	font-size: 16px !important;
	line-height: 19px;
	font-weight: 500 !important;
	letter-spacing: 0;
	color: #707070 !important;
    margin: 0 !important;
}

.member_block .checkbox_container {
	float: right;
	margin-top: -9px;
}

.member_block .close_wrapper {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
}

.member_block .close_wrapper img {
	width: 26px;
	cursor: pointer;
}

.member_connected_wrapper {
	background-color: #F4F4F4;
	padding: 17px 19px;
}

.ui-autocomplete {
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #CCCCCC !important;
	border-radius: 11px;
	padding: 12px 15px;
}

#members-list {
	margin-bottom: 10px !important;
}

#new_member_form_wrapper {
	max-width: 913px;
	margin: 0 auto;
	padding-top: 50px;
}

#new_member_form_wrapper h2 img {
	margin-right: 17px;
	margin-top: -10px;
}

#form_new_member_wrapper {
	padding: 7px 0 0;
}

#form_new_member_wrapper label, #form_new_member_wrapper label input {
	max-width: 100%;
}

#form_new_member_wrapper label {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #1A2C4C;
	margin-bottom: 20px;
}

#form_new_member_wrapper label input, #form_new_member_wrapper label select
	{
	border-bottom: 1px solid #006E81;
	color: #000;
	margin-bottom: 0;
}

#form_new_member_wrapper label select {
	width: 392px;
}

.col-lg-12 label, .col-lg-12 input {
	width: 864px;
	max-width: 100%;
}



#home.page_publique .main-content {
	padding: 40px 10%;
}
#home.page_publique ol {
	color: #727272;
}
#home.page_publique ol li p {
    display: inline;
}
#home.page_publique .entry-content ol, #home.page_publique .entry-content ul {
	list-style-position: outside;
}
#home.page_publique h2 {
	margin-top: 60px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 32px;
    padding-top: 0;
}
#home.page_publique h3 {
	margin-top: 20px;
    font-size: 1.6em;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.col-lg-12 label, .col-lg-12 input {
		width: auto;
	}
}

#form_new_member_wrapper .wpcf7-submit {
	width: 430px;
	margin-top: 27px;
	background-color: #D80D38;
	border: 1px solid #E86E88;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: 0;
	color: #FFFFFF;
	text-transform: none;
}


.user_profile_form_dialog .ui-dialog-titlebar {
	color: white;
	text-align: center;
	padding-top: 19px;
}
    .user_profile_form_dialog .ui-dialog-title {
        width: 100%;
    }
    .user_profile_form_dialog h4 {
        display: none;
    }
    .user_profile_form_dialog legend {
        color: #1A2C4C;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
        text-align: left;
    }
    .user_profile_form_dialog .field-visibility-settings {
        display: none;
    }
    .user_profile_form_dialog .optional-field {
        text-align: left;
    }
    .user_profile_form_dialog .editfield {
        background: transparent;
        padding: 8px 0;
        width: 50%;
        float: left;
    }
    .user_profile_form_dialog .editfield input {
        color: #707070;
        font-size: 16px;
        height: 50px;
        border-bottom: 1px solid #006E81;
        background: #fff;
        padding: 8px;
        margin-bottom: 0;
    }
    .user_profile_form_dialog .editfield .description {
        display: none;
    }
    .user_profile_form_dialog .editfield .option-label {
        color: white;
        margin-right: 10px;
    }
        .user_profile_form_dialog .editfield input[type="radio"] {
            height: 0;
        }
    .user_profile_form_dialog #profile-group-edit-submit {
        background-color: #D80D38 !important;
        border: 1px solid #E86E88;
    }
    .user_profile_form_dialog .submit {
        display: none !important;
    }
    .user_profile_form_dialog .clear-value {
        display: none;
    }

.ui-button-icon-primary.ui-icon.ui-icon-closethick {
	display: none;
}


/****************** 
    EVALUATION
******************/
#members-list .user_badges img {
	width: 31px;
	margin: 0 6px;
}

#members-list .user_badges_waiting {
	text-align: center;
}

#members-list .user_badges {
	margin-bottom: 10px;
}

#members-list .user_badges span, #members-list .user_badges_waiting span
	{
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	color: #D80D38;
	display: block;
	margin: 6px auto;
}

/****************** 
    VALIDATION
******************/
.validation_badge_title_section {
	padding: 45px 5px 0 !important;
	background: transparent linear-gradient(95deg, #6FD4E6 0%, #006E81 100%)
		0% 0% no-repeat padding-box;
	background-size: 100% 139px;
	background-color: white !important;
	border-bottom: 0 !important;
}

.validation_badge_title_section .item-avatar {
	float: left;
	margin-right: 38px;
    position: relative;
}

.validation_badge_title_section .avatar {
	border-radius: 50%;
}

.validation_badge_title_section .user_data {
	padding-top: 0;
    overflow: hidden;
    margin-top: -15px;
}

.page-template-template-validation-badges .validation_badge_title_section .user_data {
	padding-top: 10px;
    overflow: hidden;
    margin-top: 0;
}

.validation_badge_title_section .user_data .item-title a {
	font-size: 41px;
	line-height: 50px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
}

.validation_badge_title_section .user_data .item-role span {
	font-size: 17px !important;
	line-height: 20px;
	font-weight: 900 !important;
	color: #FFFFFF !important;
	text-transform: uppercase;
	margin-top: 5px !important;
	margin-bottom: 16px;
}

.validation_badge_title_section .user_data .item-message-send img {
	margin-right: 5px;
	margin-top: 2px;
}

.validation_badge_title_section .user_data .item-message-send span {
	font-size: 10px !important;
	line-height: 13px;
	font-weight: 500 !important;
	font-style: italic;
	color: #1A2C4C !important;
}

.validation_badge_title_section .badges_data {
	margin-top: 11px;
	padding-top: 10px;
	border-top: 1px solid #6FD4E6;
	display: inline-block;
}

.validation_badge_title_section .badges_data .badges_valides {
	float: left;
	padding-right: 13px;
	margin-right: 13px;
}

.validation_badge_title_section .badges_data .badges_valides.nofloat {
	float: none;
}

.validation_badge_title_section .badges_data .badges_en_attente.has_right_border,
	.validation_badge_title_section .badges_data .badges_valides.has_right_border
	{
	border-right: 2px dotted #D80D38;
	padding-bottom: 10px;
}
.badges_data .badges_en_attente {
	clear: both;
}
/*
.validation_badge_title_section .badges_data .badges_en_attente {
	overflow: hidden;
	cursor: pointer;
}
*/

.validation_badge_title_section .badges_data .badge_data_subtitle {
	font-size: 10px !important;
	line-height: 13px;
	font-weight: 700 !important;
	font-style: italic;
	color: #3FC6DE !important;
	margin-top: 0 !important;
}

.validation_badge_title_section .badges_data .badges_valides .badge_data_subtitle
	{
	color: #1A2C4C !important;
}

.validation_badge_title_section .badges_data li {
	float: left;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
    min-height: 41px;
    margin-right: 15px;
}

/*
.validation_badge_title_section .badges_data li::before {
	content: " ";
	background-color: transparent;
	width: 2px;
	height: 16px;
	float: left;
	margin-left: 13px;
	margin-top: 12px;
	margin-right: 13px;
}
*/
.validation_badge_title_section .badges_data li:nth-child(6n)::before {
	/*display: none;*/
}

.validation_badge_title_section .badges_data li:first-child::before {
	display: none;
}

.validation_badge_title_section .badges_data .badge_thumbnail {
	width: 40px;
	height: auto;
}

.validation_badge_title_section .badges_data .badge_name {
	font-size: 10px !important;
	line-height: 13px;
	font-weight: 700 !important;
	font-style: italic;
	color: #3FC6DE !important;
	display: inline !important;
}

.validation_badge_title_section .badges_data .badges_valides .badge_name
	{
	color: #1A2C4C !important;
}

.back_link_wrapper {
	text-align: right;
	padding-right: 29px;
    margin-top: 5px;
}

.back_link_wrapper .back_link {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #FFFFFF;
	background: #D80D38;
	border: 1px solid #E86E88;
	border-radius: 25px;
	padding: 8px 22px 7px;
}

.show_next_evaluation {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #D80D38;
	background: white;
	border: 1px solid #D80D38;
	border-radius: 25px;
	padding: 8px 22px 7px;
}

.show_next_evaluation:hover {
	color: white;
	background: #D80D38;
}

.big_dashed_hr {
	background-image: url(img/picto_dotted_border.png);
	background-size: 22px 5px;
	height: 5px;
	border: 0;
}

.small-thumbs article.badge_to_validate {
	margin-bottom: 0;
}

.badge_to_validate .entry-c {
	overflow: unset;
}
.badge_validated.badge_to_validate .entry-c {
    overflow: auto;
}
.badge_validated.badge_to_validate .entry-c.overflowunset {
    overflow: unset;
}



.small-thumbs .badge_to_validate .entry-image {
	width: 200px;
	margin-bottom: -24px;
}

.badge_to_validate .badge_title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #1B8091;
	text-transform: uppercase;
	margin-top: 65px;
    max-width: none;
}
@media only screen and (min-width: 991px) and (max-width: 1030px)  {
    .badge_to_validate .badge_title {
        font-size: 37px;
    }
}
@media only screen and (min-width: 766px) and (max-width: 830px)  {
    .badge_to_validate .badge_title {
        font-size: 34px;
    }
}




.badge_to_validate .lancer_attribution {
	float: right;
	background: transparent linear-gradient(180deg,#6fd4e6 0%,#AFF3FFFD 100%) 0% 0% no-repeat padding-box;
	border-radius: 14px;
	padding: 20px;
	position: absolute;
	right: 0;
	top: -70px;
}

.badge_to_validate .lancer_attribution.ajax_request_sent {
	opacity: 0.4;
	transition: all 1s ease-out;
}
    .badge_to_validate .lancer_attribution span {
        font: normal normal bold 12px/15px Montserrat;
        letter-spacing: 0px;
        color: #04325A;
    }
    .badge_to_validate .lancer_attribution img {
        height: 18px;
        width: auto;
    }

.evaluation_terminee_wrapper p {
	font-size: 14px !important;
}

.evaluation_terminee_wrapper .modifier_evaluations {
	background-color: transparent;
	color: #717171;
	padding: 0;
	font-weight: 600;
	text-transform: none;
	font-style: italic;
	font-size: 13px;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.evaluation_terminee_wrapper .modifier_evaluations img {
	width: 16px;
	margin-top: -3px;
}

.modifier_evaluations:hover, .modifier_evaluations:focus {
	background-color: transparent;
}

.evaluation_tableau_wrapper {
	margin-bottom: 60px;
	width: auto;
}

.evaluation_tableau_scroll_wrapper {
	width: 100%;
	overflow-x: scroll;
}

.evaluation_tableau_wrapper .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.evaluation_tableau_wrapper .column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.evaluation_tableau_wrapper .row .column:first-child {
	flex: 0 0 180px;
	border-right: 1px solid #CCCCCC;
}

.evaluation_tableau_wrapper .row.members_row .column:first-child {
	flex: 0 0 180px;
	border-right: 1px solid transparent;
}

.evaluation_tableau_wrapper .row .column:nth-child(2),
	.evaluation_tableau_wrapper .row .column.my_validation_column {
	flex: 1;
}
.admin_or_coordinateur .evaluation_tableau_wrapper .row .column:nth-child(2), .evaluation_tableau_wrapper .row .column.my_validation_column {
    flex: 1;
}
    .admin_or_coordinateur .competence_acquise.competence_validee_block,
    .admin_or_coordinateur .competence_a_travailler,
    .admin_or_coordinateur .cancel_evaluation,
    .admin_or_coordinateur .competence_non_evaluable {
        margin: 0 auto;
        max-width: 200px;
    }
    .admin_or_coordinateur .button_competence_acquise,
    .admin_or_coordinateur .button_competence_a_travailler,
    .admin_or_coordinateur .button_competence_non_evaluable {
        margin: 0 auto;
        max-width: 130px;
    }
    

.evaluation_tableau_wrapper .row .column:nth-child(2).double_evaluation {
	flex: 0 0 296px;
}

.evaluation_tableau_wrapper .member_column.double_evaluation {
	flex: 2;
}

.evaluation_tableau_wrapper .row .column.full_row {
	flex: 0 0 100%;
}

.evaluation_tableau_wrapper .member_column {
	text-align: center;
	padding-bottom: 11px;
}

.evaluation_tableau_wrapper .member_column img {
	margin: 0 auto 20px;
	border-radius: 50%;
}

.evaluation_tableau_wrapper .member_column .evaluateur_valide,
.evaluation_tableau_wrapper .member_column .evaluateur_a_travailler,
.evaluation_tableau_wrapper .member_column .evaluateur_en_attente {
	width: 48px;
	height: 48px;
	position: relative;
	margin-top: -53px !important;
	padding-left: 50px !important;
	box-sizing: content-box;
	border-radius: 0 !important;
	margin-bottom: 5px;
}

.evaluation_tableau_wrapper .member_column .item-role {
	font-size: 14px;
	line-height: 16px;
	font-weight: 900;
	color: #0FB8D6;
	text-transform: uppercase;
}

.evaluation_tableau_wrapper .member_column .item-title {
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	color: #707070;
}
    .evaluation_tableau_wrapper .member_column .item-title .nom_entreprise {
        text-transform: uppercase;
    }

.double_column_wrapper div {
	width: 50%;
	float: left;
	text-align: center;
}

.double_column_wrapper {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
}

.evaluation_tableau_wrapper .competence_en_attente_title_row,
	.evaluation_tableau_wrapper .competence_evaluees_title_row {
	background-color: #1B8091;
}

.evaluation_tableau_wrapper .competence_en_attente_title_row span,
	.evaluation_tableau_wrapper .competence_evaluees_title_row span {
	font-size: 16px;
	line-height: 19px;
	font-weight: 900;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 9px 11px;
}

.competence_en_attente_validation_row, .competence_validee_row {
	border-bottom: 1px solid #CCCCCC;
}

.competence_en_attente_validation_row .column, .competence_validee_row .column
	{
	padding-top: 8px;
	padding-bottom: 8px;
}

.evaluation_tableau_wrapper .competence_en_attente_validation_row .competence_text,
	.evaluation_tableau_wrapper .competence_validee_row .competence_text {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #D80D38;
	padding: 13px 20px;
}

.evaluation_tableau_wrapper .my_validation_column {
	padding: 8px;
	border: 1px solid #CCCCCC;
	border-width: 0 1px 0 0;
}

.evaluation_tableau_wrapper .evaluation_number_title {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
}

.evaluation_tableau_wrapper .my_validation_column .button {
	border-radius: 14px;
	padding: 21px 14px;
	display: flex;
	cursor: pointer;
	text-transform: none;
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
}
    .button_competence_non_evaluable, 
    .button_competence_non_evaluable:hover, 
    .button_competence_non_evaluable:focus {
        background-color: #707070;
        padding: 7px 14px 5px !important;
        text-align: center !important;
    }

.evaluation_tableau_wrapper .my_validation_column .button.button_competence_a_travailler {
	padding: 16.5px 14px;
    margin-bottom: 4px;    
}

.evaluation_tableau_wrapper .my_validation_column .button_competence_acquise
	{
	background-color: #6FD4E6;
	margin-bottom: 4px;
}

.evaluation_tableau_wrapper .button_competence_acquise img {
	width: 25px;
	min-width: 25px;
}

.evaluation_tableau_wrapper .my_validation_column .button_competence_a_travailler
	{
	background-color: #D80D38;
}

.evaluation_tableau_wrapper .button_competence_a_travailler img {
	width: 20px;
	min-width: 20px;
	margin-right: 5px;
}

.evaluation_tableau_wrapper .button span {
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	color: #FFFFFF;
	margin-left: 6px;
	letter-spacing: 0;
}

.button_competence_a_travailler span {
	margin-top: 5px;
}

.competence_validee_block {
	border-radius: 22px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.others_validation_column .competence_validee_block {
	cursor: default;
	margin: 0 auto;
    width: 90%;
    max-width: 200px;
}

.competence_validee_block.competence_acquise {
	border: 1px solid #6FD4E6;
	color: #6FD4E6;
	min-height: 33px;
	padding-top: 6.5px;
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
}

.badges_valides .competence_validee_block {
	cursor: default;
}
.badges_valides {
	margin-bottom: 50px;
}
    .badges_valides .badge_title {
        margin-bottom: 10px;
    }
    .badges_valides .evaluation_terminee_wrapper p {
        display: none;
    }

.competence_validee_block.competence_a_travailler {
	border: 1px solid #D80D38;
	color: #D80D38;
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
}
.competence_validee_block.competence_non_evaluable {
	border: 1px solid #707070;
	color: #707070;
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
}

.competence_validee_block img {
	width: 27px;
	max-height: 21px;
}

.cancel_evaluation{
    border: 1px solid #D80D38;
	color: #D80D38;
    text-align: center;
    border-radius: 22px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
	cursor: pointer;
}
    .cancel_evaluation img {
        width: 21px;
    }

.badge_validation_en_cours .competence_validee_wrapper:not(.observateur):hover .competence_validee_block.competence_acquise
	{
	background-color: #6FD4E6;
	color: white;
}

.badge_validation_en_cours .competence_validee_wrapper:not(.observateur):hover .competence_validee_block.competence_a_travailler
	{
	background-color: #D80D38;
	color: white;
}

.competence_validee_block img.show_on_hover {
	display: none;
}

.badge_validation_en_cours .competence_validee_wrapper:not(.observateur):hover img {
	display: none;
}

.badge_validation_en_cours .competence_validee_wrapper:not(.observateur):hover img.show_on_hover
	{
	display: inline;
}

.badge_validation_en_cours .competence_validee_wrapper:not(.observateur):hover .button_clicked img
	{
	display: inline;
}

.badge_validation_en_cours .competence_validee_wrapper:not(.observateur):hover .button_clicked img.show_on_hover
	{
	display: none;
}

.badge_validation_en_cours .competence_validee_wrapper:not(.observateur):hover .button_clicked.competence_acquise
	{
	background-color: white;
	color: #6FD4E6
}

.badge_validation_en_cours .competence_validee_wrapper:not(.observateur):hover .button_clicked.competence_validee_block.competence_a_travailler
	{
	background-color: white;
	color: #D80D38
}


.competence_validee_wrapper:not(.observateur):hover .competence_validee_block {
	display: none !important;
}
.competence_validee_wrapper:not(.observateur):hover .cancel_evaluation {
	display: block !important;
}
    .competence_validee_wrapper:not(.observateur):hover .cancel_evaluation img {
        display: inline !important;
    }


.evaluation_tableau_wrapper .others_validation_column {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.evaluation_tableau_wrapper .others_validation_column img {
	margin-bottom: 8px;
}

.evaluation_tableau_wrapper .others_validation_column .competence_acquise span,
	.evaluation_tableau_wrapper .others_validation_column .competence_a_travailler span
	{
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	display: block;
}

.evaluation_tableau_wrapper .others_validation_column .competence_acquise span
	{
	color: #6FD4E6;
}

.evaluation_tableau_wrapper .others_validation_column .competence_a_travailler span
	{
	color: #D80D38;
}

.evaluation_tableau_wrapper .others_validation_column .competence_en_attente
	{
	border: 1px dashed #707070;
	border-radius: 34px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	font-style: italic;
	color: #707070;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0px auto;
	padding: 12px 5px;
    max-width: 200px;
    width: 90%;    
}

.evaluation_tableau_wrapper .my_validation_column .evaluee {
	padding: 21px 14px;
	text-align: center;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 5px auto 11px;
}

.evaluation_tableau_wrapper .my_validation_column .evaluee_acquise {
	background-color: #6FD4E6;
}

.evaluation_tableau_wrapper .my_validation_column .evaluee_a_travailler
	{
	background-color: #D80D38;
}

.evaluation_tableau_wrapper .evaluee img {
	width: 60px;
	margin-bottom: 5px;
}

.evaluation_tableau_wrapper .evaluee_a_travailler img {
	width: 32px;
}

.evaluation_tableau_wrapper .evaluee span {
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	color: #FFFFFF;
	margin-left: 6px;
	display: block;
}

.evaluation_tableau_wrapper .my_validation_column .button_modifier {
	text-align: center;
	text-transform: none;
	background-color: transparent;
}

.evaluation_tableau_wrapper .my_validation_column .button_modifier img {
	width: 10.5px;
}

.evaluation_tableau_wrapper .my_validation_column .button_modifier span
	{
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	font-style: italic;
	color: #717171;
}

.badges_valides_wrapper .badge, .badges_a_debloquer_wrapper .badge {
	width: 33%;
	float: left;
	padding: 0 5%;
	margin-bottom: 0;
	text-align: center;
}

.badges_valides_wrapper .badge:nth-child(4n) {
	margin-left: 16.5%;
}

.badges_valides_wrapper .badge img, .badges_a_debloquer_wrapper .badge img
	{
	height: auto;
}

.badges_valides_wrapper .badge h3, .badges_a_debloquer_wrapper .badge h3
	{
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	letter-spacing: 0;
	color: #04325A;
	text-transform: uppercase;
}

.share_text {
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0;
	color: #717171;
	margin-bottom: 7px;
	display: inline-block;
}

.social_share_wrapper a img {
	width: 26px;
	margin-right: 26px;
}
.copy_to_clipboard {
	cursor: pointer;
}
.link_to_copy img {
	width: auto !important;
    margin-right: 0 !important;
}

.main-content .back_link_wrapper {
	padding-right: 0;
}

.no-entreprise .field_nom-de-lentreprise, .no-entreprise .field_raison-sociale,
	.no-entreprise .field_numero-siret {
	display: none;
}

#bilan_immersion_form {
	background-color: #F7F7F7;
	padding: 18px 55px;
    text-align: center;
}
    #bilan_immersion_form textarea {
        width: 100%;
        margin-bottom: 20px;
        background-color: white;
        border-bottom: 1px solid #006E81;
        height: 247px;
        padding: 6px 15px;
    }
#bilan_immersion_form .ajax_message {
	font-size: 16px;
	margin-top: 0;
	color: #D80D38;
	font-weight: 600;
}

.others_bilan_wrapper {
	display: inline-block;
	margin-bottom: 40px;
    width: 100%;
}
    .others_bilan_wrapper .bilan {
        width: 33%;
        float: left;
        list-style: none;
        padding: 20px 10px;
    }
    .others_bilan_wrapper .bilan:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 20px;
    }
    .others_bilan_wrapper .bilan:nth-child(3n+3) {
        padding-left: 20px;
        padding-right: 0;
    }
        .others_bilan_wrapper .bilan .item-wrap{
            border: 1px solid rgba(0,0,0,0.1);
        }
            .bilan_text_wrapper {
                padding: 20px 27px;
                border-bottom: 1px solid rgba(0,0,0,0.1);
            }
                .bilan_text_wrapper p {
                    font-size: 16px !important;
                }
        .others_bilan_wrapper .evaluateur_wrapper {
            text-align: center;
            padding: 20px;
        }
        .others_bilan_wrapper .evaluateur_wrapper .evaluateur_role {
            font-size: 15px;
            line-height: 19px;
            font-weight: bold;
            color: #6FD4E6;
            text-transform: uppercase;
        }
        .others_bilan_wrapper .evaluateur_wrapper .evaluateur_name {
            font-size: 14px;
            line-height: 18px;
            color: #707070;
        }


	

/************
    DIALOG
*************/
.ui-dialog {
	background-color: #1B8091;
	border-radius: 0;
	border: 0;
}

.ui-dialog>.ui-widget-header, .ui-dialog-buttonpane {
	background-color: #1B8091;
	border-color: #1B8091;
	background-image: none;
}

.ui-dialog-titlebar-close {
	background-image: url('img/picto_croix_blanc.svg') !important;
	background-repeat: no-repeat;
	background-color: transparent !important;
	width: 22px !important;
	height: 22px !important;
	border: none !important;
	background-size: 100% auto;
}

.ui-dialog-content {
	font-family: Montserrat;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	letter-spacing: 0;
	color: #FFFFFF;
	text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
	background-color: #D80D38 !important;
	background-image: none;
	border: 1px solid #E86E88;
	border-radius: 25px;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	letter-spacing: 0;
	color: #FFFFFF;
	min-width: 158px;
}

.ui-dialog .ui-dialog-titlebar-close {
	background-size: 100%;
    color: transparent;
}

/*******************
    SINGLE BADGE
********************/
.single-badges .main-content {
	padding: 0;
	background-color: #F4F4F4;
}

.single-badges .entry-image {
	padding: 40px;
	margin: 0;
}

.single-badges .entry-c {
	padding: 40px;
	background-color: white;
}

.single-badges .entry-c .image_badge_mini {
	width: 74px;
	margin-bottom: 13px;
}

.single-badges .entry-c .entry-content .achievement-wrap {
	border: 0;
}

.single-badges .entry-c .entry-content #page-title {
	background-color: transparent;
	border-bottom: 0;
	padding: 0;
}

.single-badges #page-title h1 {
	text-align: left !important;
	line-height: 45px;
	margin-top: 6px;
	margin-bottom: 15px;
}

.single-badges #content .entry-c .entry-content h3.les_essentiels_title
	{
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	letter-spacing: 0;
	color: #04325A;
	margin: 6px 0;
}

.single-badges #content .adjectif_wrapper li {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0;
	color: #D80D38 !important;
	margin-bottom: 20px;
	list-style: disc;
}

.single-badges #content h3 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	letter-spacing: 0;
	color: #1B8091;
	opacity: 1;
}

.single-badges #content .aptitude_wrapper li, .single-badges #content .savoir_faire_wrapper li
	{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0;
	color: #707070;
	opacity: 1;
	margin-bottom: 20px;
	list-style: disc;
}

.single-badges .small-thumbs article {
	margin-bottom: 0;
}

.single-badges #content .entry-c .entry-content p, .single-badges .entry-c .entry-content ul li
	{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0;
	list-style: none;
	color: #858585;
}

.single-badges .entry-c .entry-content ul {
	padding-left: 20px;
	padding-top: 0;
	margin-left: 18px;
	margin-bottom: 20px;
}

.single-badges .back_link_wrapper {
	position: absolute;
	bottom: 40px;
	right: 54px;
}

/*******************
    ATTESTATION
********************/

.single-attestation .main-content {
	padding: 0;
	background-color: #F4F4F4;
}

.single-attestation .entry-image {
	padding: 40px;
	margin: 0;
}

.single-attestation .entry-c {
	padding: 40px;
	background-color: white;
}

.single-attestation .entry-c .image_badge_mini {
	width: 74px;
    margin-right: 20px;
}

.single-attestation .entry-c .entry-content .achievement-wrap {
	border: 0;
}

.single-attestation .entry-c .entry-content #page-title {
	background-color: transparent;
	border-bottom: 0;
	padding: 0;
}

.single-attestation #page-title h1 {
	text-align: left !important;
	line-height: 45px;
	margin-top: 0;
	margin-bottom: 22px;
    font-size: 30px;
    display: flex;
}
    .single-attestation  #page-title h1 span {
        text-align: center;
        letter-spacing: 0;
        color: #1B8091;
        text-transform: uppercase;
        opacity: 1;
        font-size: 28px;
        font-weight: 500;
        display: inline;
        line-height: 35px;
        display: inline-flex;
        text-align: left;
        margin-top: 0;
        align-items: center;
    }

.single-attestation .attestation_content_left {
	width: 62%;
	float: left;
}
.single-attestation .attestation_content_right {
	width: 38%;
	float: left;
}
.attestation_content_left {
	padding-right: 2%;
}

.single-attestation #content .entry-c .entry-content h3.les_essentiels_title
	{
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	letter-spacing: 0;
	color: #04325A;
	margin: 6px 0;
}

.single-attestation #content .adjectif_wrapper li {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 0;
	color: #D80D38 !important;
	margin-bottom: 10px;
	list-style: disc;
}

.single-attestation #content h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 0;
	color: #1B8091;
	opacity: 1;
	margin-bottom: 17px;
}

.single-attestation #content .aptitude_wrapper li, .single-attestation #content .savoir_faire_wrapper li
	{
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
	letter-spacing: 0;
	color: #707070;
	opacity: 1;
	margin-bottom: 10px;
	list-style: disc;
}

.single-attestation .big_dashed_hr {
	margin-bottom: 5px;
}

/*.single-attestation .logos_partenaires {
	width: 50%;
	float: left;
    padding-right: 2%;
}
.single-attestation .additional_text_wrapper{
    float: left;
    width: 50%;
    padding-left: 2%;
}
*/

.single-attestation .small-thumbs article {
	margin-bottom: 0;
}

.single-attestation #content .entry-c .entry-content p, .single-attestation .entry-c .entry-content ul li
	{
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0;
	list-style: none;
	color: #858585;
}

.single-attestation .entry-c .entry-content ul {
	padding-left: 20px;
	padding-top: 0;
	margin-left: 18px;
	margin-bottom: 0;
}

.additional_text_wrapper > p {
	margin-top: 5px;
}

.single-attestation .back_link_wrapper {
	position: absolute;
	bottom: 40px;
	right: 54px;
}

.single-attestation #sidemenu-wrapper,
.single-attestation #header{
	display: none;
}
.single-attestation #page-wrapper{
	padding: 0 !important;
}
.single-attestation .entry-c{
	width: 100%;
	padding-left: 340px;
    padding-top: 22px;
    padding-bottom: 0;
}
.single-attestation .entry-image{
	background: transparent linear-gradient(180deg, #006E81 0%, #1A2C4C 100%) 0% 0% no-repeat padding-box;
	height: 100vh;
	position: fixed;
	z-index: 10;	
}
.single-attestation .entry-image img.logo{	
	width: auto;
    margin: 0 auto;
}
.single-attestation .entry-image .site_url{	
	color: white;
    display: inline-block;
    font-weight: 600;
    margin: 20px auto 30px;
    text-align: center;
}
.single-attestation .border_wrapper {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 20px;
}
    .single-attestation .border_wrapper p {
        font-weight: 600;
    }

.single-attestation .logos_partenaires {
	margin: 0 auto;
	display: block;
}
/**************
    TOOLTIP
***************/
.arrow {
	background: 04325A;
}

.ui-tooltip {
	background: #04325A;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 800;
	font-family: Montserrat;
	letter-spacing: 0;
	color: #FFFFFF;
	text-transform: uppercase;
}

.ui-tooltip-content::after {
	top: -10px;
	left: 10px;
	border-color: #04325A transparent;
	border-width: 0px 10px 10px 10px;
	content: '';
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}

/********************
    SINGLE MEMBRE
*********************/
.link_to_user_evaluation img {
	height: 23px;
}

.coordonnees span {
	margin-right: 75px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	letter-spacing: 0;
	color: #D80D38;
}

#myaccount-nav {
	padding-top: 10px;
}

#members-list li.equipe_wrapper .item-wrap {
	min-height: 0;
}

.blue_title {
	color: #04325A !important;
}

.myaccount {
	margin-left: 0 !important;
}

.equipe_header {
	background-color: #04325A;
	text-align: center;
	padding: 11px 0 8px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 900;
	letter-spacing: 0;
	color: #FFFFFF;
	text-transform: uppercase;
}

.equipe_content {
	padding: 9px 19px;
	text-align: left;
}

.equipe_content .apprenant_wrapper {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	display: flex;
}

.apprenant_infos_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.equipe_content .apprenant_wrapper .member-role {
	font-size: 17px;
	line-height: 20px;
	font-weight: 900;
	letter-spacing: 0;
	color: #6FD4E6;
	text-transform: uppercase;
}

.equipe_content .apprenant_wrapper .member-name {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	letter-spacing: 0;
	color: #707070;
	text-transform: uppercase;
}

.equipe_content .equipe_member {
	clear: both;
	border-top: 1px solid #CCCCCC;
	text-align: left;
	line-height: 18px;
	padding: 3px 0;
}

.equipe_content .equipe_member .member-role {
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	letter-spacing: 0;
	color: #6FD4E6;
	text-transform: uppercase;
}

.equipe_content .equipe_member .member-name {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0;
	color: #707070;
	text-transform: uppercase;
}


/***** RGPD ********/
#rgpd {
	position: fixed;
	top: 0;
	left:0;
	width: 100vw;
	height:100vh;
	background: transparent
		linear-gradient(180deg, #006E81 0%, #6DD2E4 77%, #6ED3E5 100%) 0% 0%
		no-repeat padding-box;
	z-index: 10000;
}
#rgpd .container {
	background-image: url('img/logo_attitudes_pro_by_mio.png');
	background-position: center 30px;
	background-repeat: no-repeat;
	display: flex;
	height: 100vh;
	background-size: 35% auto;
}

#rgpd_form_wrapper{
	justify-content: center;
	flex-direction: column;
	display: flex;
	margin: 0 20%;
}
#rgpd_form{
	background: white;
	padding: 20px;
}
#rgpd_form li {
    margin-left: 20px;
}
#refuse_rgpd {
	margin-bottom: 5px;
}

@media only screen and (min-width: 1400px) {
	.liste_badges article.badges {
		width: 20%;
		padding: 0% 1%;
	}
	.liste_badges article.badges:nth-child(4n) {
		margin-left: 0;
	}
	.liste_badges.finaux_badges article.badges:nth-child(1) {
		margin-left: 0;
	}
    .liste_badges article.badges:nth-child(6n) {
		margin-left: 30%;
        margin-top: 40px;
	}
    .liste_badges article.badges:nth-child(7n) {
        margin-top: 40px;
	}
    
    
}

/******** STATS ********/
.highcharts-credits {
	display: none;
}

/******** RECAP EVALUATION ********/
.recap_evaluation_table tr:first-child th {
	text-align: center !important;
    text-transform: uppercase;
}
.no-left-border {
	border-left: 0 !important;
}

.recap_evaluation_table .one_evaluation_recap .evaluation_ok {
	height: 20px;
}
.one_evaluation_recap .evaluation_not_ok {
	height: 24px;
}
.recap_evaluation_table .one_evaluation_recap .evaluation_en_attente {
	height: 18px;
}

.scroll_wrapper {
	overflow-x: scroll;
    overflow-y: auto;
    height: 500px;
}

    .recap_evaluation_table thead {
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 1;
    }
    .recap_evaluation_table .head_column {
        position: sticky;
        left: 0;
        background-color: white;
        z-index: 0;
    }
    .recap_evaluation_table tr:nth-child(2n) td.head_column {
        background: #F5F5F5 !important;
    }
    .recap_evaluation_table .one_evaluation_recap {
        text-align: center !important;
    }
    .recap_evaluation_table th {
        min-width: 59px;
    }

body:not(.administrator):not(.coordinateur) .menu-list > .has-submenu > .submenu,
body:not(.administrator):not(.coordinateur) .menu-list > li > .menu-arrow {
    display: none;
}

.menu-list > .has-submenu > .submenu > li > a::before,
.menu-list > .has-submenu > .submenu > li > a::after {
	display: none;
}


.menu-list > .has-submenu > .submenu > li > a i {
	display: inline;
}

.search_title .member_type {
	text-transform: uppercase;
}

@media only screen and ( max-width: 1250px ){
    .evaluation_tableau_wrapper {
        min-width: 1500px;
    }
}
@media only screen and ( max-width: 991px ){

    .menu-list > li {
        padding-left: 0;
    }
    .sidemenu-is-open #menu-main-menu li {
        padding-left: 0;
        padding-right: 0;
    }
    .sidemenu-is-open #sidemenu-wrapper .menu-section {
        width: 242px !important;
    }
    
    .validation_badge_title_section .user_data .item-title a {
        font-size: 36px;
        line-height: 40px;
    }
    
    .badge_to_validate .badge_title {
        max-width: none;
    }
    .device-sm.sidemenu-is-open .main .small-thumbs .entry-image {
        width: 200px;
    }
}

@media ( max-width: 767px) {
    .logo img {
        max-height: 45px;
        max-width: inherit;
    }
}

@media ( max-width: 500px) {
    
    #rgpd_form h2 {
        margin-bottom: 0px;
    }
    #rgpd_form_wrapper {
        margin: 0;
    }
        #rgpd_form_wrapper form {
            margin-bottom: 0;
        }
            #rgpd_form p, #rgpd_form li {
                font-size: 13px;
            }
            #submit_rgpd {
                margin-bottom: 0;
            }
    
    /*EVALUATION*/
    .validation_badge_title_section .item-avatar {
        float: none;
        text-align: center;
        margin-top: -25px;
        margin-right: 0;
    }
        .validation_badge_title_section .avatar {
            width: 50px;
            height: 50px;
        }
    .page-template-template-validation-badges .validation_badge_title_section .user_data {
        padding-top: 0;
    }
        .validation_badge_title_section .user_data .item-title {
            text-align: center;
        }
            .validation_badge_title_section .user_data .item-title a {
                font-size: 26px;
                line-height: 23px;
            }
        .validation_badge_title_section .user_data .item-role {
            text-align: center;
        }
        .page-template-template-validation-badges .validation_badge_title_section .user_data .item-message-send {
            padding-top: 0px;
        }
    .validation_badge_title_section .badges_data li {
        float: none;
    }
    .validation_badge_title_section .badges_data li::before {
        margin-left: 0;
        margin-right: 0;
    }
        
    .validation_badge_title_section .back_link_wrapper {
        display: none;
    }
    
    .evaluation_tableau_wrapper {
        width: 1200px;
    }
        .small-thumbs .badge_to_validate .entry-image {
            max-width: 67%;
            margin: 0 auto 30px;
        }
        .badge_to_validate .badge_title {
            display: none;
        }
        .evaluation_tableau_wrapper .row .column:first-child {
            flex: 0 0 152px;
        }
    
    
    /*MEMBRES*/
    #membre_sub_menu {
        display: none;
    }
}