/*
Theme Name: ASOI Challenge Platform V2
Description: Refactored and security-hardened challenge management platform for ASOI (Agri Sud-Ouest Innovation) - Child theme of Divi with enhanced security, performance, and configurability
Author: Julien - WebMate (Refactored by Claude Code)
Author URI: https://www.divi-community.fr
Template: Divi
Version: 2.0.0
Text Domain: challenges-v2
*/

/*
  ____ _____     _____      ____ ___  __  __ __  __ _   _ _   _ ___ _______   __
 |  _ \_ _\ \   / /_ _|    / ___/ _ \|  \/  |  \/  | | | | \ | |_ _|_   _\ \ / /
 | | | | | \ \ / / | |    | |  | | | | |\/| | |\/| | | | |  \| || |  | |  \ V /
 | |_| | |  \ V /  | |    | |__| |_| | |  | | |  | | |_| | |\  || |  | |   | |
 |____/___|  \_/  |___|    \____\___/|_|  |_|_|  |_|\___/|_| \_|___| |_|   |_|

*/


/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

li{
    padding-left:10px;
	margin-left:30px;
	list-style: circle;
    padding-bottom: 10px;;
}

.dataTables_paginate li{
    padding-left:0px;
	margin-left:0px;
	list-style: none;
}

ul{
    padding-bottom: 20px;
}
.picture-challenge{
	margin-right:30px;
}

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}


/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/

@media only screen and (max-width : 980px) {
	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}


/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}


/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
	max-width: 50px;
}


/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup, sub {
    font-size: 70%;
}


.timeline-date {
    border-left: 3px solid #137d8b;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(16, 147, 209, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    padding-bottom:20px;
    list-style: none;
    text-align: left;
    max-width: 50%;
    margin-left:40%;
}

@media (max-width: 767px) {
    .timeline-date {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline-date h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline-date h2,
.timeline-date h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline-date .event {
    padding-bottom: 25px;
    position: relative;
    list-style: none !important;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline-date .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline-date .event:before,
.timeline-date .event:after {
    position: absolute;
    display: block;
    top: 0;

}

.timeline-date .event:before {
    left: -300px;
    content: attr(data-date);
    text-align: right;
    font-weight: 700;
    font-size: 1.1em;
    min-width: 120px;
    color:#137d8b;
}

@media (max-width: 767px) {
    .timeline-date .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline-date .event:after {
    -webkit-box-shadow: 0 0 0 3px #137d8b;
    box-shadow: 0 0 0 3px #137d8b;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline-date .event:after {
        left: -31.8px;
    }
}

/*
** Ajouts par Julien Massonnat
*/

.rtl .timeline-date {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #137d8b;
}

.rtl .timeline-date .event::before {
    left: 0;
    right: -250px;
}

.rtl .timeline-date .event::after {
    left: 0;
    right: -55.8px;
}

.timeline {
    width: 100%;
    position: relative;
    padding: 1px 0;
    list-style: none;
    font-weight: 500
}

.timeline .timeline-item {
    padding-left: 0;
    padding-right: 30px
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 30px;
    padding-right: 0
}

.timeline .timeline-item .timeline-event {
    width: 100%
}

.timeline:before {
    border-right-style: solid
}

.timeline:before,
.timeline:after {
    content: " ";
    display: block
}

.timeline:after {
    clear: both
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%!important;
    margin-left: 2px;
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: rgba(52, 40, 104, .1)
}

.timeline .timeline-label .label {
    background-color: #e76c90;
    border-radius: 35px;
    color: #fff;
    display: inline;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1;
    padding: .65rem 1.4rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.timeline.timeline-line-solid:before {
    border-right-style: solid
}

.timeline.timeline-line-dotted:before {
    border-right-style: dotted
}

.timeline.timeline-line-dashed:before {
    border-right-style: dashed
}

.timeline .timeline-item {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px
}

.widget, .widget-header{
	background: #f2f2f2 !important;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table
}

.timeline .timeline-item:after {
    clear: both
}

.timeline .timeline-item:last-child {
    margin-bottom: 0!important
}

.timeline .timeline-item.timeline-item-right>.timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event {
    float: right!important
}

.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before,
.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
    right: auto!important;
    border-left-width: 0!important
}

.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before {
    left: -15px!important;
    border-right-width: 15px!important
}

.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
    left: -14px!important;
    border-right-width: 14px!important
}

.timeline .timeline-item>.timeline-event:before {
    top: 10px;
    right: -15px;
    border-top: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 15px solid transparent
}

.timeline .timeline-item>.timeline-event:after {
    top: 11px;
    right: -14px;
    border-top: 14px solid transparent;
    border-left-width: 14px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 14px solid transparent
}

.timeline .timeline-item>.timeline-point {
    top: 25px
}

.timeline .timeline-item:nth-of-type(2) {
    margin-top: 40px
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
    clear: both!important
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    float: right;
    clear: right
}

.timeline .timeline-item.timeline-item-right>.timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point {
    left: -14px
}

.timeline .timeline-item>.timeline-event {
    position: relative;
    float: left
}

.timeline .timeline-item>.timeline-event:before {
    border-left-color: rgba(52, 40, 104, .04);
    border-right-color: rgba(52, 40, 104, .04)
}

.timeline .timeline-item>.timeline-event:after {
    border-left-color: rgba(52, 40, 104, .04);
    border-right-color: rgba(52, 40, 104, .04)
}

.timeline .timeline-item>.timeline-event:before,
.timeline .timeline-item>.timeline-event:after {
    content: "";
    display: inline-block;
    position: absolute
}

.timeline .timeline-item>.timeline-point {
    color: #5d5386;
    background: #5d5386;
    right: -14px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: 8px;
    margin-right: 8px;
    position: absolute;
    z-index: 100;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 0 0 5px #f2f3f8
}

.timeline .timeline-label {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px;
    top: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center
}

.timeline .timeline-label:before,
.timeline .timeline-label:after {
    content: "";
    display: table
}

.timeline .timeline-label:after {
    clear: both
}

.timeline .timeline-label:last-child {
    margin-bottom: 0!important
}

.timeline .timeline-label + .timeline-item {
    margin-top: 0
}

.timeline .timeline-label + .timeline-item + .timeline-item {
    margin-top: 40px
}

.timeline .time-right {
    color: rgba(52, 40, 104, .5);
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .85rem;
    font-weight: 500
}

.timeline .time-left {
    color: rgba(52, 40, 104, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .85rem;
    font-weight: 500
}

.timeline .widget-header .user-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.07rem
}

.timeline .widget-header .user-image img {
    width: 50px
}

.timeline .widget-header .title {
    color: #2c304d;
    font-size: 1rem
}

.timeline .widget-header .username {
    color: #e76c90
}

.timeline .widget-header .time {
    font-size: .85rem
}

.timeline .widget-body {
    padding: 1rem 1.4rem
}

.timeline .widget-footer {
    border-top: 1px solid #eee;
    margin: 0 1.4rem;
    padding: 1.07rem 0
}

.timeline .users-like {
    padding: 0
}

.timeline .users-like a {
    margin: 0 -1.6rem 0 0;
    transition: all 0.4s ease
}

.timeline .users-like a:hover {
    margin-right: -.3rem
}

.timeline .users-like img {
    width: 40px;
    border: .25rem solid #fff
}

img{
    padding:15px;
}

.entry-featured-image-url img{
    padding:0 !important
}
.card img{
    padding:0;
}
.home-challenge{
    background-color:#f7f8fc !important;
    padding-top:20px;
    padding-bottom: 20px;
    border-bottom: #137d8b solid 2px !important;
    background: linear-gradient(90deg, rgba(19, 125, 139,1) 21px, transparent 1%) center, linear-gradient(rgba(19, 125, 139,1) 21px, transparent 1%) center, rgba(19, 125, 139, 0.4);
    background-size: 22px 22px;
}
.home-challenge h5:hover{
    color:#137d8b !important;
}

.timeline .users-like a.view-more {
    background: #5d5386;
    color: #fff;
    width: 40px;
    height: 40px;
    border: .25rem solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    font-size: .85rem;
    text-align: center;
    line-height: 30px;
    margin-right: 0
}

.timeline .widget-footer .meta li {
    display: inline-block;
    margin-right: .5rem
}

.timeline .widget-footer .meta li:last-child {
    margin-right: 0
}

.timeline .widget-footer .meta li a {
    color: rgba(52, 40, 104, .3)
}

.timeline .widget-footer .meta li a:hover {
    color: rgba(52, 40, 104, .9)
}

.timeline .widget-footer .meta li i {
    font-size: 1.8rem;
    vertical-align: middle;
    margin-right: .3rem
}

.timeline .widget-footer .meta li .numb {
    vertical-align: middle
}

@media screen and (max-width:768px) {
    .timeline.timeline {
        width: 100%;
        max-width: 100%
    }
    .timeline.timeline .timeline-item {
        padding-left: 72px;
        padding-right: 0
    }
    .timeline.timeline .timeline-item.timeline-item-right,
    .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
        padding-left: 72px;
        padding-right: 0
    }
    .timeline.timeline .timeline-item .timeline-event {
        width: 100%
    }
    .timeline.timeline:before {
        left: 42px;
        width: 0;
        margin-left: -1px
    }
    .timeline.timeline .timeline-item {
        width: 100%;
        margin-bottom: 20px
    }
    .timeline.timeline .timeline-item:nth-of-type(even) {
        margin-top: 0
    }
    .timeline.timeline .timeline-item>.timeline-event {
        float: right!important
    }
    .timeline.timeline .timeline-item>.timeline-event:before,
    .timeline.timeline .timeline-item>.timeline-event:after {
        right: auto!important;
        border-left-width: 0!important
    }
    .timeline.timeline .timeline-item>.timeline-event:before {
        left: -15px!important;
        border-right-width: 15px!important
    }
    .timeline.timeline .timeline-item>.timeline-event:after {
        left: -14px!important;
        border-right-width: 14px!important
    }
    .timeline.timeline .timeline-item>.timeline-point {
        transform: translateX(-50%);
        left: 42px!important;
        margin-left: 0
    }
    .timeline.timeline .timeline-label {
        transform: translateX(-50%);
        margin: 0 0 20px 42px
    }
    .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
        margin-top: 0
    }
    .timeline .time-right {
        left: 0
    }
}


.rounded-widget .widget {
    border-radius: 4px
}

.rounded-widget .widget-image {
    border-radius: 4px
}

.rounded-widget .widget-header {
    border-radius: 4px 4px 0 0
}

.rounded-widget .widget-footer {
    border-radius: 0 0 4px 4px
}

.widget {
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 30px
}

.widget-image {
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
    position: relative
}

.widget-header {
    background: #fff;
    padding: .85rem 1.4rem;
    position: relative;
    width: 100%
}

.widget-header.bordered {
    border-bottom: .07rem solid #eee
}

.widget-header.no-actions {
    padding: 1.49rem
}

.widget-options .dropdown-toggle {
    color: #98a8b4;
    background: none;
    border: none;
    padding: 0;
    font-size: 1.7rem;
}

.widget-header h1,
.widget-header h2,
.widget-header h3,
.widget-header h4,
.widget-header h5,
.widget-header h6 {
    color: #2c304d;
    margin-bottom: 0
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    color: #2c304d;
    font-weight: 600;
    margin-bottom: 0
}

.widget-header h2 {
    color: #2c304d;
    font-size: 1.2rem;
    display: table-cell;
    vertical-align: middle;
    margin-right: auto
}

.widget-header h2 i {
    color: #aea9c3;
    font-size: 1.8rem;
    padding-right: .5rem;
    vertical-align: middle
}

.widget-body {
    padding: 1.4rem
}

.widget-image-footer {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.2rem 0;
    z-index: 1
}

.widget-footer {
    background: #fff;
    padding: 1rem 1.07rem;
    position: relative
}

.widget-footer.big {
    padding: 2.1rem 1.07rem
}

.no-border {
    border: 0 none!important;
}

.no-bg {
    background: none!important;
}


.card{
    font-family: 'Roboto', sans-serif !important;
    box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.15);

}

.card:hover h2, .card:hover a{
color:#137B8D !important;
}

.card:hover img{
    opacity: 0.8;
    }

.card:hover {
    /*border:1px solid #137d8b;*/
    font-family: 'Roboto', sans-serif !important;
    box-shadow: 5px 5px 16px 0px rgba(16,147,209,0.15);
    -webkit-box-shadow: 5px 5px 16px 0px rgba(16,147,209,0.15);
    -moz-box-shadow: 5px 5px 16px 0px rgba(16,147,209,0.15);
    }

.card.loginform{
    box-shadow: 5px 5px 16px 0px rgba(16,147,209,0);
    -webkit-box-shadow: 5px 5px 16px 0px rgba(16,147,209,0);
    -moz-box-shadow: 5px 5px 16px 0px rgba(16,147,209,0);
}

.card.loginform:hover img{
    opacity: 1;
}
.card.loginform:hover{
border:1px solid rgba(0,0,0,.125)
}
.card-title{
    font-weight:600;
}

.occitanum{background-color: #FF5800 !important; font-size: 1em; font-weight:400; margin-bottom:4px;}
.viticulture{background-color: #aa0053 !important;font-size: 1em;font-weight:400;margin-bottom:4px;}
.challenge-permanent{background-color: #137d8b !important;font-size: 1em;font-weight:400;margin-bottom:4px;}
.challenge-a-echeance, .desafio-de-la-fecha-limite{background-color: #137d8b !important;font-size: 1em;font-weight:400;margin-bottom:4px;}
.ami, .desafio-digital{background-color: #43af3e !important;font-size: 1em;font-weight:400;margin-bottom:4px;}
.appel-a-projets{background-color: #FFC200 !important;font-size: 1em;font-weight:400;margin-bottom:4px;}

.form-select{
    width: auto  !important;
}
.titre-challenge{
    font-family: 'Montserrat', sans-serif  !important;
}

.detail-challenge{
    font-family: 'Montserrat', sans-serif ;
}

.nav-link{
    font-weight: 500 !important;
    color:#137d8b;
    font-size: 14px;;
}

.nav-link.active{
    background-color: #137d8b !important;
    border:0 !important;
	-webkit-box-shadow:inset -4px -4px 8px 2px rgba(0,0,0,0.3);
-moz-box-shadow:inset -4px -4px 8px 2px rgba(0,0,0,0.3);
box-shadow:inset -4px -4px 8px 2px rgba(0,0,0,0.3);
}


.detail-challenge .documents-titre{
    font-family: 'Montserrat', sans-serif ;
    color:#137d8b;
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    padding: 15px 100px;
    border-radius: 10px;
    margin-bottom: 50px;
    border: solid 1px #137d8b;

}

.btn-primary{
    background-color: #137d8b  !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
}

.btn-primary:hover{
    opacity: 0.8;
}

hr {
	display: block;
	clear: both;
	height: 0;
	margin: 20px auto 20px auto;
	padding: 0;
	border: 0;
	font-family: arial;
	text-align: center;
    width: 70%;
	font-size: 60px;
	line-height: 2;
    background-color: #137d8b;
}

.comment-item{
    width:100%;
    border: 1px solid #f2f2f2;
    text-align: left;
    padding: 10px 25px;
    font-size: 15px;
    margin-bottom: 15px;
}

.author-comment{
    margin-bottom: 15px;
    

}
.date-comment{
    font-style: italic;
    color:#c5c5c5;
    margin-bottom: 15px;
    text-align: right;
}

.detail-candidature, .detail-candidature h2{
    background-color: #f2f2f2  !important;
    color: #333333 !important;
}

.detail-candidature{
    padding:20px;
}

.select-challenge select{
    float: right;
    z-index: 999;
}
.select-challenge {
    z-index: 999;
}

.navbar-nav a{
    font-family: 'Montserrat', sans-serif;
    font-size:14px  !important;
    font-weight: 500 !important;

}

nav li{
    padding-bottom: 0px;
}

.admin-menu{
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0,0,0,0.38);
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(0,0,0,0.38);
    box-shadow: inset 0px 1px 2px 1px rgba(0,0,0,0.38);
}

.titre-menu-admin{
 font-weight: 600;
 font-size: 18px;
 padding-top : 0;
 margin-right: 15px;
}

.evaluateurs{
    border:solid 1px #c3c3c3;
    border-radius: 15px;
    text-align: center;
    margin: auto 0;
    padding:20px;
}

.accordion-evaluateurs{
    background-color:#f2f2f2  !important;

}

.admin-menu{
    background-color:#ffffff  !important;
}

.menu-admin-detail{
text-align: right;
padding:10px;
font-weight:bold;
font-size: 15px;
}

.no-display{
    display: none;
}

.form-label-acf{
    border:0px;
    font-family: 'Montserrat', sans-serif;
}
.form-label-acf-group{
    background-color:#f2f2f2;
    padding:10px !important;
    border-radius:10px !important;
    border:solid 1px #c3c3c3 !important;
    margin-top: 15px;
}
.form-label-acf-group td{

    padding-left:30px !important;
}
.form-label{
    font-family: 'Montserrat', sans-serif;

}

.form-table{
    border:0px !important;
}

.acf-label, .acf-input{
    border-top: 0px !important;
    padding: 10px 0px !important;
}
.acf-field-group .acf-label, .acf-field-group .acf-input{
    padding:5px !important;
    padding-left:20px !important;
}

.acf-label label{
    font-weight: bold !important;
}

.wppb-default-biographical-info {
    display: none;
}

.form-label{
    font-weight: bold;
}

.sub-menu{
    padding:0 !important;
    margin:0 !important;
    border:0px !important;
    background: #fff !important;
    margin-top: 10px !important;
}

.intro-occitanum{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.intro-occitanum h2{
    line-height: 34px;
    color:#FF5800 !important;
}

.intro-occitanum img{
    padding-top:50px;
}
h2.gsection_title{
    color:#137d8b !important;
    
}

.gform_wrapper h2.gsection_title{
    padding: 10px 0px !important;
}

.event a{
    text-decoration: underline;
    color:#333333;
}

.event a:hover{
  opacity: 0.8;
}

.event h3{
    line-height:28px;
}

.event a:after{
    content: "\f103";
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

.container p{
	text-align:justify;
}

.spBgfullbottom{
	background-color:#137d8b !important;
}

.evaluateurs .form-select{
    font-size: 0.9rem !important;
}

.green{
    font-weight: bold;
    color:#43af3e;
}
.red{
    font-weight: bold;
    color:#cc0000
}

.todo{
    border:solid 2px #cc0000 !important;
    background-color:#f8d7da !important;
}

.gchoice{
    display:inline !important;
    margin-right: 10px;
}

.inactive{
    opacity:0.5 !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.inactive:hover{
    opacity:0.5 !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    cursor:auto !important;
}

.inactive .card:hover h2, .inactive .card:hover a{
    color:#333333 !important;
    }

   .inactive .card:hover img{
        opacity: 1;
        }
    
   .inactive .card:hover, .inactive .card  {
        /*border:1px solid #137d8b;*/
        font-family: 'Roboto', sans-serif !important;
        box-shadow: 0px 0px 0px 0px rgba(16,147,209,0);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(16,147,209,0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(16,147,209,0);
        }

        .info-challenge h1{
            font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
font-weight: 700;
font-size: 45px;
color: #137d8b !important;
letter-spacing: 1px;
line-height: 1.2em;
text-align: left;
margin-bottom: 30px;
        }

        .info-challenge{
            margin-top: 50px;
        }

        .bloc-challenge{
            background-color: #137d8b;
border-radius: 10px 10px 10px 10px;
overflow: hidden;
padding-top: 30px;
padding-right: 20px;
padding-bottom: 30px;
padding-left: 20px;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
color: #FFFFFF !important;
font-size: 100%;
        }

        .bloc-challenge h2{
            font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
font-weight: 700;
text-transform: uppercase !important;
font-size: 16px;
color: #FFFFFF !important;
text-align: center;
margin-bottom: 20px;
        }

        .bloc-challenge h3{
            font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
font-weight: 700;
text-transform: uppercase !important;
font-size: 14px;
color: #FFFFFF !important;
        }

        .info-challenge p{
            line-height: 2em;
        }

        .detail-challenge .nav-pills .nav-link{
            border-radius: 0 !important;
        }

        .nav-challenge{
            border-bottom: solid 1px #137d8b;
        }

.wpml-ls-flag{
	padding:0;
}


.menu-admin-detail a{
    color:#137b8d;
}

#wordfence-ls, #wfls-user-settings{
    display:none;
}

.entry-content .form-label, .entry-content label{
    color:#137b8d;
}

.ratings-row{
    display: none;
}

.acf-input li{
    list-style: none;
}

.question{
    color:#137b8d;
    text-transform: uppercase;
    font-style: normal !important;
    font-weight: 600;;
}

.group-start{
	cursor:pointer;
}

.table-striped > tbody > tr:nth-of-type(2n+1), .table-striped > tbody > tr:nth-of-type(2n+1) a{
	color:#fff !important;
	background-color:#137b8d !important;
}
table.dataTable tr.group td, table.dataTable tr.group td a{
background-color:#ffb44a !important;
	color:#fff !important;
}

.table-striped > tbody > tr:nth-of-type(2n), .table-striped > tbody > tr:nth-of-type(2n) a{
	color:#333333 !important;
	background-color:#f2f2f2 !important;
}
.gfield_radio, .gchoice{
    display: block !important;
}

@media (max-width:961px){
.container {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  position: relative;
	padding-left:5%;
	padding-right:5%;
	word-break:break-word;
}
	
	.info-challenge h1{
		font-size: 30px;
	}
}

.display-none{
    display: none;
}

.single-challenge .wp-block-pullquote{
	background-color:#f2f2f2;
	margin: 20px 0px;
  padding: 10px 10px 10px 0px;
  font-size: 16px;
  text-align: left;
}