/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team customised by DC
Author: Elementor Team, dynamic creative Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*
 * Hide google recaptcha
 * Ce site est protégé par reCAPTCHA et Google <a href="https://policies.google.com/privacy" target="_blank">Politique de confidentialité</a> et <a href="https://policies.google.com/terms" target="_blank">Conditions d'utilisation</a>.
 */
.grecaptcha-badge { visibility: hidden; }

.ct-game, .ct-game-fin {font-family: "Graphik", Sans-serif;}

/*zero*/
*:focus-visible {outline: none;}
.elementor-text-editor ul {padding-left:20px; margin-bottom:16px;}
.elementor-text-editor p:last-child, .elementor-widget-theme-post-excerpt p:last-child {margin-bottom:0;}
	
/*Form*/
.elementor-field-type-acceptance .elementor-field-option {display:flex; align-items: flex-start;}
.elementor-field-type-acceptance input {position: relative; top:3px; margin-right: 12px;}
.elementor-field-type-acceptance label {font-size:12px!important; text-transform:none!important; font-weight: 400!important;}
input[type="file"]::file-selector-button { border: 0px solid #e98d40; border-radius:4px; background-color: #e98d40 !important; padding: 10px 20px; font-size: 14px; font-weight: 600; font-family: var( --e-global-typography-b2ce6af-font-family ), Sans-serif; margin-right: 15px; color:#fff; cursor: pointer;	}


/*page fin*/
:root {
	--bleu-fonce: #0F1941;
	--bleu-randstad: #2175D9;
}
.section-result-image {text-align: center; margin:auto;}
.section-result-texte {background-color: var(--bleu-fonce); padding:20px; border-radius:20px; color:#fff; text-align: center; overflow: hidden;}
.section-result-texte h1 {font-size: 22px; color:#fff;}
.section-result--blocs {display:flex; gap:10px; margin:20px 0; flex-wrap: wrap;}
.section-result--blocs .item {background-color: var(--bleu-randstad); border-radius: 10px; padding:10px; line-height: 1.3; width:calc(33.33333% - 2/3 * 10px); display: flex; flex-direction: column; justify-content: center;}
@media (max-width: 768px) {
	.section-result--blocs .item {/*display:block;*/ width:100%;}
}