:root{
    --color-accent: #008dc9;
    --font-family-regular: 'source_sans_proregular';
	--font-family-bold: 'source_sans_prosemibold';
	--color-one:#008dc9;
	--color-one-fonce: #1e7499;
	--color-one-clair: #cce8f4;
}

.reloadListe {
	position: absolute;
	margin-left: 19px;
	margin-top: 5px;
	cursor: pointer;
	width:20px;
  	height:20px;
  	background-image: url("../Images/reload.svg");
  	background-repeat: no-repeat;
  	background-size: cover;
  	filter: invert(40%) sepia(38%) saturate(6912%) hue-rotate(175deg) brightness(97%) contrast(101%);
}
.reloadListe.load {
	width:16px;
  	height:16px;
	border:2px solid var(--color-one);
  	border-top:2px solid #d8f2fb;
  	border-radius: 50%;
	pointer-events: none;
	background: none;
	filter: none;
  	transition-property: transform;
  	animation-name: rotate; 
  	animation-duration: 2s; 
  	animation-iteration-count: infinite;
  	animation-timing-function: linear;
}
@keyframes rotate {
    from {transform: rotate(360deg);}
    to {
    	transform: rotate(0deg);
    }
}

.site {
	position: relative;
}
#bandeauVersion2 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	background-color: #ff5b5b;
	width: calc(100% - 75px);
	padding-left: 25px;
	padding-right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-family-regular);
	z-index: 1000000;
}
#texteBandeauVersion2 {
	font-family: Verdana;
	color: white;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}
#texteBandeauVersion2 a {
	color: white;
	transition: all 0.4s ease;
}
#iconeFermetureBandeau2 {
  	background-image: url('../images/croixFermetureBandeau.png');
  	background-size: cover;
  	background-position: center center;
  	width: 20px;
 	height: 20px;
  	position: absolute;
  	right: 25px;
  	cursor: pointer;
}

.blocreunion .nbreAtv {
	background-image: url('../images/ACTI_BLUE29.png');
}
.validationMessage {
	font-family: 'source_sans_proregular';
}
.validationMessage.rouge {
	color: #F99496;
}
.blocnews td.titre .titre {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.listeordredujour .spanplus, .listelibrary .spanplus, .listegroupes .spanplus, .atvSpanPlus {
    background: white url(../images/plusnoir.png) no-repeat;
}
.listeordredujour .spanmoins, .listelibrary .spanmoins, .listegroupes .spanmoins, .atvSpanMoins {
    background: white url(../images/moinsnoir.png) no-repeat;
}

.tableform input.typenum {
    max-width: calc(378px) !important;
}
.colonnegauche #byorganica, .activitePublic #byorganica {
	background-image: url('../images/byorganica.png');
	background-color: #00587d;
}

.loader {
	background-image: url('../Images/loading.gif');
}
span.invalide, span.required, span.requiredif, span.requiredcheck, span.requiredradio, span.requiredone {background-image: url("../Images/invalid.png");}

.listeordredujour ul li{
	/*background-image: url('../images/MENU_CARRE2.png');*/
}
.listelibrary ul li{
	background-image: url('../images/DOSSIER.png');
}
.listegroupes ul li{
	background-image: url('../images/GROUP.png');
}
.listelibrary ul ul li {
	background-image: url('../images/DOSSIER.png');
}
.listegroupes ul ul li {
	background-image: url('../images/GROUP.png');
}
.listeordredujour ul ul li{
	/*background-image: url('../images/MENU_CARRE2.png');*/
}
.listeordredujour .spanplus,.listelibrary .spanplus,.listegroupes .spanplus {
	background:white url('../images/plusnoir.png') no-repeat;
}
.listeordredujour .spanmoins,.listelibrary .spanmoins,.listegroupes .spanmoins {
	background:white url('../images/moinsnoir.png') no-repeat;
}
.tableau .recherche input {
	background:white url('../images/SEARCH_SMALL.png') no-repeat;
}
.tableau tr th input.searchItem {
	background: white url('../images/SEARCH_SMALL.png') no-repeat;
}


.TexteSection {
	font-size:17px;
	line-height: 28px;
}
.TexteSection p img, .descriptionnews p img {
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.TexteSection li, .descriptionnews li {
	margin-bottom: 10px;
}
.TexteSection ul, .descriptionnews ul {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top:0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.TexteSection h1, .descriptionnews h1 {
 	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 35px;
	line-height: 45px;
}
.TexteSection h2, .descriptionnews h2 {
 	margin-top: 45px;
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 38px;
}
.TexteSection h3, .descriptionnews h3 {
 	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 21px;
	line-height: 31px;
}
.TexteSection a,.descriptionnews a,.texteDetail a{
	color:var(--color-accent);
	text-decoration:none;
}
.descriptionnews a:hover {
	text-decoration:underline;
}
.blocaccordeon .TitrePageMoyen {
	background-color: #EAEAE5;
}
.blocnews.sansdate td.date {
	display:none;
}
.blocreunion td.date .annee, .blocnews td.date .annee {
	color:var(--color-one);
}
.blocreunion td.titre .titre, .blocnews td.titre .titre {
	font-size:23px;
}
.blocreunion td.titre .date {
	background:url('../images/EVENT_DATE.png') no-repeat;
	background-position:0px 0px;
}
.blocreunion td.titre .place {
	background:url('../images/EVENT_PLACE.png') no-repeat;
	background-position:0px 0px;
}
.blocreunion td.titre .groupe, .blocnews td.titre .groupe {
	background:url('../images/EVENT_GROUP.png') no-repeat;
	background-position:0px 0px;
}
.blocreunion td.titre .inscription {
	background:url('../images/EDIT.png') no-repeat;
	background-position:0px 0px;
}
body {
	background-image:url('../images/background6.jpg');
}
.colonnedroite .entete h1 {
	background:url('../images/PREVIOUS.png') no-repeat;
}
.colonnegauche a.logo, .colonnedroite div.logo {
 	background:url('../images/LOGO.png') no-repeat;
	background-size: 213px 56px;
	background-position: 18px 18px;
}
.colonnedroite div.logo {
	background-position: center;
	background-size: 190px auto;
}
.menu .Leftmenu4 {
	background-image: url('../images/tiret.jpg');
}
.menu .menu1.gris a {
	color: lightgrey;
}
.menu .menu1.library .Leftmenu1{background-image:url('../images/LIBRARY_WHITE.png');}
.menu .menu1.myExtranet .Leftmenu1{background-image:url('../images/myExtranet_WHITE.png');}
.menu .menu1.News .Leftmenu1{background-image:url('../images/NEWS_WHITE.png');}
.menu .menu1.directory .Leftmenu1{background-image:url('../images/REL_WHITE.png');}
.menu .menu1.groups .Leftmenu1{background-image:url('../images/GROUPS_WHITE.png');}
.menu .menu1.events .Leftmenu1{background-image:url('../images/ACTI_WHITE.png');}
.menu .menu1.meetings .Leftmenu1{background-image:url('../images/MEETINGS_WHITE.png');}
.menu .menu1.surveys .Leftmenu1{background-image:url('../images/SURVEYS_WHITE.png');}
.menu .menu1.jobs .Leftmenu1{background-image:url('../images/JOBS_WHITE.png');}
.menu .menu1.intro .Leftmenu1{background-image:url('../images/INTRO_WHITE.png');}
.menu .menu1.engrenages .Leftmenu1{background-image:url('../images/ENGRENAGE_WHITE.png');}
.menu .menu1.garde .Leftmenu1{background-image:url('../images/GARDE_WHITE2.png');}
.menu .menu1.cercle .Leftmenu1{background-image:url('../images/CERCLE_WHITE.png');}
.menu .menu1.association .Leftmenu1{background-image:url('../images/ASSOC_WHITE.png');}
.menu .menu1.home .Leftmenu1{background-image:url('../images/HOME_WHITE2.png');}
.menu .menu1.covid .Leftmenu1{background-image:url('../images/covid19_WHITE.png');background-position: left 14px;}
.menu .menu1.hopital .Leftmenu1{background-image:url('../images/hopital_WHITE.png');}
.menu .menu1.notifs .Leftmenu1{background-image:url('../images/NOTIFS_WHITE.png');}



.menu .menu1.library.active .Leftmenu1{background-image:url('../images/LIBRARY_BLUE.png');}
.menu .menu1.myExtranet.active .Leftmenu1{background-image:url('../images/myExtranet_BLUE.png');}
.menu .menu1.News.active .Leftmenu1{background-image:url('../images/NEWS_BLUE.png');}
.menu .menu1.directory.active .Leftmenu1{background-image:url('../images/REL_BLUE.png');}
.menu .menu1.groups.active .Leftmenu1{background-image:url('../images/GROUPS_BLUE.png');}
.menu .menu1.events.active .Leftmenu1{background-image:url('../images/ACTI_BLUE.png');}
.menu .menu1.meetings.active .Leftmenu1{background-image:url('../images/MEETINGS_BLUE.png');}
.menu .menu1.surveys.active .Leftmenu1{background-image:url('../images/SURVEYS_BLUE.png');}
.menu .menu1.jobs.active .Leftmenu1{background-image:url('../images/JOBS_BLUE.png');}
.menu .menu1.intro.active .Leftmenu1{background-image:url('../images/INTRO_BLUE.png');}
.menu .menu1.engrenages.active .Leftmenu1{background-image:url('../images/ENGRENAGE_BLUE.png');}
.menu .menu1.garde.active .Leftmenu1{background-image:url('../images/GARDE_BLUE2.png');}
.menu .menu1.cercle.active .Leftmenu1{background-image:url('../images/CERCLE_BLUE.png');}
.menu .menu1.association.active .Leftmenu1{background-image:url('../images/ASSOC_BLUE.png');}
.menu .menu1.home.active .Leftmenu1{background-image:url('../images/HOME_BLUE2.png');}
.menu .menu1.covid.active .Leftmenu1{background-image:url('../images/covid19_BLUE.png');}
.menu .menu1.hopital.active .Leftmenu1{background-image:url('../images/hopital_BLUE.png');}
.menu .menu1.notifs.active .Leftmenu1{background-image:url('../images/NOTIFS_BLUE.png');}

.menu.alternate .menu1.faq .Leftmenu1 {
	background-size: 28px;
	background-position: 0px;
}
.menu .menu1.faq.active .Leftmenu1 {
	background-image: url('https://cdn.organica.technology/EXTRANET/images/quiz_blue.svg');
}
.menu.alternate .menu1.association .Leftmenu1,
.menu.alternate .menu1.home .Leftmenu1 {
	background-size: 40px;
	background-position-x: -5px;
}
.menu .menu1.garde .Leftmenu1 {
	background-position-y: 16px;
	background-position-x: 3px;
	background-size: 24px;
}
.menu .menu1.cercle .Leftmenu1 {
	background-position-y: 17px;
	background-position-x: 2px;
	background-size: 28px;
}
.menu.alternate .menu1.association .Leftmenu1 {
	background-position-y: 8px;
}
.menu.alternate .menu1.home .Leftmenu1 {
	background-size: 30px;
	background-position-x: 0px;
	background-position-y: 13px;
}
.menu .Leftmenu2 {background-image:url('../images/MENU_CARRE.png');}
.menu .menu2.active .Leftmenu2 {background-image:url('../images/MENU_CARRE_active.png');color:#002e60;}
.menu .moinsmenu1 {background-image:url('../images/MENU-MOINS-GRAND.png');}
.menu .plusmenu1 {background-image:url('../images/MENU-PLUS-GRAND.png');}
.menu .moinsmenu2 {background-image:url('../images/MENU_MOINS_PETIT.png');}
.menu .plusmenu2 {background-image:url('../images/MENU-PLUS-PETIT.png');}

.bandeau {
	height: calc(66%);
	position: absolute;
	bottom: 0px;
	background-image: -moz-linear-gradient(left, var(--color-one), var(--color-one));
	background-image: -webkit-linear-gradient(left, var(--color-one),var(--color-one));
	background-image: -o-linear-gradient(left, var(--color-one),var(--color-one));
	background-image: -ms-linear-gradient(left, var(--color-one),var(--color-one));
	background-image: linear-gradient(to right, var(--color-one),var(--color-one));
	opacity: 0.70;
	width: 100%;
	z-index: 1;
}
.containerconnexion {
	left: calc(50% - 400px);
}
.containerconnexionblanc {
	background:white url('../images/LOGO.png') no-repeat;
	background-position: center 25px;
	padding: 115px 25px 26px 25px;
	background-size: 280px 71px;
	-webkit-box-shadow: 5px 5px 10px 0 #3D3D3D;
	box-shadow: 5px 5px 10px 0 #3D3D3D;
}
.tableform td.flex input[type="text"] {
	padding-top:6px
}
.titreorange2.decalage {
	margin-left: 75px;
	max-width: 481px;
}
.tableform td div.ibanListe {
	position: absolute;
	top: 32px;
	z-index: 1000;
	cursor: pointer;
	background-color: #eef1f0;
	font-family: var(--font-family-regular);
	max-width: 343px;
	width: calc(100%);
}
.containerconnexion input[type=text] {background-image:url('../images/iconeusername.png');}
.containerconnexion input[type=password] {background-image: url('../images/iconepassword.png');}

.containerconnexion.inscription {
	top: calc(50% - 365px);
}
.containerconnexion.inscription input[type="text"] {
	background: none !important;
}
.containerconnexion.inscription input[type="text"] {
	margin-bottom: 0px;
	padding-left: 8px;
	width: calc(100% - 20px);
	padding: 5px 10px 5px 10px;
}
.containerconnexion.inscription .tableform tr {
	display: flex;
	flex-direction: column;
}
.containerconnexion.inscription .tableform td {
	padding-bottom: 10px;
	padding-left: 0px;
}
.containerconnexion.inscription .tableform .libelle {
	text-align: left;
}
.containerconnexion.inscription .tableform select.styled {
	width: calc(100%);
}
.containerconnexion.inscription .containerconnexionblanc {
	padding-top: 100px;
}

.bgleft {
	position:fixed;
	background-color: white;
	opacity: 40%;
}
.bgright {
	position:fixed;
	background-color: white;
	opacity: 40%;
}
.boutonvalider.gris {
	color: var(--color-one);
}
.boutonvalider.gris:hover {
	color: var(--color-one);
}
.containerconnexion input[type=submit],.containerconnexion input[type=button] {
	font-size: 22px;
}
.containerconnexion #pasinscrit {
	margin-bottom: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #d9dfde;
	color: var(--color-accent);
	font-size: 16px;
}
.messagevalidation {
	background:#f9f9f9 url('../images/SMALL-CHECKBOX - CHECKED - BLEU – 1@2x.png') no-repeat;
}

.tableform tr.paddingBottomPetit td{
	padding-bottom:10px;
}
.tableform tr.paddingBottomPetit td.surDeuxLignes,
.tableform tr.paddingBottomPetit td.libelle.libelle2lignes {
	padding-bottom: 5px;
}
.tableform tr.paddingBottomPetit .boutonvalider {
	margin-top: 10px;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.tableform .libelle {
	width:160px;
}
.tableform .doublecase {
	display: flex;
	flex-direction: column;
	color:#6a6a6a;
	font-size:16px;
	font-family: var(--font-family-regular);
	width: auto;
	padding-bottom: 6px;
}
.tableform .doublecase .doublecaseLigne {
	padding-left:15px;
	vertical-align:top;
	text-align: center;
	padding-right: 15px;
	display: flex;
	justify-content: center;
	width: calc(100% - 30px);
}
.tableform .doublecase .doublecaseLigne input:first-child {
	margin-right: 5px;
}
.tableform td.doublecase.entetetab {
	font-family: var(--font-family-bold);
	width: 164px;
	padding-bottom: 10px;
}
.tableform .doublecase.entetetab span {
	width: 50%;
	font-family: var(--font-family-regular);
	margin-top: 17px;
}
.tableform.tableconsult .libelle.libellevide {
	width: 120px;
}
.tableform .doublecase select.styled {
	width: calc(100% - 25px - 5px);
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
 	margin-right: 15px;
}
.tableform .doublecase .select {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 15px;
	background-size: 11.4px 7.2px;
	background-position: 112px 13px;
}
.inscription .tableform .libelle {
	width:100%;	
}
.tableform .libelle.rouge {
	color: #d9434e;
}
.tableform .libelle.texteDansDate {
	width:auto;
	padding-right: 7px;
	padding-left: 7px;
	text-align: center;
}
.blocnewshover:hover{
	box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.55);
}
.imgEnteteNotif{
	background-image: url("../images/LOGO.jpg");
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
}

.blocaccordeon .blocaccordeon .tableform input[type="button"] {
	max-width: 378px;
	width: calc(100%);
}
.blocaccordeon .blocaccordeon .tableform select.styled {
	max-width: 400px;
	width: calc(100% + 24px);
}
.blocaccordeon .blocaccordeon .tableform .boutonvalider {
    margin-top: 0px;
    float: none;
}
.blocaccordeon.blocaccordeonpdf {
	padding-top: 0px;
	padding-bottom: 10px;
}
.tableform a {
	background-color: white;
}
.tableform select.styled {
	width: calc(100% - 12px);
	max-width: 364px;
}
.tableform textarea {
	width: calc(100% - 12px);
	max-width: 342px;
}
.tableform select.styled.sansBoule {
	width: calc(100% - 32px);
	max-width: 366px;
}
.tableform .groupeBoutonValider a {
	padding: 0px;
	width: auto;
	max-width: auto;
	border: none;
}
.tableform a.inline, .tableform label a {
	border: none;
	display: inline;
	padding: 0px;
}
.tableform a.lienMailto {
	background-color: white;
	border:none;
	color: var(--color-one);
	width: calc(100% - 12px);
	max-width: 342px;
	padding: 0px 10px 0px 10px;
	margin-top: -12px;
}
.tableform a.lienMailto:hover {
	text-decoration: underline !important;
}
.texteDetail.nopadding {
    padding: 0px;
}
.tableform td div.groupeBoutonValider2 {
	max-width: calc(366px);
}

/* chapitre consultation */

:root {
	--tailletdConsult : 120px;
}
.tableconsult {
	width: 800px;
	overflow-x: scroll;
}
.tableconsult tr {
	display: flex;
}
.tableconsult td {
	width: var(--tailletdConsult);
	display: flex;
	flex-direction: row;
}
.tableform.tableconsult input[type="text"]  {
	width: calc((var(--tailletdConsult) - 30px - 5px) / 2);
	text-align: center;
}
.tableform.tableconsult .libelle {
	justify-content: flex-end;
	width: 120px;
	align-items: center;
	margin-top: -11px;
}
.blocConsult .descriptionnews {
	padding-left:0px;
	padding-top:0px;
	padding-bottom:35px;
}
.tableform td.thin, .tableform .libelle.thin {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: -8px;
}
.tableform.tableconsult td, .tableform.tableconsult td div {
	max-width: unset;
}
.tableform.tableconsult td.divRadio  {
	width: calc(var(--tailletdConsult) * 4);
	margin-left: 14px;
}
.tableform .boutonvalider {
    margin-top: 23px;
}
.tableform.filtresActu  .boutonvalider,
.tableform.filtresFAQ  .boutonvalider {
	margin-top: 0px;
}
.titreorange, .titreorange2 {
	margin-top: 24px;
}
.blocaccordeonnums > .titreorange {
	margin-top: 0px;
	padding-top: 24px;
}
.blocaccordeon.blocaccordeonnums {
	padding-top: 0px;
}
/* fiche médecin*/

.tableform td, .tableform td div {
	max-width: 378px;
	max-width: 400px;
}
.tableform .checkbox {
	float: none;
}
.tableform input[type="text"].avecOption {
	max-width: calc(400px - 64px - 20px);
}
.checkboxSolo .checkbox {
	margin-top: 8px;
}
.checkboxSolo.libelleDeuxlignes .checkbox {
	margin-top: 11px;
}
.tableform .libelle.libelleCheckbox, .tableform .libelle.libelle2lignes {
	padding-top:0px;	
}
td.flex.libelle2lignes {
	margin-top: 4px;
}
.tableform input[type="text"].surDeuxLignes {
	margin-top: 6px;
}
.bouleRouge, .bouleVerte {
	background-repeat: no-repeat;
	background-position: 413px 7px;
	background-size: 20px 20px;
}
span.bouleVerte, span.bouleRouge {
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: text-bottom;
}
div.bouleVerte, div.bouleRouge {
	width: 40px;
	height: 33px;
	background-position: 17px 7px;
}
div.bouleVerte.wid100, div.bouleRouge.wid100 {
	background-position: 20px 7px;
	width: 40px;
}
div.bouleVerte.bouleSelect, div.bouleRouge.bouleSelect {
	background-position: 19px 7px;
	width: 40px;
}
div.bouleVerte.bouleHaut, div.bouleRouge.bouleHaut {
	background-position: 19px 2px;
	width: 40px;
}
.bouleVerte {
	background-image: url('../images/BouleVerte.png');
}
.bouleRouge {
	background-image: url('../images/BouleRouge.png');
}
.boutonvalider.boutonOption {
    width: 35px;
    display: block;
    float: none;
    margin-top: 1px;
    margin-left: -1px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: white;
    background: url('../Images/CopierColler_Icone.png');
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position-y: 4px;
    background-position-x: 4px;
    position: absolute;
    height: 31px;
    left: calc( 100% - 68px);
}
input.boutonvalider.boutonOption:focus {
	border-color: white;
	background-color: var(--color-one);
}
.tableform input[type="text"].avecOption {
    max-width: calc(400px - 56px);
}
.boutonvalider.boutonOption.surDeuxLignes {
	margin-top: 6px;
}
td.flex {
	display: flex;
	width: calc(100%);
	position: relative;
	flex-wrap: nowrap;
}
div.wid100 {
	width: calc(100% + 2px);
}
.tableform .separateur {
	border-top: thin solid lightgrey;
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.tableform .separateur2 {
	border-top: thin solid lightgrey;
}


/* Calendar */

.calendar {
	margin-left: 0px;
	background-color: white;
	margin-bottom: 32px;
	padding-bottom: 7px;
}
.calendar table {
	max-width: 1368px;
	margin: auto;
	color: #b4b4b4;
}
.calendar table .courant{
	color: #7d7d7d;
}
.calendar td {
	font-family: var(--font-family-regular);
	width: 20px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0px;	
}
.calendar td.next, .calendar td.previous {
	width: 5px;
	min-width: 0px;
}
.calendar th {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-one);
    font-family: var(--font-family-regular);
    min-width: 110px;
    letter-spacing: 1.5px;
    padding-top: 20px;
    padding-bottom: 13px;
    font-size: 16px;
    text-align: center;
}
.calendar td.actif div, .calendar td div {
	border-radius: 30px 30px 30px 30px;
	width: 40px;
	margin: auto;
	line-height: 40px;
}
.calendar td.actif div, .calendar td.actif.atv div {
	height: 34px;
	width: 34px;
	line-height: 34px;
	border: 3px solid #ff5d00;
}
.calendar td.atv div {background-color: #36a5d8;color: white;}
.calendar td.reu div {background-color: #86d648;color: white;}

.calendar td.reu:hover div {background-color: #323232;color: white; cursor: pointer;}
.calendar td:hover div {background-color: #323232;color: white; cursor: pointer;}
.calendar td.atv:hover div {background-color: #323232;color: white; cursor: pointer;}

.calendar .prevnext {
	background-color: #d9dfde;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-family: var(--font-family-regular);
}
.calendar .prevnext td {
	height: 40px;
	line-height: 40px;
	padding: 0px;
	font-size: 16px;
	color: var(--color-one);
}
.calendar .prevnext td.moisCourant {
	width: 100px;
}
.calendar .prevnext a {
	cursor: pointer;
}
.filtres ul li {
    font-family: var(--font-family-regular);
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 6px;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 9px;
    padding-right: 9px;
    letter-spacing: 0px;
    cursor: pointer;
    white-space: nowrap;
    color: #727272;
    background-color: white;
}
.filtres ul li.checked {
    background-color: var(--color-accent);
    color: white;
}
.filtres ul {
    list-style-type: none;
    padding-left: 0px;
}
.loadbar {
	background-image: url('../Images/loadbar.gif');
	width: 100%;
	background-size: 30px 30px;
	height: 40px;
	margin-top: 24px;
	margin-bottom: 36px;
	background-repeat: no-repeat;
}
.selectDisabled {
	background-color: #EEF1F0 !important;
}
.ImagePlay {
    background: url('../Images/iconeVideoPlaySupTrans.png') no-repeat center;
}
.MesImage .Image.defaultImage {
	background-image : url('../Images/defautActu.png');
}
.MesImage2.MesImage .Image {
	width: 180px;
	height: 122px;
}
/*.MesImage .Image.defaultImage {
	background-image : url('../Images/defautActu.jpg');
}*/

.pdfListe {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pdfPage {
  -webkit-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.19);
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.19);
  margin-right: 23px;
  height: calc(302px);
}
.pdfPage .docPdfThumbnail {
  	background-image: url("../Images/loading.gif");
  	background-size: 50px;
  	background-position: 0px 0px;
  	display: flex;
  	align-items: center;
  	background-repeat: no-repeat;
  	width: 100%;
  	height: calc(100%);
  	margin-left: 0px;
  	margin-right: 0px;
  	text-align: center;
  	position: relative;
}
.docPdfThumbnail canvas {
	margin-top: 0px;
}
.pdfBloc {
	width: 237px;
  	height: 342px;
  	margin-top: 23px;
}
.titrePdf {
	color: #727272;
	font-size: 15px;
	font-family: var(--font-family-regular);
	letter-spacing: 0.5px;
	text-align: center;
	max-height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 23px);
	display: block;
}

.blocBoutonAssociation {
	position:absolute;
	right: 22px;
	bottom: 22px;
	display:flex;
	gap:15px;
}

[id^="selection"] {
	position: absolute;
    top: 33px;
}
ul.propositions {
	position: relative;
	background-color: #f0f0f1;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
.propositions li {
    width: 100%;
    cursor: pointer;
	font-size: 15px;
	min-height: 36px;
	padding: 1px 10px 2px 10px;
	color: #424242;
	background-color: #f0f0f1;
	line-height: 36px;
	font-family: var(--font-family-regular);
}
.propositions li:hover {
    background-color: #DDDDDD;
}
.propositions {
    list-style: none;
}

.gridChap {
	
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(215px,1fr));
	gap: 16px;

	* {
		box-sizing: border-box;
	}
	.blocSsChap {
		background-color: white;
		box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.19);
		padding: 16px;
		display: grid;
		align-content: flex-start;
		height: 100%;
		gap: 16px;
		transition: box-shadow 0.4s ease;
	}
	.blocSsChap:is(:hover, :focus) {
		box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.55);
	}
	.titreSsChap {
		font-size: 23px;
		line-height: 1.1em;
		color: #515151;
		font-family: var(--font-family-regular);

		/* color: #009bdb;
  		text-transform: uppercase;
		font-family: var(--font-family-bold); */
	}
	.texteSsChap {
		color: #727272;
  		font-size: 16px;
		line-height: 1.5em;
  		font-family: var(--font-family-regular);
	}
	.imgSsChap {
		display: block;
		width: 100%;
		aspect-ratio: 1/1;
		object-fit: cover;
		object-position: center;
	}
}

@media screen and (max-width: 700px),  screen and (max-device-width: 700px) { 
	
	.MesImage2 {
		display: flex;
		justify-content: center;
	}
	.blocBoutonAssociation {
		position:relative;
		right: unset;
		bottom: unset;
		
	}
	
	.colonnegauche a.logo {
		width: 170px;
		background-size: contain;
		background-position: 10px 10px;
		height: 60px;
	}
	.groupeBoutonValider2, .ligneInviteBoutons1 {
		max-width: calc(373px);
		width: 100%;
	}
	.tableau.connexionsgroupes, .tableau.tableau2, 
	.blocaccordeonreunionsnext .tableau,
	.blocaccordeonreunionspast .tableau {
		display: inline-table;
	}

	
	
	.containerconnexion {
		margin: auto;
		left: calc(50% - 170px);
	}
	.calendar th {
    	min-width: calc((100% - 32px) / 7);
    	text-align: center;
    }
    .calendar table {
    	min-width: 100%;
    }
	.tableform {
		margin-bottom: 0px;
	}
	.radio,.checkbox {
		width: 20px !important;
	}
	.tableform td div.ligneRadio {
		width: calc(100%);
	}
	.tableform label.libelle {
		width: calc(100% - 46px);
		padding-left: 13px;
	}
	.tableform input[type="button"], .tableform input[type="submit"] {
		white-space: pre-wrap;
	}
	.tableform .groupeBoutonValider {
		width: calc(100%);
	}
	.tableform .select {
		overflow-x: hidden;
	}
	.blocaccordeoconfirmation .tableform {
		width: calc(100%);
	}
	.tableform {
		width: calc(100%);
	}
	div.bouleVerte.bouleSelect, 
	div.bouleRouge.bouleSelect, 
	div.bouleVerte, 
	div.bouleRouge, 
	div.bouleVerte.wid100, 
	div.bouleRouge.wid100,
	div.bouleVerte.bouleHaut, 
	div.bouleRouge.bouleHaut {
		width: 25px;
		background-position: 9px 7px;
	}
	div.bouleVerte.bouleSelect, div.bouleRouge.bouleSelect {
		background-position: 9px 0px;
	}
    .tableform .separateur {
    	margin-top: 24px;
    	padding-bottom: 24px;
    	margin-bottom: 0px;
	}
	.tableform input[type="text"].surDeuxLignes {
		margin-top: 0px;
	}
	.tableform .libelle.libelleCheckbox, .tableform .libelle.libelle2lignes {
		padding-top: 5px;
	}
	.blocMaitre td.flex, .blocAssistant td.flex  {
		flex-wrap: wrap;
	}
	.groupeBoutonValider2 input:nth-child(2) {
		margin-left: 0px;
	}
	.flexend {
		flex-wrap: wrap;
	}
	.tableform .libelle {
		padding-left: 0px;
	}
	.tableform .radio, 
	.tableform .checkbox, 
	.indicationspassword, 
	.tableform a, 
	.tableform input[type="text"], 
	.tableform input[type="password"], 
	.tableform input[type="radio"], 
	.tableform input[type="checkbox"], 
	.tableform textarea, 
	.tableform .select {
		margin-left: 0px;
	}
	.tableform textarea {
		max-width: 334px;
		width: calc(100% - 50px) !important;
	}
	.tableform .checkbox, .tableform .radio {
		margin-right: 10px;
	}
	.groupeBoutonValider2, .ligneInviteBoutons1 {
		margin-left: 0px;
	}
	.tableform td div.groupeBoutonValider2 {
		display: flex;
		justify-content: space-between;
	}
	.tableform label.libelle {
		padding-left: 0px;
	}
	td.flex.libelle2lignes {
		margin-top: 0px;
	}
	.ligneAttestation .libelle {
		display: none;
	}
	.tableform select.styled.sansBoule {
		width: calc(100% - 23px);
	}
	.tableform td.flex input[type="text"], .tableform a {
		width: calc(100% - 50px);
	}
	.tableform select.styled, .tableform td.flex select.styled,.tableform select.styled.sansBoule, div.wid100, .tableform .groupeBoutonValider  {
		width: calc(100% - 28px);
	}
	.indicationspassword, .tableform a, .tableform input[type="text"], .tableform input[type="password"], .tableform input[type="radio"], .tableform input[type="checkbox"], .tableform .select {
		width: calc(100% - 20px);
	}
	.blocaccordeon .blocaccordeon .tableform select.styled {
		width: calc(100%);
	}
	.blocaccordeon.entreblancetgris {
		padding: 10px;
	}
	.blocaccordeon .TitrePageMoyen {
		margin-top: 10px;
	}
	.tableform .groupeBoutonValider.flexColumn {
		width: calc(100%);
	}
	.titrepage {
		margin-bottom: 15px;
		font-size: 30px;
	}
	.blocreunion td.date .mois, .blocnews td.date .mois, .blocreunion td.date .jour, .blocnews td.date .jour, .blocreunion td.date .heure, .blocnews td.date .heure {
		font-size: 20px;
	}
	.blocreunion td.date, .blocnews td.date {
		margin-bottom: 15px;
	}
	.blocreunion td.titre .titre, .blocnews td.titre .titre {
		font-size: 20px;
	}
	.listelibrary ul li {
		background-position: 0px 16px;
		padding: 17px 0px 17px 30px;
	}
	.listedoccontainertable {
		padding-left: 0px;
	}
	.MessageMediatheque .checkbox {
    	padding-right: 15px;
    }
    .TitrePageMoyen {
    	margin-top: 20px;
    }
    .tableform.tableconsult {
    	overflow: hidden;
    	width: 100%;
    	overflow-x: scroll;
    	position: relative;
		display: inline-block;
		height: auto;
    }
	.tableform.tableconsult tr {
		flex-direction: row;
	}
	.containermesdownloads {
		padding: 0px;
	}
	.MesImage .Image {
		width: min(122px, 20vw);
		height: min(122px, 20vw);
	}
	.blocnews.actu td.titre {
		width: calc(100% - min(122px, 20vw));
		padding-left: 22px;
	}
	.blocnews.actu tr {
		display: flex;
		flex-direction: row;
	}
	#bandeauVersion2 {
		top: 60px;
		left: 0px;
		position: fixed;
		height: 60px;
		width: calc(100vw - 75px);
	}
	.reloadListe {
		margin-left: 9px;
	}
	
}


.detailPayeCoti {
	color: var(--color-one);
}
.ligneDetailPayeCoti {
	text-align: center;
}
.detailqrcodePayeCoti {
	height: 147px;
	width: 147px;
}
.fondCotiComplet {
	background-color: #fbd3b9;
}