/*!
Theme Name: FRB
Theme URI: http://underscores.me/
Author: Newround - FRB
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: frb_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

FRB is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.wpforms-container .wpforms-title { color: #51b9bc; font-size: 1.4em!important; font-weight: 700; }
.wpforms-container .wpforms-form .wpforms-field-label { font-weight: 400!important; font-size: 1.06em!important; margin-bottom: 10px!important; }
.wpforms-container input[type=checkbox]+label { background-position: 3px center; position: relative; padding-left: 30px; cursor: pointer; }
.wpforms-container input[type=checkbox]+label:before { content: ' '; width: 20px; height: 20px; background-image: url(images/checknok.svg); background-repeat: no-repeat; position: absolute; left: -28px; top: -2px; }
.wpforms-container input[type=radio]+label { background-position: 3px center; position: relative; padding-left: 30px; cursor: pointer; }
.wpforms-container input[type=radio]+label:before { content: ' '; position: absolute; width: 20px; height: 20px; border: 1px solid #d8d8d8; border-radius: 20px; left: -30px; top: -2px; }
.wpforms-container input[type=radio]:checked+label:after { content: ' '; position: absolute; width: 12px; height: 12px; border-radius: 15px; background-color: #51b9bc; left: -26px; top: 2px; }
.wpforms-container  button[type=submit] { background-color: #51b9bc!important; color: #fff!important; border: none!important; font-size: 1em!important; text-transform: uppercase!important; padding: 12px 15px!important; border-radius: 3px!important; }
.page-id-3438 .trombinoscope .row.justify-content-center,
.page-id-3437 .trombinoscope .row.justify-content-center {
	display: none;
}
.page-id-3438 .trombinoscope .row.justify-content-center.section-trombi,
.page-id-3437 .trombinoscope .row.justify-content-center.section-trombi {
	display: flex!important;
	margin-bottom: 70px!important;
}

#tarteaucitronPercentage {
    display: none!important;
}



.presentation_1 .sstitre_pres { font-family: glober_regular,"Open Sans",sans-serif!important; }

.pagination01 a.first {
    color: #51b9bc;
}

.evenement-acordion .accordion-level .content.downloads .container-fluid .col-12 {
	margin-bottom: 30px;
}

.evenement-acordion .accordion-level .content.downloads a .ico {
    position: absolute;
    bottom: 0;
}

.liste_appels .page_appel_liste .appel.passe a {
	opacity: .55;
	transition: all 500ms ease;
}
.liste_appels .page_appel_liste .appel.passe a:hover {
	opacity: 1;
}
.liste_appels .page_appel_liste .appel.passe a .content .date {
	transition: all 500ms ease;
}
/*.liste_appels .page_appel_liste .appel.passe a:hover .content .date {
	color: rgb(226,68,59);
}*/

.presentation_0 a {
	color: #51b9bc;
}

.header_page.visuel {
    background-size: cover;
}

.biodiversite .mise_a_la_une {
	margin-bottom: 40px;
}

.plan_site {
	margin-top: -30px;
}
.plan_site a {
	color: #000;
}
.plan_site>li>a {
	font-weight: bold;
	margin: 5px 0;
	display: block;
}
.plan_site ul.children {
	padding-left: 20px;
}
.plan_site ul.children a {
	margin: 5px 0;
	font-size: .9em;
}

.evenement-acordion .accordion-level .header:before {
	width: 17px;
    height: 8px;
	animation-name: accordion-level-anim;
	animation-iteration-count: infinite;
  	animation-duration: 2s;
}

.evenement-acordion .accordion-level.active .header:before {
	animation-name: none;
}

.niv1 p { position: relative; padding-bottom: 0%; height: 0; overflow: hidden; max-width: 100%; } 
.niv1 p iframe, .niv1 p object, .niv1 p embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@keyframes accordion-level-anim {
  0%   {top: 4px;}
  50%  {top: 18px;}
  100% {top: 4px;}
}

@media (min-width: 991px) {
	.header_page.visuel {
		background-position: 0 100%;
	    transition: background-position 500ms ease!important;
	}
	header.scrollup {
	    position: fixed;
	    /*top: 150px;*/
	    width: 100%;
	    top: 0!important;
	}
}

.content_0 .para_plus_js .sstitre {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}


