@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-size: 17px;
	--primary : #4D7C6F;
	--secondary : #CFDBD8;
	--secondary40 : rgba(207, 219, 216, 0.4);
	font-family: "Montserrat", sans-serif;
}

body.SamBody {
	background-color: white;
}

.SamIsToday {
	background-color: var(--secondary40);
}

.SamAlgTce {
	display: none;
}

.SamPlatRemLib {
	font-size: 17px;
	font-style: normal;
}

.SamCardLink, .SamIsPlatRem, dfn {
    font-style: normal;
}

.SamZoneFiltre label {}
.SamBody .btn-default {
	border-color: var(--primary);
	 
}
.SamBody  .btn-primary {
	height: 6rem;
	width: 6rem;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	background-color: var(--primary);
	border-color: var(--primary);
	overflow: hidden;
	border-radius: 50%;
	color: white;
	font-size: 18px;
	font-weight: 500;
	*: transparent;
}
.SamBody  .btn-primary:hover {
	color:var(--primary);
	height: 6rem;
    width: 6rem;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background-color: white ;
	font-size: 18px;
	font-weight: 500;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--primary);
	 
}

.ng-isolate-scope{
	font-size: 18px;
}

.SamMarTrc1{
	color: var(--primary);
}

.SamLabels .btn-primary, .modal-dialog .btn-primary, .SamLabelsMobile .btn-primary {
	border-radius: 10px;
	width: auto;
	height: 5rem;
	 
}

.SamLabels .btn-primary:hover, .modal-dialog .btn-primary:hover, .SamLabelsMobile .btn-primary:hover {
	border-radius: 10px;
	width: auto;
	height: 5rem;
	 
}
.btn-default-focus{
	outline: none;
}

.SamBody .SamThDate.SamJourFerie {
	color: white;
	border-radius: 0;
}
.SamVacances {
	display: none;
}
.SamTitreSemaine {
	font-size: 30px;
    font-weight: 600;
}

.SamTrBody {
	height: 80px;
}

.SamBody .SamThDate{
	background-color: var(--primary);
	border: 2px solid var(--primary);
	color: white;
	font-weight: 700;
	padding: 20px;
	font-size: 18px;
	text-transform: uppercase;
}
.SamTheme {
	color: white;
}
.SamBody .SamJourPonctuel {
	color: var(--secondary);
}
.SamBody .SamPopOverJouPoc {}
.SamBody .SamTdCatFit  {
	display: none;
	color: #3B5E54;
	text-transform: uppercase;
	background-color: var(--secondary);
	border: 2px solid var((--secondary));
	font-weight: 700;
	font-size:15px;
	text-align: center;
}
.SamBody th:first-child{
	display: none;
}
.SamTdFits {}
.SamTdFit {
	font-size: 20px;
	font-weight: 600;
}

.SamDlgDetailLibMar{
	font-weight: 600;
}

.SamBody .SamVacances {
	padding: 20px ;
}

.SamBody .SamTable th:first-child{
	/* display:none; */
}

/* Modal */

.modal-content{
	padding: 50px;
	border-radius: 10px;
}

.SamBody .modal-header, .SamBody .modal-footer{
	border: none;
}
.SamDlgModal {}
.SamDlgDetail {}
.modal-header{
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 35px;
	color: var(--primary);
	padding-bottom: 10px;
}
.SamDlgDetail .SamDlgGroupeTitre {
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
	color: var(--primary);
}
.SamDlgGroupeContent {
	font-size: 16px;
	font-weight: 500;
}
.SamDlgDetailMar {}
.SamDlgDetailLibMar {}

.SamLabels {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: white;
}

.SamChoixAllergenes{
	padding-left: 0px;
	padding-top: 50px;
}

.SamBottomText {
	padding-top: 50px;
}

.AffWebFit1, .AffWebFit0{
	font-size: 17px;	
	font-weight: 500;
}
.AffWebFit1:hover{
	color: var(--primary);
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	color: white;
}

.ui-select-bootstrap .ui-select-choices-row{
	font-size: 16px;
}

.ui-select-bootstrap .ui-select-choices-row.active > span{
	background-color: var(--primary) ;
	color: white;
}

.SamContentDesktop table td:not(:first-child), .SamMenuEnColonne table td {
	border: 1px solid var(--secondary);
	padding: 20px 20px 20px 20px;
}

.SamContentDesktop table tr:nth-child(2) td, .SamMenuEnColonne table tr:nth-child(2) td{
    border-bottom: none;
	padding-bottom: 10px;
}

.SamContentDesktop table tr:nth-child(3) td, .SamMenuEnColonne table tr:nth-child(3) td{
    border-top: none;
	padding-top: 10px;
}

/*
.SamContentDesktop .SamTrCatFit-2 td:first-child{
	border-top: 2px solid white;
	border-bottom: 2px solid var(--secondary);
}

.SamContentDesktop .SamTrCatFit-2 td:not(:first-child){
	border-top: 2px solid var(--terciary);
	border-bottom: 2px solid var(--terciary);
	padding-top: 5px;
	text-align: center;
}

.SamContentDesktop .SamTrCatFit27 td:not(:first-child){
	padding-top: 5px;
	text-align: center;
}

.SamContentDesktop table tr:last-child{
	border-bottom: 2px solid var(--terciary);
}*/
/*
.SamCardTitre span{
	color: var(--rouge);
	font-size: 34px;
}

.SamCard > div > div {
	max-width: 100%;
}
.SamCardImage img {
	width: auto;
}

.SamCard div.SamCardImage {
	max-width: 100%;
	background-color: transparent;
	margin: 0px;
}
	
.SamCards.ng-scope {
	padding: 0 20px;
	background-color: white;
}
*/
hr{
	visibility: hidden;
}

.SamContentMobile .SamTdFit {
	font-size: 18px;
	font-weight: 500;
}

.SamContentMobile .SamBottomText .ng-isolate-scope{
	text-align: center;
	font-size: 16px;
}

.SamContentMobile .SamTrBody:not(:First-Child):before {
    content: ".";
    font-size: 18px;
    margin-top:10px;
	font-weight: 600;
    color: var(--primary);
}

.SamContentMobile .SamLabelsMobile .ng-isolate-scope {
    font-size: 16.5px;
}

.SamContentMobile .SamTrBody {
	height: auto;
	font-weight: 500;
	font-size: 18px;
}

.SamContentMobile .SamTitreSemaine {
	margin-top: 2rem;
	font-size: 28px;
	font-size: 600;
}

.SamContentMobile .SamJourFerie {
	background-color: transparent;
}

img {
	height: 30px;
	width:auto;
}

.SamLibelleJourFerie {
	font-size:18px;
	font-weight: 600;
}

.SamContentDesktop .SamTrBody {
	background-color: white;
}

.SamJourFerie {
	background-color: white;
}