/* @override 
	https://dev.anticiper.ch/secondaire1/themes/contrib/bootstrap_st/css/style.css?* */


/* 
                                   
2019 Jakob Kouladjian-Seiler

( (
    ) )
  ........
  |      |]
  \      /
   \----/

*/
:root { /* Default color (green) */
/*  --etab-color: #35B16E;*/
	--max-width: 1280px;
}

/* mobile first */

.accueil {
	text-align: center;
}

.accueil .view-header h1 {
	font-size: 32px;
	text-transform: uppercase;
}

.accueil .view-header iframe {
	max-height: 40vh;
  overflow: hidden;
}
.accueil .view-content {
	padding: 10px;
	margin: 0 auto;
	max-width: var(--max-width);
	text-align: center;
}

.accueil .row-wrapper {
	text-align: left;
	flex: 1;
	background: #F0F0F0;
	margin: 0 0.5% 1%;
	overflow: auto;
	min-height: 115px;	
	float: left;
	width: 49%;
	padding: 8px;
}

.accueil .row-wrapper a strong {
	color: #009687;
}
.accueil .row-wrapper a:hover strong {
	color: initial;
}
.accueil .row-wrapper a:hover span {
	color: initial;
}



.accueil-ecole a {
	font-size: 13px;
}
.quick-search input {
	font-size: 24px;
}
	
@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.accueil .row-wrapper {
		width: 32%;
	}	
}

@media (min-width: 992px) {
	.accueil .row-wrapper {
		width: 23%;
	}	
}

@media (min-width: 1200px) {  }
@media (min-width: 1400px) {  }




/* 
                                   
Nicolas Levacher add css

*/


.mea{
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	border-left-width: 7px;
	border-left-style: solid;
	position: relative;
}

.mea span,
.mea a{
	display: block;
	padding: 62px 20px 24px;
	background: url('images/mea_bg/paper-2500942_640.jpg') no-repeat center bottom;
	background-size: cover;
}
.pull-left {
	float: left !important;
}

/* 
                                   
Nicolas Levacher end

*/


/*info pratiques*/

.ecole-infos .equipe h3 {
	margin-top: 30px;
}
.ecole-infos .equipe h3.nom-directeur {
	margin-top: inherit;
}
.infos-principales {
	display: flex;
	flex-direction: row;
}
.infos-principales .adresse,
.infos-principales .horaires {
	flex: 50%;
}


html body {
	font-family: source_sans_pro, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #555;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* @group STRUCTURE ///////// */


/* @group STRUCTURE */
body > div > .main-container {
	max-width: 100%;
}
.main-container {
	background: #f0f0f0;
	padding-bottom: 35px;
}

.max-width,
.alert,
.user-login-form {
	max-width: var(--max-width);
	margin-left: auto;
	margin-right: auto;
}

body.path-group .region-content {
  width: 100%;
  padding: 0;
}

.alert,
.tabs-primary,
.user-login-form {
	margin-top: 1em;
	margin-bottom: 1em;
}

.max-width-pad,
.region-footer,
.region-header,
.tabs-primary,
.path-frontpage h1,
.region-main-menu .view-content {
	max-width: var(--max-width);
	padding: 0 15px;
	margin: 0 auto;
	clear: both;
}

.half {
	width: 50%;
}
.third {
	width: 33.33%;
}
.quarter {
	width: 25%;
}

.verticalc {
	display: flex;
	justify-content: center;
	align-items: center;
}

.vpc {
	opacity: 1;
	transition: 1s linear;
}
.vpc.invisible {
	opacity: 0;
}

.shadow {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

/* @group FOOTER */


.footer {
	min-width: 100%;
	color: #FFF;
	margin-top: 0;
	border: 0 none;
	padding-bottom: 200px;
}

/* @end */

/* @group UI VARIOUS */

.edit-link {
	clear: both;
	margin: 10px 0;
	text-align: center;
}
.edit-link a {
	display: inline-block;
	background: #eee;
	padding: 0.2em 0.5em;
}

/* @end */

/* @end */

img {
	max-width: 100%;
	height: auto;
}
.clear,
.view-footer {
	clear: both;
}
.overflowh {
	overflow: hidden;
}
.overflowa {
	overflow: auto;
}
.relative {
	position: relative;
}
.shadow {
	box-shadow: 3px 3px 9px rgba(0,0,0,0.2);
}
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: 2s ease-in-out;
	transform: translateZ(0) scale(1);
}
.zoom:hover img {
	transform: translateZ(0) scale(1.15);
}

.bg-white {
	background: #FFF;
}
.bg-grey {
	background: #F0F0F0;
}
.color1 {
	color: var(--etab-color);
}
.color-white {
	color: #FFF;
}
.bg-color1 {
	background-color: var(--etab-color);
}
.bdr-color1 {
	border-color: var(--etab-color);
}

/* @group BLOCK //////// */

.pad-tb,
.region-content .block {
	padding-top: 3%;
	padding-bottom: 3%;
}
.nopad,
.region-content .nopad {
	padding-top: 0;
	padding-bottom: 0;
}
.block-system-main-block {
	padding-top: 0;
}

/* @end */

/* views */

.view-content {
	position: relative;
}

/* @group HEADER */

.top-bar {
	padding-top: 5px;
}

.top-bar a {
	float: none;
	display: inline;
	padding: 0;
}
.top-bar a:hover {
	text-decoration: none;
}
.top-bar .top-bar-first-line {
	margin-left: 5px;
}

.top-bar .top-bar-impressum {
	margin-right: 5px;
}

.impressum {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 300;
	font-family: arial, sans-serif;
	font-size: 11px;
}
.toolbar-fixed .impressum {
	top: 79px;
}


.container-fluid .page-header {
	border: 0 none;
}

/*.header,*/
body.Bandeau1 .header {
	background-image: url('images/etab-header01.jpg');
}
body.Bandeau2 .header {
	background-image: url('images/etab-header02.jpg');
}
body.Bandeau3 .header {
	background-image: url('images/etab-header03.jpg');
}
body.Bandeau4 .header {
	background-image: url('images/etab-header04.jpg');
}
body.Bandeau5 .header {
	background-image: url('images/etab-header05.jpg');
}
body.Bandeau6 .header {
	background-image: url('images/etab-header06.jpg');
}

#block-views-block-page-etab-block-bandeau-etab h1 {
	font-size: 55px;
    /* letter-spacing: .07em; */
    font-weight: 300;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 22px;
}
.path-frontpage .header {
	background: #fff;
}
.path-group .header,
.path-co .header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 20px;
	color: #777;
    width: 100%;
}




.region-header h2 {
	font-size: 16px;
	margin: 3px 0 8px;
	text-transform: none;
}
.region-header .padga {
	margin-right: 15px;
}



/* @end */

/* @group FOOTER */

body .footer {
	font-size: 14px;
	background: #FFF;
	margin: 0;
	padding: 2.5% 0 10%;
	color: #888;
	font-family: Arial, sans-serif;
}

.footer-logo {
    display: block;
    width: 128px;
    height: 100px;
    text-indent: -9999em;
    background: url(images/ge.svg) no-repeat center;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 30px;
}
.footer p {
	margin: 10px 0 0 0;
}
.footer .nav > li a {
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid #999;
    background: #333;
    font-size: 16px;
    line-height: 22px;
}
.footer .nav > li a:hover {
	color: #b2b2b2;
}

.footer .nav>li a:before {
    content: '➤';
    margin-right: 10px;
    font-size: 7px;
    color: #333;
    background: #FFF;
    border-radius: 16px;
    padding: 2px 2px 2px 3px;
    line-height: 1;
    position: relative;
    top: -3px;
}
.footer .nav > li:hover a:before {
	background: #b2b2b2;
}

/* @end */

/* @group UI VARIOUS */

.alert {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10%;
	margin-right: 10%;
}
.alert-dismissable .close,
.alert-dismissible .close {
	right: 0;
}

.nav-tabs {
	margin-top: 10px;
	margin-bottom: 0;
}

.edit-link {
	clear: both;
	margin: 10px 0;
	text-align: center;
}
.edit-link a {
	display: inline-block;
	background: #eee;
	padding: 0.2em 0.5em;
}

#user-login > div {
	padding: 20px 15px;
}

ul.pager {
	clear: both;
}
ul.pager a {
	text-decoration: none;
}
.pager-current {
	margin: 0 15px;
}

/* @end */

/* @end */


/* @group TYPOGRAPHY */

.font1 {
	font-family: source_sans_pro, sans-serif;
}
.font2 {
	font-family: source_sans_pro, sans-serif
	font-weight: 300;
}
.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.uppercase {
	text-transform: uppercase;
}
.legende {
	font-size: 14px;
	line-height: 1;
	color: #999;
}
.txtpad {
	padding: 1px 15px 25px;
}


h2 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: 0 0 15px;
}
.view-header h2 {
	padding-left: 15px;
	padding-right: 15px;
}
h3 {
	font-weight: bold;
	font-size: 20px;
	margin: 6px 0;
	letter-spacing: 0.01em;
}

h4 {

	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 1.5em 0 0.5em;
}
h5 {
	font-size: 15px;
	color: #555;
	margin-bottom: 5px;
}

p {
	margin: 0 0 12px;
}
hr {
	border-color: #888;
}
a {
	color: var(--etab-color);
	text-decoration: none;
}
a:focus {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
	outline: 0 none;
}

blockquote {
	font-size: inherit;
	color: #222;
	padding: 5px 10px 10px 15px;
}
.taxonomy-term--type-menu blockquote.bdr-color1 {
  border-left: 5px solid var(--etab-color);
}


.more {
	/*background: #555;*/
	margin: 10px 0;
	display: inline-block;
	transition: 0.5s;
	border-radius: 3px;
	color: #fff;
}
.more:hover {
	opacity: 0.8;
}
.more a,
.panel .more a {
	display: block;
	color: #FFF;
	text-align: center;
	line-height: 1;
	padding: 4px 9px 6px;
	font-weight: bold;
	text-decoration: none;
}



/* @end */


/* @group NAV ////////// */


.highlighted {
/*	position: -webkit-sticky;
	position: sticky;*/
	top: 19px;
	z-index: 250;
}
.toolbar-fixed .highlighted {
	top: 97px;
}


.toolbar-fixed .cont-auth {
	background-color: #eee;
}


/* @group FRONT ///////// */

#views-exposed-form-list-etab-page-1 {
  display: none;
}

.path-frontpage .main-container {
	background-color: #fff;
}

.path-frontpage #page-header {
	padding: 0;
	background: transparent;
}
.path-frontpage h1 {
	position: static;
	height: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 24px;
}
.path-frontpage iframe {
	border: 0 none;
	display: block;
}

.ens-spe .row-wrapper a {
	min-height: 90px;
}
/*.accueil .item-list a:hover {
	color: rgba(255, 255, 255, 0.3);
}*/


.quick-search {
	max-width: 600px;
	margin: 15px auto 0;
	text-align: center;
}
.quick-search input {
	color: #FFF;
	border: 0 none;
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 2em;
	height: 55px;
	line-height: 50px;
	padding: 0em 0.6em 0;
	margin: 0;
	
	background-image: url('images/loupe.png');
	background-position: 98% -10px;
	background-repeat: no-repeat;
	background-size: auto 150%;
}
#livefilter-input{
	background-color: #009687;
}
.quick-search input::placeholder {
	color: #EEE;
}
.quick-search input:focus {
	outline: 0 none;
	border: 0 none;
}
/*
@media (max-width: 1240px) {
	.accueil .item-list {
		width: 31.33%;
	}
}
@media (max-width: 660px) {
	.accueil .view-content {
		padding: 10px;
		margin: 0;
	}
	.accueil .item-list {
		width: 48%;
		min-height: 0;
		padding: 8px;
	}
	.accueil-ecole a {
		font-size: 13px;
	}
	.quick-search input {
		font-size: 24px;
	}
}

/* @end */

/* @group ETABLISSEMENT ////////// */

#block-views-info-etabs-contenu-block-1 {
	padding-bottom: 0;
}

h1.etab-title {
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0;
}

.etab-dir .photo {
	margin-bottom: 0;
	margin-right: 15px;
	max-width: 200px;
}
.ens-spe .etab-dir .photo {
	max-width: 100px;
}
.etab-dir .txt {
	max-width: 400px;
	margin-right: 15px;
}
.etab-dir .photo {
	border-bottom-width: 10px;
	border-bottom-style: solid;
}
.etab-dir .photo img {
	width: 100%;
}
.etab-dir h4 {
	margin: 10px 0 0;
}


.bloc-contenu {
	padding: 20px 0;
	margin-bottom: 20px;
}

.bi-clock .office-hours{
	margin-left: 0;
	margin-top: 15px;
}

.office-hours {
	margin: 1em 0;
}
.office-hours .office-hours__item {
	margin-bottom: .5em;
	border-style: none;
	border-color: transparent;
	border-width: 0;
}
.office-hours__item-label{
	font-weight: normal;
	text-transform: lowercase;
}

.view-tpg {
	margin-bottom: 1em;
}

.oh-display {
	line-height: 1.3;
}
.oh-display-label {
	width: 5em !important;
}

.ec-header {
	max-width: 600px;
	margin-top: 30px;
	background: rgba(255, 255, 255, .95);
	padding: 8px 15px;
	line-height: 1;
}
.ec-header h1 {
	margin-bottom: 10px;
}

.ec-header .tel-mail {
	display: flex;
	flex-direction: row;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.ec-header .tel-mail{
		display: initial;
	}
}

.ec-header .tel-mail .group--type-contenu-etablissement .bi-envelope + a{
	margin-left: -5px;
}

.ecole-infos .photo {
	margin-bottom: 15px;
}

.etab-secretariat{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.npa {
	margin-left: 25px;
	margin-top: 5px;
	bottom-top: 25px;
}
.padga{
	margin-bottom: 5px;
	padding-left: 25px;
	position: relative;
	line-height: 1.3em;
}

.padga,
.tel,
.email {
	margin-bottom: 10px;
	position: relative;
	line-height: 1;
}

.plan-itineraire {
	margin-top: 5px;
}

.direction{
	background-color: #fff;
	padding: 20px;
}
.etab-dir {
	margin-right: 20px;
}
.etab-dir h4 {
  color: #FFF;
  text-transform: none;
  border: 0 none;
}
.view-_-2020-page-etab::after{
	clear: both;
}
/*.padga .glyphicon,
.tel .glyphicon,
.email .glyphicon {
	position: absolute;
	left: 2px;
	top: 2px;
}*/

.dir,
.sec {
	margin: 10px 0 6px;
}

.rep {
	margin-top: 6px;
}
.ecusson {
/*	display: block;
	float: left;*/
	width: 40px;
	text-align: center;
	display: inline-block;
	/*margin: 10px 10px 30px 0;*/
}



.urgence {
	background: red;
	color: white;
	font-size: 2em;
	padding: 1em;
	margin-bottom: 20px;
	border-radius: 10px;
}
.urgence::before {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	content: "\e086";
	float: left;
	margin-right: 1em;
}

/* paragraphs */

.ecole-para .views-row {
	padding: 3vw 0;
}

.ecole-para .odd {
	background-color: #fff;
}

.paragraph {
	clear: both;
	padding: 1em 0;
	/*overflow: auto;*/
}

.paragraph--type--bloc-texte .field--name-field-titre {
	font-size: 24px;
	float: left;
	width: 290px;
	text-align: right;
}
.paragraph--type--bloc-texte .field--name-field-corps {
	float: left;
	max-width: 600px;
	padding: 8px 15px;
}
/* @end */


/* @group TABS & SOUS-PAGES ///////// */

.panel-group .panel,
.panel-group .panel:last-child {
	margin-bottom: 25px;
	border-radius: 0;
	border: 0 none;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.09);
}
.page-ecole .panel-group .panel:last-child {
	margin-bottom: 0;
}
.bg-grey .panel-group .panel {
	box-shadow: 0 0 0 #444;
}
.panel-default .panel-heading {
	background: #FFF;
	border-radius: 0;
}
.panel-title {
	font-size: 26px;
	font-weight: 400;
	border-bottom: 2px solid #EEE;
	padding: 0px;
}
.panel-title:hover {
	border-bottom-color: #CCC;
}
.panel-heading a {
	display: block;
	padding: 8px 35px 5px 15px;
	line-height: 1;
	position: relative;
}
.panel-heading a .glyphicon {
	font-size: 20px;
}
.panel-heading a .glyphicon-chevron-down {
	position: absolute;
	right: 10px;
	top: 9px;
}

.panel-body {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.full-width .panel-body {
	max-width: none;
	position: relative;
}


.panel-body a {
	text-decoration: underline;
}

.panel ul {
	padding-left: 25px;
	margin: 15px 0;
	/*border-left: 1px solid #CCC;*/
}
.panel li {
	margin-bottom: 10px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	/*border-top: 1px solid #333;*/
	/*border-bottom: 1px solid #333;*/
	border: 0;
	padding-top: 5px;
	padding-bottom: 25px;
}

.collapsed .glyphicon-chevron-down:before {
	content: "\e079";
}


.panel h3 {
	margin-top: 2em;
}
.panel h4 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #AAA;
}
/* @end */

/* @group ACTUALITES ////////////// */

.actualites .field--name-node-title h2 {
	text-transform: initial;
}


.actu {
	margin-top: 10px;
	min-height: 275px;
}

.actu .date,
.field--type-datetime {
	/*margin-top: 21px;*/
	/*font-weight: bold;*/
	color: #777;
	font-size: 0.9em;
}
.actu .barre {
	position: absolute;
	right: -7px;
	top: 21px;
	width: 30px;
	height: 55px;
}
.actu .photo {
	margin-bottom: 50px;
}

.actu h3 {
	margin-top: 8px;
	margin-bottom: 3px;
}
.actu h3 a {
	text-decoration: none;
}
.actu-archives .row-wrapper {
	margin-right: -15px;
	margin-left: -15px;
}

.actu-full .field--name-node-title{
	color: #444;
}

.actu-full .pubdate {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
}
.actu-full .pubdate span{
  margin-right: 5px;
  color: #888;
}
.actu-full .actu-corps{
	margin-top: 15px;
}

/* @end */

/* @group AGENDA //////////////// */

.agenda.agenda-full > .view-content {
	flex-wrap: wrap;
	justify-content:  flex-start;
}

.agenda-full .row-wrapper {
	/*clear: both;*/
	min-width: 220px;
}
.semaine-ab {
	margin-right: 15px;
}
.view-semaine-a-b a {
	border: 2px solid var(--etab-color);
	border-radius: 3px;
	padding: 5px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .2em;
	font-weight: bold;
}
.agenda > .view-content {
	clear: both;
	padding: 0 15px;
	/*  scrollbar-width: thin;
  		scrollbar-color: var(--etab-color);
  */
	clear: both;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	flex-wrap: wrap;
}
/*
.temps {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 105px;
	height: 4px;
	overflow: hidden;
	text-indent: -1000px;
	background-color: var(--etab-color);
}*/

 .agenda > .view-content::before {
	content: ' ';
	position: absolute;
	left: 15px;
	right: 15px;
	top: 55px;
	height: 4px;
	overflow: hidden;
	text-indent: -1000px;
	background-color: var(--etab-color);
}
.agenda.agenda-full > .view-content::before{
		content: none;
}

.view-semaine-a-b {
	position: relative;
	top: -50px;
}

.event {
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 130px;
	min-width: 210px;
	position: relative;
}
.date-bloc {
	background: #FFF;
	text-align: center;
	float: left;
	margin: 0 3px 0 0;
}
.agenda-full .date-bloc {
	background: #eee;
}
.date-bloc-debut {
	border-left: 0;
}
.date-bloc-fin {
	border-right: 0;
}
.date-to {
	float: left;
	margin-right: 3px;
	padding-top: 13px;
	color: #BBB;
}
.date-bloc .jour {
	font-size: 36px;
	line-height: 1;
	padding: 0 4px 0px;
}
.date-bloc .moisan {
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	padding: 3px 4px 4px;
}
.event h3 {
	clear: both;
	margin: 0 0 10px 10px;
	padding: 8px 0 0 4px;
	font-size: 16px;
	border-left-width: 4px;
	border-left-style: solid;
}
.event h3 a {
	text-decoration: none;
}
.agenda .group-title {
    clear: both;
    min-width: 100%;
}
.agenda h3 {
	clear: both;
	min-width: 100%;
}

/* @end */

/* @group WEBFORM ////////// */

.node-webform {
	padding: 30px 0;
}
.control-label .form-radio {
	margin-right: 5px;
}
.tooltip .tooltip-inner {
	background: #FFF;
	color: #555;
	box-shadow: 0px 4px 15px #BBB;
}

/* @end */
.souspage {
  background-color: #fff;
  padding-top: 1%;
}
.souspage .view-content {
  background-color: #ffffff;
  padding: 15px 15px;
}


@media screen and (max-width: 991px) {
	.paragraph--type--semainier .agenda > .view-content::before {
		content: none;
	}

	.souspage {
		padding-left: 0;
		padding-right: 0;
	}
	.path-group .header,
	.path-co .header {
		padding-top: 140px;
	}
	
	.etab-dir .portrait {
		float: left;
		min-width: 260px;
	}
	.etab-dir .txt {
		float: left;
	}
	
	/* parag ----------- */
	.paragraph--type--bloc-texte .field--name-field-titre {
		text-align: left;
		float: none;
		margin-bottom: .4em;
	}
	.paragraph--type--bloc-texte .field--name-field-corps {
		float: none;
		
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 15px;
	}
	.edu_ge_header {
		font-size: 8px;
		padding: 2px;
	}
	.highlighted {
		top: 16px;
	}
	
	#page-header {
		padding-top: 100px;
		background-size: auto 150%;
		background-position: center bottom;
	}
	body .footer {
		font-size: 12px;
	}
	
	h1,
	.page-header {
		font-size: 30px;
		margin-bottom: 6px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 17px;
	}
	h4 {
		font-size: 16px;
	}
	#page-header h1 {
		margin-bottom: 12px;
	}
	#page-header h2 {
		font-size: 14px;
	}
	.panel-group .panel {
		margin-bottom: 15px;
	}
	.panel-title {
		font-size: 19px;
	}
	.panel-heading a .glyphicon {
		font-size: 16px;
	}
	
	.pad-tb,
	.region-content .block {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.nopad,
	.region-content .nopad {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	
	/* actu --------- */
	.actu {
		margin-bottom: 30px;
	}
	.actu .barre {
		right: auto;
		left: 15px;
		top: auto;
		bottom: -20px;
	}
	.actu .date {
		margin-top: 0;
	}
	.actu .photo {
		margin-bottom: 23px;
		max-width: 400px;
	}
	.actu h3 {
		margin-top: 2px;
	}
	
	.event {
		min-height: 0;
		margin-bottom: 20px;
	}
	
	.view-footer .more {
		display: block;
	}
	


	.agenda .view-content {
		flex-direction: column;
	}
	.agenda > .view-content::before{
			content: none;
	}
}


/* @group BS OVERRIDE */

.p0 {
	padding-left: 0;
	padding-right: 0;
}

h4.modal-title {
	color: #333;
	font-size: 1.2em;
}
.modal-body {
	overflow: auto !important;
	padding-bottom: 2em;
}

/* navbar --- */

.navbar.container-fluid {
	background: #FFF;
	border: 0 none;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 0;
}
body.navbar-is-fixed-top,
body.admin-menu.navbar-is-fixed-top {
	padding-top: 0;
	margin-top: 0;
}

.navbar-default .navbar-toggle {
	border-radius: 0;
	border-color: #666;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #444;
}


/* btn --- */
.btn {
	background: #666;
	color: #fff;
	border-color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 3px;
	font-weight: bold;
	padding: 3px 5px;
	border-width: 0;
}
.btn:hover {
	background: #333;
	color: #fff;
}

/* form --- */
.form-group {
	margin-bottom: 0;
}
.form-item {
	max-width: 500px;
}
.form-item .form-control {
	border-radius: 0;
}
.form-control:focus {
	border-color: #AAA;
	box-shadow: inset 0 1px 1px rgba(33, 33, 33, .3), 0 0 8px rgba(33, 33, 33, .2);
}


/* accroche école */
.autre-ecole{
	position: relative;
}
.autre-ecole .synosec {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-radius: 0 0 0 20px;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  padding: 5px 10px 9px 15px;
  cursor: default;
}
.autre-ecole .synosec.sec-,
.autre-ecole .synosec.sec-0{ /*hide secretariat=0*/
	display: none;
}

/* misc --- */
.maintenance-page {
	color: #fff;
	text-align: center;
	padding: 10% 0;
}
/* @end */


.view-autres-ecole header,
.view-autres-ecole footer{
  min-width: 100%;
}
.view-autres-ecole .row-wrapper{
  max-width: calc(33% - 1.5rem);
}

@media (max-width: 660px) {
	.view-autres-ecole .row-wrapper{
	  max-width: calc(50% - 1.5rem);
	}
}

@media screen and (max-width: 767px) {
	h2 {
	  font-size: 16px;
	}
	.agenda {
		padding:0px;
	}

	.accueil .item-list {
	  width: 100%;
	  min-height: 0;
	  padding: 8px;
	}
	.accueil .view-content {
	  overflow: hidden;
	  padding: 25px 10px;
	  display: block;
	  max-width: 100%;
	}
	.actu .barre {
	  right: auto;
	  left: 15px;
	  top: auto;
	  bottom: 3px;
	}
	.paragraph--type--semainier .agenda > .view-content::before {
	  display: none;
	}
	.view-semaine-a-b {
	  position: relative;
	  top: -39px;
	}
	.path-group .header, .path-co .header {
	  padding-top: 40px;
	}

}


/* contact form */
#contact-message-formulaire-de-contact-form {
	padding: 0 20px;
}
#contact-message-formulaire-de-contact-form  #edit-name,
#contact-message-formulaire-de-contact-form  #edit-mail {
	font-weight: bold;
}
#contact-message-formulaire-de-contact-form  #edit-name label,
#contact-message-formulaire-de-contact-form  #edit-mail label {
	font-weight: initial;
}



/* Home page accordeon (not paragraphs) */
.group-bs-accordeon .accordion-item {
	margin-top: 0;
}
.group-bs-accordeon .accordion-button{
	font-size: 24px;
	cursor: pointer;
}

.nav-ecole {
  float:left;
}


/* change la dropdown "group operations" en bouttons*/
/* group-operations */
#block-bootstrap-st-groupoperations {
  margin: 5px auto;
  display: flex;
}
#block-bootstrap-st-groupoperations .dropbutton-widget {
  padding-right: 0;
}
#block-bootstrap-st-groupoperations ul.dropbutton li {
  display: inline-block;
}
#block-bootstrap-st-groupoperations ul.dropbutton li:not(:last-child) {
  border-right: solid 1px var(--etab-color);
}
#block-bootstrap-st-groupoperations ul.dropbutton li.dropbutton-toggle {
  display: none;
}

#block-bootstrap-st-local-actions{
	display:  none; /*pas de boutton Ajouter un contenu existant / Ajouter un nouveau contenu */
}


/* sur la page group/[gid]/nodes 
	les 2 bouttons 'Add existing content' et  'Ajouter un nouveau contenu' 
	ne sont pas nécessaire car on a les boutton "group operation" (ajouter Actualité, ajouter Agenda)
	en + ils sont pas beau et contrintuitif, donc on les cache */

#block-bootstrap5-st-local-actions{
	display:  none;
}



/* eu-cookie-compliance */
.popup-content {
    padding: 22px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19.17808px;
}
.popup-content.eu-cookie-compliance-content #popup-text {
    margin-top: 0;
}
.popup-content.eu-cookie-compliance-content #popup-text > p {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19.17808px;
}
.popup-content.eu-cookie-compliance-content #popup-buttons {
    margin: 0;
}
.popup-content.eu-cookie-compliance-content button {
    margin-top: 5px;
}
.popup-content.eu-cookie-compliance-content button.find-more-button {
    font-weight: 600;
    color: #337ab7;
}
.popup-content.eu-cookie-compliance-content button.agree-button {
    background-color: #337AB7;
    border-color: #337AB7;
    color: #fff;
    background-image: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: 400;
    border-radius: 0;
}
.popup-content.eu-cookie-compliance-content button.agree-button:hover {
    border-color: #085A8E;
    color: #fff;
    background-color: #085A8E;
}
.popup-content.eu-cookie-compliance-content button.agree-button:focus,
.popup-content.eu-cookie-compliance-content button.agree-button:not(.disabled).active {
    border-color: #6DA6CB !important;
    color: #fff !important;
    background-color: #6DA6CB !important;
}
.popup-content.eu-cookie-compliance-content button.decline-button {
    display: none !important;
}


/* external link */
svg.ext {
	overflow: visible;
	width:20px;
	height: 8px;
	vertical-align: text-top;
	margin-left: 5px;
}
#block-views-block-taxo-menu-full-menu svg.ext {
	vertical-align: top;
}

/* old injection 
.etab-dir .photo img {
    margin: 0 auto;
    width:auto;
    border:none;
}
.etab-dir .photo{
    margin: 0 auto;
    width:auto;
    border:none;
}
.panel .etab-dir h4 {
    color: #FFF;
    margin: 15px 0 0;
    text-transform: none;
    border: 0 none;
    padding: 0;
}



/////////
.infos-importante{
	text-transform: uppercase;
	border-top: 2px dashed;
	border-bottom: 2px dashed;
	margin-bottom: 15px;
	padding: 10px;
	border-color: #9897A1;
	text-align: center;
	font-size: x-large;
	background-color: #DCDCDC;
	font-weight: 700;
}

.infos-importante p {
	margin: 0px;
}

*/


/* Admin toolbar */
  /* Aide site EP */
  .adminimal-admin-toolbar .toolbar-icon-menu-link-content51aa9ab8-b0f6-417b-9d01-a4721ad38fb0::before {
       background-image: url(../../../../../modules/contrib/adminimal_admin_toolbar/images/acacac/questionmark-disc.svg);
  }


.pagination {
  --bs-pagination-color: var(--etab-color);
  --bs-pagination-hover-color: var(--etab-color);
  --bs-pagination-active-bg:  var(--etab-color);
  --bs-pagination-active-border-color:var(--etab-color);
}

/* Il arrive que le boutton "quick edit" (crayon rond) passe par dessus un élément cliquable
 	ex: barre de menu */
.row > *.contextual {
	width: initial;
	max-width: initial;
}


.node--type-actualites.node--view-mode-teaser {
	margin-bottom: 30px;
}


.temps.bg-color1,
.viewsreference--view-title {
	display: none;
}

.paragraph--type-format-full .view-header h2{
	font-size: 2.5rem;	
	padding-left: 0;
}



.agenda .view-content {
    clear: both;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .agenda .view-content {
        clear:both;
        padding: 0 15px;
        flex-direction: column;
    }
}

.agenda .view-content {
    overflow-x: initial !important;
    scrollbar-width: initial !important;
    scrollbar-color: initial !important;
}

body:not(.role-administrator) .alert-error{
	display:none;
}

/* 404  */
.button-home {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    display: block;
    background: #33afe2;
    margin-top: 20px;
    border: solid thin;
    border-radius: 5px;
    color: #ffff;
    border-color: #185873;
    padding: 2px;
}

.content-404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top:40px;
}
	
.content-404 svg {
	max-width: 75% !important;
}
.content-403 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top:40px;
}
	
.content-403 svg {
	max-width: 75% !important;
}