/*!
 * Arma v1.0.0 
 * Copyright 2023
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */

/******************** VARIABLES :	DECLARATIONS ********************/
:root{
	--arma-font-color-01: #FFFFFF;
	--arma-font-color-02: #293358; /* Cobalt */
	--arma-font-color-03: #354878; /* Céruléen */
	--arma-font-color-04: #8B7D6D; /* Ocre */
	--arma-font-color-05: #AD947E; /* Sable */
	--arma-font-color-06: #000000;
	--arma-font-color-07: #1A2035;
	--arma-global-color-00: #1A2035;
	--arma-global-color-01: #293358; /* Cobalt */
	--arma-global-color-02: #354878; /* Céruléen */
	--arma-global-color-03: #5F73A6;
	--arma-global-color-04: #8B7D6D; /* Ocre */
	--arma-global-color-05: #AD947E; /* Sable */
	--arma-global-color-06: #D9C7B3;
	--arma-global-color-07: #E0BB9A;
	--arma-global-color-08: #FFFFFF;
	--arma-global-color-09: #F2F5F7;
	--arma-global-color-10: #000000;
	--arma-global-color-11: #0A0F1E;
	--arma-global-color-12: #E7E7E7;
	--arma-global-color-13: #424242;
	--arma-global-color-14: #D83E22;
	--arma-global-color-15: #E93717;
	--arma-global-color-16: #E87352;
	--arma-global-color-17: #EF6741;
}
@media screen and (min-width: 968px){
	:root{
	}
}
body, button, input, select, textarea, .ast-button, .ast-custom-button{
	font-size: 15px;
}
body{
	position: relative;
}
.divider{
	width: 98%;
	margin: 0 auto;
}
.material-icons{
	font-family: 'Material Icons';
	font-size: 24px;  /* Preferred icon size */
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: normal;
	text-transform: none;
	word-wrap: normal;

	direction: ltr;
	font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.material-icons-outlined{
	font-family: 'Material Icons Outlined';
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	width: 1em;
	height: 1em;
	cursor: default;
	-webkit-transition: color 0.5s;
	        transition: color 0.5s;
	vertical-align: middle;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: normal;
	text-transform: none;
	word-wrap: normal;

	direction: ltr;
	font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
.modal{
	top:10%!important;
}
/******************** STYLE :	WORDPRESS ********************/
#page .site-content{
	padding-bottom: 20px;
}
body.home #page .site-content{
	padding-bottom: 0;
}
.site-below-footer-wrap{
	margin-top: 0!important;
	padding-top: 0;
	padding-bottom: 0;
}
.site-above-footer-wrap .logo-footer{
	max-width: 290px;
}
.site-above-footer-wrap{
	padding-top: 10px;
	padding-bottom: 10px;
}
.site-below-footer-wrap[data-section='section-below-footer-builder']{
	min-height: 45px;
}
.site-below-footer-wrap[data-section='section-below-footer-builder'] .ast-builder-grid-row{
	min-height: 45px;
}
ul#ast-hf-menu-2{
	padding-left: 0!important;
}
ul#ast-hf-menu-2 ul.sub-menu{
	padding: 5px !important;
}
#FaqContentHolder{
	margin-top: 40px;
}
#FaqContentHolder .collapsible{
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#FaqContentHolder ul.collapsible > li{
	list-style-type: none;
}
#FaqContentHolder li i.material-icons{
	transition: transform 0.5s;
}
#FaqContentHolder li.active i.material-icons{
	transform: rotate(90deg);
}
#FaqSearch:focus{
	border-bottom: 1px solid #AD947E;
	-webkit-box-shadow: 0 1px 0 0 #AD947E;
	        box-shadow: 0 1px 0 0 #AD947E;
}
.search-form .search-field:focus{
	border-bottom: 0 solid #AD947E!important;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
}
.ast-search-box.full-screen{
	background: rgba(41,51,88,0.96)!important;
}
#search_submit i.astra-search-icon .ast-icon svg:not([fill]){
	fill: #AD947E;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-search{
	display: none;
}
.ast-header-html-4 div.ast-builder-html-element{
	display: flex;
	flex-direction: row;

	column-gap: 10px;
}
.ast-header-html-4 div.ast-builder-html-element .material-icons{
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	cursor: pointer;
	vertical-align: middle;
	color: #FFFFFF;
}
.modal-overlay{
	-webkit-transition: background-color 0.2s;
	        transition: background-color 0.2s;
}
.modal-overlay.darkModalOverlay{
	opacity: 0.9!important;
	background-color: #293358;
}
#ApplicationHolder ul:not(.browser-default) > li {
	list-style-type: none;
}
.ThemeEnseignant .astra-full-megamenu-wrapper #menu-item-1791,
.ThemePedagogie .astra-full-megamenu-wrapper #menu-item-1792,
.ThemeBiatss .astra-full-megamenu-wrapper #menu-item-1792{
	display: none;
}
@media (max-width: 921px) {
  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle,.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link {
    color: var(--ast-global-color-3)!important;
    background: var(--ast-global-color-2)!important;
  }
  .elementor-page .ast-menu-toggle {
  	color: revert !important;
  }
}

/******************** STYLE :	CONTENT ********************/
.separation10px, .separation15px, .separation20px, .separation30px, .separation40px, .separation50px{
	float: left;
	width: 100%;
}
.separation10px{
	height: 10px;
}
.separation15px{
	height: 15px;
}
.separation20px{
	height: 20px;
}
.separation30px{
	height: 30px;
}
.separation40px{
	height: 40px;
}
.separation50px{
	height: 50px;
}
.noFloat{
	float: none;
}

/******************** ADD-ONS :	MATERIALIZE ********************/
.preloader-wrapper{
	margin: 0 auto;
	vertical-align: middle;
}
.preloader-wrapper.smaller{
	width: 26px;
	height: 26px;
}
.preloader-wrapper.smaller .circle-clipper .circle{
	border-width: 2px;
}
.preloader-wrapper.micro{
	width: 16px;
	height: 16px;
}
.preloader-wrapper.micro .circle-clipper .circle{
	border-width: 1px;
}
.spinner-white, .spinner-white-only{
	border-color: var(--arma-global-color-08);
}
.spinner-ocre, .spinner-ocre-only{
	border-color: var(--arma-global-color-05);
}
.spinner-cobalt, .spinner-cobalt-only{
	border-color: #354878;
}
.active .spinner-layer.spinner-white-only, .active .spinner-layer.spinner-ocre-only, .active .spinner-layer.spinner-cobalt-only{
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	        animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	/* durations: 4 * ARCTIME */
	opacity: 1;
}
a.btn, a.btn:hover{
	text-decoration: none!important;
	color: var(--arma-font-color-01);
}
.modal-header{
	font-size: 18px;
	line-height: 50px;
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 50px;
	padding-left: 15px;
	color: var(--arma-font-color-01);
	background-color: var(--arma-global-color-04);
}
.modal-with-header .modal-header .material-icons{
	vertical-align: middle;
}
.modal-with-header .modal-content{
	padding-top: 64px!important;
}
.row-equal {
	display: flex;
}
.row-equal > .col {
	display: flex;
	flex-direction: column;
}