
@font-face {
	font-family: 'Cormorant Garamond', serif;
}

@font-face {
    font-family: 'Bollivia Rosilla Demo';
    src: url('../fonts/Bollivia Rosilla Demo.ttf');
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

:root{
  		--color-purple: #3A3A66;
		--color-white: white;
		--color-grey: #DDDDDD;
		--color-beige: #FDF6EE;
}
* {
	margin: 0;
	line-height: 1.4;
	-webkit-text-size-adjust: auto;
}
.titlephoto {
	margin: auto;
	width:100%;
}
	
.content {
	margin: auto;
	width:100%;
	background-color: var(--color-white);
	background-attachment: scroll, local;
}
.textblockm{
	margin: auto;
	width:900px;
	max-width:90%;
}
.textblocks{
	margin: auto;
	width:600px;
	max-width:60%;
}
.textblockl{
	margin: auto;
	width:1100px;
	max-width:100%;
}
.imgm{
	margin: auto;
	width:900px;
	max-width:100%;
}
.imgl{
	margin: auto;
	width:1100px;
	max-width:100%;
}
.imgxxl{
	margin: auto;
	width:100%;
}
.separatorl{
	margin: auto;
	width:1100px;
	height: 1px;
	margin-top:20px;
	margin-bottom:20px;
	background-color: var(--color-purple);
	opacity:0.2;
	max-width:100%;
}
.separatorm{
	margin: auto;
	width:900px;
	height: 1px;
	margin-top:20px;
	margin-bottom:20px;
	background-color: var(--color-purple);
	opacity:0.2;
}
.separatorxxs{
	margin: auto;
	width:50px;
	height: 2px;
	background-color: var(--color-purple);
}
@media (max-width: 1200px) {
	.separatorxxs{
		width:120px;
	}
	.textblockl{
		max-width:90%;
	}
}
.separatorxxl{
	margin: auto;
	width:100%;
	height: 10px;
	background-color: var(--color-beige);
}
.separatorVertical{
	position: absolute;
	right:50%;
	width: 1px;
	height: 60px;
	margin-top:10px;
	margin-bottom:10px;
	background-color: var(--color-purple);
}
.separatorVerticalFull{
	position: absolute;
	right:50%;
	width: 1px;
	height:1320px;
	margin-top:10px;
	margin-bottom:10px;
	background-color: var(--color-purple);
	opacity:0.2;
}
@media (max-width: 1200px) {
	.separatorVerticalFull {
		opacity:0;
	}
}
.footer{
	text-align: center;
	width:100%;
	margin-top:20px;
	padding-bottom:20px;
	background-color: var(--color-beige);
}
.navbar{
	height:60px;
	margin-bottom:50px;
	margin-top:30px;
	background-color: var(--color-white);
}
.navbar_logo {
	height:100%;
	margin-left:10%;
	width:50%;
	float:left;
}
.navbar_items {
	height:100%;
	width:30%;
	margin-right:10%;
	float:left;
}
.navbar_item {
	display: flex;
	align-items: center; 
	justify-content: left;
	flex-direction: column;
	height:100%;
	width:25%;
	float:left;
	text-align:left;
}
.link_navbar_item {
	font-family: 'Cormorant Garamond' !important;
	font-size:20px;
}
.link_navbar_logo {
	font-family: 'Bollivia Rosilla Demo' !important;
	font-size:50px;
}


@media (max-width: 1200px) {
	.navbar{
		height:200px;
		margin-bottom:50px;
		margin-top:30px;
		background-color: var(--color-white);
	}
	.navbar_logo {
		height:auto;
		width:100%;
		margin:0px;
		float:none;
		text-align:center;
	}
	.navbar_items {
		height:auto;
		width:100%;
		margin-right:0%;
		margin-top:20px;
		margin-bottom:20px;
		float:none;
	}
	.link_navbar_item {
		font-size:40px;
	}
	.link_navbar_logo {
		font-size:90px;
		width:100%;
		margin:auto;
	}
}

.purplelink {
	text-decoration:none;
	color: var(--color-purple);
}
.underlignpurple {
	text-decoration: underline var(--color-purple);
}
.transparent {
	opacity:0;
}
.centered {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

@media (max-width: 1200px) {
	.centered {
		display: block;
	}
}

.textoverimage{
	margin-top:-40%;
	margin-bottom:40%;
	margin-right:10%;
	text-align:right;
}

.textoverimage > h1{
	color: var(--color-beige);
	font-size: 40px;
	font-family: 'Cormorant Garamond' !important;
	letter-spacing: 0.05em;
	font-weight: bolder;
	margin-top:0px;
	margin-bottom:0px;
    text-align: right;
}

.textoverimage > h2{
	color: var(--color-beige);
	font-size: 20.1px;
	font-family: 'Cormorant Garamond' !important;
	font-weight: bolder;
	margin-top:0px;
	margin-bottom:0px;
    text-align: right;
}
@media (max-width: 1200px) {
	.textoverimage{
		margin-top:-40%;
		margin-bottom:40%;
		margin-left:auto;
		margin-right:auto;
	}
	.textoverimage > h1{
		font-size: 60px;
		font-weight: bolder;
		text-align: center;
	}

	.textoverimage > h2{
		font-size: 44px;
		font-weight: normal;
		text-align: center;
	}
}

@media (max-width: 800px) {
	.textoverimage{
		margin-top:-45%;
		margin-bottom:40%;
		margin-left:auto;
		margin-right:auto;
	}
	.textoverimage > h1{
		font-size: 55px;
		font-weight: bolder;
		text-align: center;
	}

	.textoverimage > h2{
		font-size: 44px;
		font-weight: normal;
		text-align: center;
	}
}

h1{
	color: var(--color-purple);
	font-size: 28px;
	font-family: 'Cormorant Garamond' !important;
	text-align:center;
	letter-spacing: 0.05em;
	font-weight: bolder;
	margin-top:10px;
	margin-bottom:10px;
}
h2{
	color: var(--color-purple);
	font-size: 24px;
	font-family: 'Cormorant Garamond' !important;
	text-align:center;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
}
h3{
	color: var(--color-purple);
	font-size: 24px;
	font-family: 'Cormorant Garamond' !important;
	text-align:center;
	letter-spacing: 0.05em;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width: 1200px) {
	h1{
		font-size: 36px;
	}
	h2{
		font-size: 30px;
	}
	h3 {
		font-size: 30px;
	}
}
.paragraph{
	color: var(--color-purple);
	text-align:justify;
	font-size: 18px;
	font-family: 'Cormorant Garamond' !important;
	line-height: 1.5;
    letter-spacing: 0.05em;
}

.marginminus100 {
	margin-left:-100px;
}
@media (max-width: 1200px) {
	.paragraph {
		font-size: 24px;
	}
	.marginminus100 {
		margin-left:-0px;
	}
}
.paragraphwhite{
	color: var(--color-white);
	text-align:justify;
	font-size: 18px;
	font-family: 'Cormorant Garamond' !important;
	line-height: 1.5;
    letter-spacing: 0.05em;
}


.specialovertext{
	margin-left:20px;
	margin-top: -430px;
}

@media (max-width: 1200px) {
	.paragraphwhite {
		font-size: 24px;
		color: var(--color-purple);
	}
	.specialovertext{
		margin-left:0px;
		margin-top: 0px;
	}
}


.forcecenteralign{
	text-align:center !important;
}
.fullwidth{
	width:100%;
	max-width:100%;
}
.photowindow{
	margin-top:20px;
	margin-bottom:20px;
	max-width:100%;
	height:600px;
	background-image: url('../ressources/fullbackground.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.photowindow2{
	margin-top:20px;
	margin-bottom:20px;
	max-width:100%;
	height:600px;
	background-image: url('../ressources/fullbackground2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

@media (max-width: 1200px) {
	.photowindow{
		background-image: url('../ressources/fullbackground - smartphone.jpg');
	}
	.photowindow2{
		background-image: url('../ressources/fullbackground - smartphone2.jpg');
	}
}

.halfwidth{
	width:50%;
	max-width:50%;
}

.halfcolumnMargin{
	width:48%;
	max-width:48%;
	margin-right:2%;
}
@media (max-width: 1200px) {
	.halfwidth{
		width:100%;
		max-width:100%;
	}

	.halfcolumnMargin{
		width:100%;
		max-width:100%;
	}
}
.separatorreplacementpadding{
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
}
.beigebg{
	background-color: var(--color-beige);
}
.relative{
	position:relative;
	
}
.squareoverimage {
	position:absolute;
	font-size: 35px;
    letter-spacing: 0.05em;
	font-family: 'Cormorant Garamond' !important;
	text-align:center;
	font-style: italic;
	text-decoration:none;
	background-color:var(--color-beige);
	padding-top:4px;
	padding-bottom:4px;
	color: :var(--color-purple);
	width:70%;
	left:15%;
	top:70%;
	opacity:0.6;
}
@media (max-width: 1200px) {
	.squareoverimage {
		top:50%;
		font-size: 44px;
	}
}
@media (max-width: 900px) {
	.squareoverimage {
		top:20%;
		font-size: 44px;
	}
}
.biggerQuote {
	color: var(--color-purple);
	font-size:26px;
	font-style: italic;
	font-weight: bolder;
	margin-top:80px;
	text-align:justify;
}
.minus400top {
	margin-top:-400px !important;
}

@media (max-width: 1200px) {
	.biggerQuote {
		font-size: 32px;
	}
	.minus400top {
		margin-top:-0px !important;
	}
}
.biggerQuoteInImg {
	font-size:26px;
	font-style: italic;
	font-weight: bolder;
	margin-top:-70px;
	margin-left:10px;
	text-align:justify;
	color :var(--color-white);
}
@media (max-width: 1200px) {
	.biggerQuoteInImg {
		font-size: 34px;
		margin-top:-200px;
		margin-bottom:60px;
		margin-left:10%;
		margin-right:10%;
	}
}
.relativeparagraphetop{
	position:absolute;
	width:46%;
	top:40px;
}
.relativeparagraphebottom{
	position:absolute;
	width:44%;
	bottom:40px;
	right:0px;
}
@media (max-width: 1200px) {
	.relativeparagraphetop{
		width:100%;
		top:45px;
		font-size:42px;
	}
	.relativeparagraphebottom{
		width:100%;
		bottom:5px;
		right:0px;
		font-size:42px;
	}
}
@media (max-width: 900px) {
	.relativeparagraphetop{
		font-size:38px;
	}
	.relativeparagraphebottom{
		font-size:38px;
	}
}
.column{
	float: left;
}

.column33{
	width:33%;
}
.column28{
	width:28%;
}
.filler8 {
	width:8%;
	min-width:20px;
	height:1px;
}
.filler4 {
	width:4%;
	height:1px;
}
.column44{
	width:44%;
}
.column66{
	width:66%;
}
.column99{
	width:99%;
}
.leftcolumn {
	width: 70%;
}
.rightcolumn {
	width: 25%;
}
.midcolumn {
	width: 5%;
	height:1px;
}
@media (max-width: 1200px) {
	.leftcolumn, .rightcolumn, .column28  {
		width: 100%;
	}
	.midcolumn {
		width: 0%;
		height:auto;
	}
	.column {
		float: none;
	}
	.column28{
		width:80%;
		margin-bottom:60px;
		margin-left:auto;
		margin-right:auto;
	}
	.column33{
		width:100%;
	}
	.column44{
		width:100%;
	}
	.column66{
		width:100%;
	}
}



ul {
margin-left:-20px;
}

.columnrow:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1200px) {
	.columnrow:after {
		display: block;
	}
}

.column > img{
	max-width: 100%;
    height: auto;
	margin-left:10px;
	margin-right:10px;
}
.marginslr2020{
}
.marginstb2020{
	margin-top:20px;
	margin-bottom:20px;
}
.marginstb6060{
	margin-top:60px;
	margin-bottom:60px;
}

.miniature {
}
.pastille{
	font-family: 'Bollivia Rosilla Demo' !important;
	font-size: 20px;
	width: 20px;
    height: 20px;
	border-radius: 50%;
	border:2px solid var(--color-purple);
	/**border:2px solid rgba(58, 58, 102, .5);**/
	opacity:0.4;
	font-weight: bolder;
	padding-bottom:6px;
	padding-left:2px;
	padding-right:2px;
	margin-left:48.7%;
	margin-top:50px;
	margin-bottom:10px;
}

/*
.planningstep{
	position: relative;
	width:49%;
}
.leftplanningstep{
	margin-left:0px;
}
.rightplanningstep{
	right:-51%;
}

@media (max-width: 1200px) {
	
	.pastille{
		font-size: 40px;
		width: 50px;
		height: 50px;
	}
	*/
	.planningstep{
		position: static;
		width:100%;
		margin-top:60px;
		margin-bottom:20px;
	}
	.leftplanningstep{
		margin-left:0px;
	}
	.rightplanningstep{
		right:0px;
	}
/*}*/

a{
	text-decoration:none;
	border-color:var(--color-purple);
	background-color:var(--color-white);
	color: :var(--color-purple);
}

.underlinewhitelink{
	text-decoration:none;
	border-color:transparent;
	font-weight:bold;
	background-color:transparent;
	color: :var(--color-white);
}
.underlinepurplelink{
	text-decoration:none;
	border-color:transparent;
	font-weight:bold;
	background-color:transparent;
	color: :var(--color-purple);
}
.divbutton {
	font-size: 20px;
    letter-spacing: 0.05em;
	font-family: 'Cormorant Garamond' !important;
	text-align:center;
	font-weight:bold;
	font-style: italic;
	text-decoration:none;
	border-color:var(--color-purple);
	background-color:var(--color-white);
	border: 2px solid var(--color-purple);
	padding-top:4px;
	padding-bottom:4px;
	color: :var(--color-purple);
	margin: 30px auto 10px auto;
	width:400px;
	opacity:0.7;
}
@media (max-width: 1200px) {
	.divbutton {
		padding-top:40px;
		font-size: 32px;
		width:90%;
		margin: 50px auto 30px auto;
		height: 100px;
	}
	.buttonsubmit {
		padding-top:15px !important;
		height: 120px;
	}
}
.divbutton:hover{
  color: var(--color-white);
  background-color:var(--color-purple);
}
.signature{
	height:60px;
	width:auto;
	margin-left: 70%; 
}
@media (max-width: 1200px) {
	.signature {
		height: 100px;
	}
}


.fadeItems, .fadeItemsstep1, .fadeItemsstep2, .fadeItemsstep3 {
  opacity: 0;
}

input[type=text], input[type=email] {
  border: none;
  border-bottom: 2px solid var(--color-purple);
}

input[type=text]:focus, input[type=email]:focus {
  border: 2px solid var(--color-grey);
}

textarea {
  width: 100%;
  height: 200px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid var(--color-purple);
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
@media (max-width: 1200px) {
	input[type=text], input[type=email] {
		height:80px;
		font-size:28px;
	}

	input[type=text]:focus, input[type=email]:focus {
		height:80px;
		font-size:28px;
	}
	textarea {
		height:400px;
	}
}

.footer>a{
    background-color: transparent;
}

.footer_delimiter_container {
	width:100%;
	height: 60px;
	position: relative;
}
.footer_delimiter
{
	position: absolute;
	right:50%;
	width: 1px;
	height: 60px;
	background-color: var(--color-purple);
}
.footer_contact_link {
	color: var(--color-purple);
	text-decoration: none;
	font-family: 'Cormorant Garamond' !important;
	font-size:20px;
	background-color: transparent;
}
.footer_logo_link {
	color: var(--color-purple);
	text-decoration: none;
	background-color: transparent;
}
.footer_social_logo_container {
	padding-top:30px;
	padding-bottom:30px;
	height:30px;
	width:100%;
	background-color: transparent;
}
.footer_icon {
	height: 30px;
	width:30px;
}
.footer_end_link{
	text-decoration: none;
	color: var(--color-purple);
	background-color: transparent;
}

@media (max-width: 1200px) {
	.footer_contact_link {
		font-size:30px;
	}
	.footer_social_logo_container {
		padding-top:60px;
		padding-bottom:60px;
		height:60px;
		width:100%;
	}
	.footer_icon {
		height: 60px;
		width:60px;
		margin-left:20px;
		margin-right:20px;
	}
}

.planningsmartphone {
	display:none;
}
.planningsmartphonecontent{
	position: relative;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

.mySlides {
	width:80%;
	height:250px;
	margin:auto;
}

@media (max-width: 1200px) {
	.mySlides {
		height:480px;
	}
}
.mySlides2 {
	width:80%;
	height:150px;
	margin:auto;
}

@media (max-width: 1200px) {
	.mySlides2 {
		height:280px;
	}
}
.dot-container {
  text-align: center;
  padding: 20px;
}
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
.planningpc {
	display:block;
}
@media (max-width: 1200px) {
	.planningsmartphone {
		display:block;
	}
	.planningpc {
		display:none;
	}
}

.card_46 {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
  width:46%;
  min-width:414px;
  margin-top:30px;
  text-align: center;
  float:left;
}

@media (max-width: 1200px) {
	.card_46 {
		width:100%;
	}
}
.card_46 > ul {
	margin-left:1%;
	margin-right:5%;
}
.card_46 > ul > li {
	margin-bottom:3px;
}

.card_46:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}




.gallery {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 33%;
	-moz-column-width: 33%;
	column-width: 33%;
}
.gallery .pics {
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}
.gallery .animation {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 
}

@media (max-width: 450px) {
	.gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
	}
}

@media (max-width: 400px) {
	.btn.filter {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}
}

.img-gallery{
	margin-bottom:15px;
}


.navbar_items_pc{
	display: table;
}
.navbar_items_smartphone{
	display:none;
	width:100%;
}

@media (max-width: 1200px) {
	.navbar_items_smartphone{
		padding-top:40px;
		padding-bottom:20px;
		display: block;
	}
	.navbar_items_pc{
		display:none;
	}
}



.burgermenu{
	box-sizing: content-box;
	display:none;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding-left:30px;
	padding-top:30px;
	padding-right:30px;
	padding-bottom:1000px;
	background-color:var(--color-beige);
	color:var(--color-purple);
	z-index: 1050;
}

.burgerfooter{
}
.burgermenu_social_logo_container {
	padding-top:30px;
	padding-bottom:30px;
	height:80px;
	width: 100%;
	text-align: center;
}
.burgermenu_icon {
	height: 80px;
	width:80px;
	padding:30px;
}
.burgermenu_logo_link {
	display: inline-block;
	color: var(--color-purple);
	text-decoration: none;
}
.burgercross{
	font-family: 'Roboto', sans-serif;
	color: var(--color-purple);
	text-decoration: none;
	font-size:80px;
	padding-top:30px;
	padding-right:30px;
	width:100%;
	text-align:right;
}