/*********** Structure ******************************************************************/

.structureHeader { margin-top: 70px; }
.adminMenu { background: #273582 !important; border-radius: 0 !important; margin-bottom: 0 !important; }
.adminLogo { background: #fff !important; padding: 3px 10px !important; }
.adminLogo a, .adminLogo img { display: block; } .adminLogo img { max-height: 34px; width: auto; }

#mainCtr { max-width: 940px !important; margin-top: 3rem; }
#mainCtr .banniere { margin: 20px 0 -10px 0; }
#mainCtr .mainTitle { margin-top: 50px; }

/* Main logo */
#mainLogo img { max-width: 170px; max-height: 85px; }
#mainLogo > a { position: relative; display: block; margin-top: 55px; width: 170px; }
/* Main logo background */
#mainLogo > a:before { width: 200vw; height: 200vw; right: 50%; top: 50%; margin-top: -100vw; transform: rotate(45deg); transform-origin: right center; background: #00a374; position: absolute; z-index: -1; content: ''; display: block; }
#mainLogo.cnam > a:before { background: #273582; }
/* Main logo circle */
#mainLogo > a:after { width: 220px; height: 220px; top: calc(245px/-4); left: -25px; background: #fff; position: absolute; border-radius: 100%; z-index: -1; content: ''; display: block; }

/* homeButton background */
#homeButton > a { display: block; position: relative; }
#homeButton > a:before { width: 200vw; height: 200vw; right: 50%; top: 50%; margin-top: -100vw; transform: rotate(45deg); transform-origin: right center; background: #00a374; position: absolute; z-index: -1; content: ''; display: block; }

.blocmarque-header { margin: 0 auto -30px auto; display: block; height: auto; }

.error-message { position: relative; }
.error-message:before { display: block; top: -7px; left: 20px; width: 0; height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent #db2828 transparent; position: absolute; content: ""; }

.crenelNumber.required::after { display: inline-block; margin: -.2em 0 0 .2em; content: '*'; color: #db2828; }

.ui.container { width: 90%; /*max-width: 1440px !important;*/ }

.ui.selection.dropdown { min-width: auto !important; }

/*********** Styles *********************************************************************/

.segment, .segments, .menu, .card { box-shadow: none !important; }
.card { border: 1px solid rgba(34,36,38,.15) !important; }

#notification { position: fixed; right: 20px; top: 70px; width: 90%; max-width: 420px; z-index: 999; }

.ui.divider { margin: 2rem 0; }

h1.charte { color: #273582; text-transform: uppercase; font-size: 45px; line-height: 1; font-family: 'Roboto'; }
h2.charte { color: #273582; font-size: 26px; line-height: 1; font-family: 'Roboto'; } h2.charte a { color: #273582; }
h3.charte { color: #009fbc; font-size: 22px; line-height: 1; font-family: 'Roboto'; font-weight: normal; letter-spacing: -0.5px; } h3.charte a { color: #009fbc; }
h4.charte { color: #273582; line-height: 1; font-family: 'Roboto'; } h4.charte a { color: #273582; }
h5.charte { color: #009fbc; line-height: 1; font-family: 'Roboto'; } h5.charte a { color: #009fbc; }
.subtitle.charte { color: #00a374; font-size: 24px; line-height: 1.2; letter-spacing: -0.5px; font-family: 'Roboto'; }

.formationsList .item { color: rgba(0,0,0,.87); }

.anchors .category, .anchors .subCategory { display: block; color: rgba(0,0,0,.87); }
.anchors .category.label { margin-top: 1rem; }
.anchors .category.ui.basic.blue.label { color: #273582 !important; border-color: #dededf !important; }
.anchors .subCategory { color: #009fbc; margin-top: .3rem; }

.tableSmall { display: block; line-height: 1.2; opacity: .8; }

.card .content.grow { background: #e0e1e2 !important; font-size: 110% !important; line-height: 1.2; }

tr.canceled { opacity: .5; background: #eee; } tr.canceled:hover { opacity: 1; }

.blueBackground { background: #f0f4f7; padding: 4rem 0 2rem; margin-bottom: 3rem; }

.footerCoords { background: #f0f4f7 !important; border: none !important; color: #009fbc !important; }
.footerCoords .header, .footerCoords p { color: #009fbc !important; }

.ui.secondary.segment { background: #f0f4f7; }

.ui.styled.accordion .content { text-align: justify; }

.sequenceActionBtn, .crenelActionBtn { position: relative; top: -5px; }
.item.sequenceCtr { background: linear-gradient(0deg, #fff 70%, #f0f4f7 100%); }

.ui.table thead tr:first-child { position: sticky !important; top: 0; z-index: 9; }
.ui.table thead th a { color: rgba(0,0,0,.87); }

.ui.dropdown .ajax-form.active.selected { font-weight: normal !important; background: none !important; }
.ui.dropdown .ajax-form.active.selected:hover { background: rgba(0,0,0,.05) !important; color: rgba(0,0,0,.95) !important; }

/* Popup -----------------------------------------------------------------------------*/

#overlay { z-index: 999; position: fixed; width: 100%; height: 100%; background: rgba(255, 255, 255, .8); top: 0; left: 0; }
#pop { z-index: 9999; width: 600px; overflow: auto; transition: all .3s; max-width: 90%; max-height: 80%; padding: 50px; border-radius: 3px; background: #fff; position: fixed; box-shadow: 0 0 100px 0 rgba(0, 0, 0, .2); top: 10%; left: 50%; margin-left: -300px; }
#pop > #pop-content:after { content: ""; display: block; height: 50px; width: 100%; }
#pop #close { position: absolute; cursor: pointer; top: 10px; right: 10px; font-size: 40px; line-height: 40px; height: 40px; width: 40px; text-align: center; }

/* Datepicker -----------------------------------------------------------------------------*/

.ui-datepicker { background: #fff; z-index: 1001 !important; padding: 20px; border: 1px solid #e6e6e6; display: none; border-radius: 5px; margin-top: 5px; }
.ui-datepicker:after { position: absolute; z-index: 2; content: ''; top: -9px; left: 20px; border: medium none; background: #fff; width: 1.14285714em; height: 1.14285714em; border-style: solid; border-color: rgba(34,36,38,.15); border-width: 0 1px 1px 0; transform: rotate(225deg); }
.ui-datepicker table { margin: 0; border-collapse: collapse; }
.ui-datepicker-header { padding-bottom: 10px; font-size: 80%; }
.ui-datepicker-title { text-align: center; }
.ui-datepicker-prev { float: left; cursor: pointer; padding: 2px 10px; } .ui-datepicker-prev:hover { background: #eee; }
.ui-datepicker-next { float: right; cursor: pointer; padding: 2px 10px; } .ui-datepicker-next:hover { background: #eee; }
.ui-datepicker tbody td { padding: 2px; }
.ui-datepicker tbody td.ui-datepicker-today a { background: rgba(0,0,0,.15); }
.ui-datepicker tbody td a, .ui-datepicker tbody td .ui-state-default { color: #333; display: block; width: 25px; height: 25px; line-height: 25px; border-radius: 25px; background: rgba(0,0,0,.05); text-align: center; font-size: 12px; display: block; text-decoration: none; }
.ui-datepicker tbody td a { cursor: pointer; }
.ui-datepicker tbody td a:hover { color: #fff; background: #00b5ad; }
.ui-datepicker tbody td.ui-datepicker-current-day a { color: #fff; background: #00b5ad; }
.ui-datepicker tbody td span.ui-state-default { text-align: center; display: block; opacity: .5; }
.ui-datepicker tbody td.ui-datepicker-today .ui-state-default { font-weight: bold; }

/* Timepicker -----------------------------------------------------------------------------*/

.ui-timepicker.ui-widget { background: #fff; padding: 20px; border: 1px solid #e6e6e6; display: none; border-radius: 5px; margin-top: 5px; }
.ui-timepicker.ui-widget:after { position: absolute; z-index: 2; content: ''; top: -9px; left: 20px; border: medium none; background: #fff; width: 1.14285714em; height: 1.14285714em; border-style: solid; border-color: rgba(34,36,38,.15); border-width: 0 1px 1px 0; transform: rotate(225deg); }
.ui-timepicker table { border-collapse: collapse; }
.ui-timepicker .ui-timepicker-hour-cell, .ui-timepicker .ui-timepicker-minute-cell { border: 0; padding: 2px; }
.ui-timepicker .ui-timepicker-hour-cell a, .ui-timepicker .ui-timepicker-minute-cell a { color: #333; display: block; cursor: pointer; width: 25px; height: 25px; line-height: 25px; border-radius: 25px; background: rgba(0,0,0,.05); text-align: center; font-size: 12px; }
.ui-timepicker .ui-state-disabled, .ui-timepicker .ui-state-disabled { color: #999; display: block; cursor: pointer; width: 25px; height: 25px; line-height: 25px; border-radius: 25px; text-align: center; font-size: 12px; }
.ui-timepicker .ui-timepicker-hour-cell a:hover, .ui-timepicker .ui-timepicker-minute-cell a:hover { background: rgba(0,0,0,.1); transition: all .1s; }
.ui-timepicker .ui-widget-header { padding-bottom: 3px; font-size: .8rem; }
.ui-timepicker .ui-timepicker-hours, .ui-timepicker .ui-timepicker-minutes { padding: 0; }
.ui-timepicker .ui-timepicker-hours { padding-right: 15px; }
.ui-timepicker .ui-timepicker-hour-cell a.ui-state-active, .ui-timepicker .ui-timepicker-minute-cell a.ui-state-active { background: #00b5ad; color: #fff; }

/* Filter Dropdown ------------------------------------------------------------------------*/

.dropdown-filter-dropdown { position:relative; display:inline-block; }

.dropdown-filter-icon { margin-left: 8px; position: relative; top: 4px; border: 1px solid black; border-radius: 20px; height: 20px; width: 20px; display: inline-block; line-height: 20px; text-align: center; }
.dropdown-filter-icon:hover { cursor: pointer; background: #fff; }
.dropdown-filter-icon i { display: none; }
.dropdown-filter-icon:after { content:  "›"; display: block; position: absolute; top: 0; left: 0; left: 8px; font-size: 20px; transform: rotate(90deg); }

.checkbox-container { max-height: 400px; overflow-y: scroll; text-align: left; }

.dropdown-filter-content { display: none; position: absolute; background-color: #fff; min-width: 240px; box-shadow: 0 0 30px 0 rgba(0,0,0,0.1); z-index: 1; padding: 20px; border-radius: 20px; }
.dropdown-filter-content div + div { margin-top: 5px; }

.dropdown-filter-content div.dropdown-filter-search { margin-bottom:10px; margin-top:10px; }
.dropdown-filter-content div.dropdown-filter-search input { width: 100%; padding: 0 10px; border-radius: 20px; border: 1px solid #ddd; height: 30px; line-height: 30px; }

.dropdown-filter-content div.dropdown-filter-sort { border-radius: 20px; text-align: left; cursor: pointer; background-color: rgba(0, 0, 0, .1); }
.dropdown-filter-content div.dropdown-filter-sort:hover { background-color: rgba(0, 0, 0, .2); }
.dropdown-filter-content div.dropdown-filter-sort span { padding: 0 10px; height: 30px; line-height: 30px; color:#000; }

/* Repeaters -----------------------------------------------------------------------------*/

.repeater-rows { list-style: none; }

.sortTools { position: absolute; left: -32px; top: 0px; }
.sortTools .btnTool { display: block; margin-bottom: 7px; border-radius: 20px; padding: 3px; font-size: 100%; cursor: pointer; }
.sortTools .btnTool:hover { color: #000; }

/* Responsive -----------------------------------------------------------------------------*/

@media (max-width: 750px)
{
	#mainLogo { margin: -1rem 0 -3rem; ispl }
	#mainLogo img { max-width: 100%; max-height: none; width: 100%; }
	#mainLogo > a { width: 200px; margin: 0 auto; }
	/*Main logo background*/
	#mainLogo > a:before { display: none; }
	/*Main logo circle*/
	#mainLogo > a:after { display: none; }

	h1.charte { font-size: 35px; }
	#mainCtr .mainTitle { margin-top: 30px; }

	#homeButton { display: none; }

}