html {
	scroll-padding-top: 90px;
	scroll-behavior: smooth;
}

body {
	position: relative;
}

#content {
	scroll-padding-top: 90px;	
}

#logo {
	height: auto;
	width: 13rem;
	max-width: 30vw;
}

.toolbar button, .navbar button {
	border: none;
	background: transparent;
}

.toolbar-small-button {
	margin: 0;
	padding: 0.1rem;
}

.toolbar-icon {
	height: 3rem;
	width: auto;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
	transition: all 200ms ease-in-out;
}

.toolbar-icon-small {
	height: 2rem !important;
	width: auto !important;
}

.toolbar-icon-mini {
	height: 1rem !important;
	width: auto !important;
}

.contentButton {
	background-color: #e1c4f0;
	color: #0c66b1 !important;
	text-decoration: none !important;
	border: none;
	border-radius: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.ideogramme{
	height: auto;
	width: 4rem;
}

.flyer {
	width: 100%;
	height: auto;
}

.illustration {
	height: auto;
	width: 20rem;
	max-width: 90vw;
}

#navbar {
	background-color: transparent;
}

#navbar .container-fluid {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+88,ffffff+100&1+82,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 82%, rgba(255,255,255,0.67) 88%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 82%,rgba(255,255,255,0.67) 88%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 82%,rgba(255,255,255,0.67) 88%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	padding-bottom: 24px;


}

.navbar-brand {
	margin-right: 0 !important
}

#footer_logo {
	height: auto;
	width: 100%;
}

.navbar-custom {
	font-family: 'formal_regular';
	font-weight: normal;
	font-style: normal;
	font-size: 1.5rem;
	text-align: center;
	background-color: white;
}

.nav-link {
	color: #0c66b1 !important;
	padding-left: 1.5rem !important;
	line-height: 0.9;
	background-image: url("../images/lettrines/puce.png");
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	background-size: 0rem 0rem;
}

@media (max-width: 767px ) {
	.nav-item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.nav-link {
		font-size: 1.2rem;
		text-align: right;
		padding-left: 0 !important;
		padding-right: 0.2ezm !important;
		padding-top: 0.1rem !important;
		padding-bottom: 0.1rem !important;
	}
}

/* change the color of active or hovered links */
@media (min-width: 768px ) {
	.nav-link.active{
		background-size: 3rem 3rem;
	}
	.nav-link:hover{
		transform: scale(1.2)
	}
	.toolbar-icon:hover {
		transform: scale(1.4)
	}
}

.nav-item {
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 1.5rem;
	height: 100%;
}

.navbar-toggler {
	padding: 0.1rem;
}

.navbar-toggler-icon {
	background-image: url('../images/icones/menu.png') !important;
	background-size: 1.8rem auto !important;
	width: 1.8rem !important;
	height: 1.8rem !important;
}

.container-lg {
	max-width: 800px !important;
}

.separator {
	border-top: solid #0c66b1 0.15rem;
	width: 100%;
}

#content-container {
	background-image: url(../images/fonds/fond_bleu.png), url(../images/fonds/fond_bleu.png), url(../images/fonds/fond_bleu.png), url(../images/fonds/fond_bleu.png),
					  url(../images/fonds/fond_mauve.png), url(../images/fonds/fond_mauve.png), url(../images/fonds/fond_mauve.png), url(../images/fonds/fond_mauve.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 40%, 40%, 40%, 40%, 40%, 40%, 40%, 40%;
	background-position-x: 140%, 140%, 140%, 140%, -40%, -40%, -40%, -40%;
	background-position-y: 10%, 39%, 74%, 106%, 0%, 27%, 64%, 88%;
}

@media (max-width: 576px ) {
	#content-container {
		background-image: url(../images/fonds/fond_bleu.png), url(../images/fonds/fond_bleu.png), url(../images/fonds/fond_bleu.png), url(../images/fonds/fond_bleu.png),
						  url(../images/fonds/fond_mauve.png), url(../images/fonds/fond_mauve.png), url(../images/fonds/fond_mauve.png), url(../images/fonds/fond_mauve.png);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 80%, 80%, 80%, 80%, 80%, 80%, 80%, 80%, 80%, 80%;
		background-position-x: 360%, 360%, 360%,360%, 360%, -260%,-260%, -260%, -260%, -260%;
		background-position-y: 10%, 36%, 58%, 74%, 106%, 0%, 27%, 46%, 64%, 88%;
	}
}


.section {
	background-color: transparent;
	max-width: 800px;
}

.contentTitle {
	text-align: center;
	font-family: formal_regular;
	font-size: 1.8rem;
	color: #0c66b1;
}

.contentSubTitle {
	text-align: left;
	font-family: sawton_circularthin;
	font-size: 1.2rem;
	color: #0c66b1;
}

.modal-title{
	font-family: formal_regular;
	font-size: 1.8rem;
	color: #0c66b1;
}

.modal-body {
	font-family: sawton_circularthin ;
	font-size: 1.2rem;
}

@media (max-width:767px) {
	.modal-body {
		padding-top: 0.1rem !important;
		padding-bottom: 0.1rem !important;
		padding-left: 0.2rem !important;
		padding-right: 0.2rem !important;	}
	.modal-header {
		padding-top: 0.1rem !important;
		padding-bottom: 0.1rem !important;
		padding-left: 0.2rem !important;
		padding-right: 0.2rem !important;
	}
	.modal-title {
		font-size: 1rem !important;
	}
	.btn-close {
		width: 0.8rem !important;
		height: 0.8rem !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.form-label {
		font-size: 1rem !important;
	}
	form input {
		font-family: sawton_circularthin ;
		font-size: 1rem !important;
		height: 1.6rem !important;
		padding: 0.1rem 0.3rem !important;
	}
	form textarea {
		font-family: sawton_circularthin ;
		font-size: 1.3rem !important;
		padding: 0.1rem 0.3rem !important;
	}
}

form input {
	font-family: sawton_circularthin ;
}

form textarea {
	font-family: sawton_circularthin ;
}

.form-label {
	font-family: formal_regular;
	font-size: 1.2rem;
	color: #0c66b1;
	margin-bottom: 0 !important;
	margin-top: 0.5rem !important;
}

.tarifTitle {
	text-align: left;
	font-family: formal_regular;
	font-size: 1.8rem;
	color: #9650c4;
}

.violet{
	color: #9650C4;
}

.subTitle {
	text-align: center;
	font-family: formal_regular;
	font-size: 1.5rem;
	color: black;
}

.legende{
	text-align: center;
	font-family: sawton_circularthin;
	font-size: 1.2rem;
	color: black;
}

.contentText {
	text-align: justify;
	font-family: sawton_circularthin;
	font-size: 1.2rem;
	max-width: 750px;
	color: #044071;
}

.temoignage {
	font-size: 0.9rem;
	color: #0c66b1;
}

.tarifText {
	text-align: left;
	font-family: sawton_circularthin;
	font-size: 1.3rem;
	max-width: 750px;
	color: #9650c4;
}

.footerText {
	font-family: sawton_circularthin;
	font-size: 1.2rem;
	color: #0c66b1;
}

.italicBlue {
	font-style: italic;
	color: #0c66b1;
}

.citation {
	font-style: italic;
	font-size: 1rem;
	color: #ABABAB;
}

.underline {
	text-decoration: underline;
}

.mauve {
	color: #9650c4;
}

.puce {
	height: 2rem;
	width: auto;
}

.pointer {
	cursor: pointer;
}

.lettrine {
	height: 2.5rem;
	width: auto;
	vertical-align: sub;
	margin-right: -0.15em;
}

.lettrine-img:after {
	content :'';
	clear:both;
	display:block;
  }
  /* On cache la lettre */

   
  .lettrine-img{text-align:justify}
  /* ne permet pas de reduire l'image 
  elle doit être à la même taille que height et height
  */
  .lettrine-img .lettre{
	display:block;
	width:auto;
	height:30rem;
	background-image : url(../images/Marion5152.jpg);
	/* On fait flotter l'image à gauche  */
	float:left;
	/* On met des marges pour pas que le texte colle à l'image */
	margin:2px 5px 5px 0;
	background-size : cover;
	overflow:hidden;
  }