/* cmsms stylesheet: styles modified: Tuesday, May 2, 2023 5:32:52 AM */
@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600|Open+Sans:400,700|Karla:400,700&display=swap');

html {
	font-size: 62.5%;Karla:400,700&display=swap'
	height: 100%;
	background-color: #cccccc;
}
body {
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	width: 100%;
	max-width: 2560px;
	min-height: 100%;
	background-color: #ffffff;
	font-family: 'Karla', sans-serif;
}

div,p,section,a,header,footer,article{
	box-sizing: border-box;
}
/********* Apparence **********************/
a{
	color: #2BACE0;
}
p {
	margin: 0;
	font-size: 1.9rem;
	color: #000000;
	padding: 5px;
	line-height: 1.5;
	text-align: justify;
}

p.sous-titre{
	text-align: center;
	font-size: 2rem;
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
p.centre {
	text-align: center;
}

p.right {
	text-align: right;
}

p.left {
	text-align: left;
}

p.decale{
	padding-left: 30px;
}

h1{
	padding: 30px;
	margin: 0;
	font-size: 3.2rem;
	font-weight: 700;
	display: block;
	text-align: center;
	line-height: 1.5;
	font-family: 'Oswald';
	color:#2BACE0;
	text-transform: uppercase;
}
h2 {
	font-size: 2.3rem;
	margin-top: 30px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: 'Oswald';
	color:#2BACE0;
}

h3{
	clear:both;
	font-size: 2rem;
	font-weight: 700;
	padding: 5px;
	margin: 0;
}


img#logo {
	position: absolute;
	left: 5px;
	top: 5px;
	height: 80px;
	display: block;
	z-index: 4;
}

img.photo{
	width:100%;
	max-width: 1280px;
	display: block;
	margin: 20px auto;
	padding: 5px;
	box-sizing: border-box;
}

img.portrait{
	width:100px;
	margin: 0;
}

.galerie {
	margin:10px 0;
  padding:5px;
	display: inline-block;
	width:25%;
}

.galerie img{
	width:100%;
}

strong{
	font-weight: 700;
}

iframe.map{
	width:100%;
	border:0;
	height: 480px;
	margin: 10px 0;
	box-sizing: border-box;
	padding: 5px;
}
/*----------- structure ------------ */

header {
	margin: 0 auto;
	width: 100%;
	max-width: 2560px;
	display: block;
	position: fixed;
	left:50%;
	transform: translateX(-50%);
	z-index: 3;
	top: 0;
	height: 90px;
	border-bottom: solid 1px #2BACE0;
	background-color: #ffffff;
}
main {
	z-index: 2;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 20px;
}

#illustration{
	width:100%;
	height: 580px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#illustration img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width:auto;
	height: 580px;
}
section, div#accroche {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	display: block;
	padding-bottom: 30px;
	position: relative;
	clear: both;
}

section.frame{
        height:100vh;
       
}

.separation {
	margin: 0 auto;
	margin-top:20px;
	width: 80%;
	max-width: 900px;
	display: block;
	height: 1px;
	background: #84bfa2;
}
footer {
	margin: 0;
	width: 100%;
	display: block;
	background-color: #8a8a8a;
	min-height: 80px;
	padding: 20px 0 30px 0;
	position: relative;
	clear: both;
}
footer #innerFoot {
	width: 100%;
	max-width: 1280px;
	display: block;
	margin: auto;
}
footer .colFoot {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
footer h3 {
	font-size: 1.8rem;
	margin: 0;
	padding: 5px;
	line-height: normal;
	color: #efefef;
	text-transform: uppercase;
	font-weight: 500;
}
footer p {
	font-size: 1.6rem;
	margin: 0;
	padding: 5px;
	line-height: normal;
	color: #efefef;
}
footer a, footer a:hover, footer a:visited {
	color: #efefef;
}

/********** Formulaire *********/
form{
	padding: 5px;
	margin-top: 20px;
	border: none;
}
label, textarea, input,button{
	font-size: 1.9rem;
	font-family: 'Karla';
	display:block;
	margin-bottom: 5px;
}

button{
	padding: 5px;
	border-radius: 2px;
	border:solid 1px #000000;
	margin-top:10px;
}

textarea, input{
	width: 100%;
	max-width:400px;
	margin-bottom: 15px;
	font-size: 1.6rem;
	color:#666666;
}

/********** Liste ***********/
ul.liste{
	margin-top:10px;
        padding-left:20px;
        list-style-type: square;
}
ul.liste li{
	padding:0;
	font-size: 1.9rem;
	margin-bottom:10px
        
}


/************** bouton rdv *************/
#btn_rdv{
	margin: 0 auto 20px auto;
	display: block;
        width:230px;
	border-bottom:solid 1px #333333;
	border-right:solid 1px #333333;
}

#btn_rdv img{
	width:100%;
	display: block;
}

@media screen and (max-width: 1080px) {
	img#logo{
		height:60px;
	}

	header{
		height: 80px;
	}
}

@media screen and (max-width: 768px) {

p{
	text-align: left;
	font-size:1.8rem;
	}

	h1{
	padding:10px;
	text-align: center;
	}

h2 {
	display: block;
	width: auto;
	margin-right: 5px;
}

header, section {
	width: 100%;
}
header {
	top: 0;
	height:60px;
}

img#logo{
  height:40px;
	position: fixed;
	top:10px;
	}

img.illustration{
		width:80%;
		max-width: 80%;
		display: block;
		margin: 0 auto;
		margin-top:20px;
		margin-bottom:20px;
		float: none;
	}



footer {
	width: 100%;
}
	footer a{
		color: #D7D7D7;
	}
	footer .colFoot{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	footer p, footer h3{
		font-size: 1.6rem;
		text-align: center;
		background-image: none;
	}
	p.right{
		color: #D7D7D7;
		font-size: 1.4rem;
		text-align: center;
	}
}
/* cmsms stylesheet: menu modified: Tuesday, June 9, 2020 7:54:59 AM */
@charset "utf-8";

/* CSS Document */
nav a {
	text-decoration: none;
}

nav, ul, li, a {
	margin: 0;
	padding: 0;
}

nav {
	margin: 0 auto;
  width: 100%;
	max-width: 1280px;
	position: relative;
	height: 100%;
	font-size: 1.8rem;
	z-index: 2;
	font-weight: 500;
	font-family: 'Oswald';
}

.toggleMenu {
	display: none;
	background: #000000;
	padding: 10px 5px;
	color: #fff;
	background-image: url(https://www.morgessourire.ch/uploads/images/fond-menu.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.nav {
	list-style: none;
 *zoom: 1;
	margin: 0 auto;
	display: block;
	position: absolute;
	right: 0;
	top:30px;
}


.nav:before, .nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav ul {
	list-style: none;

}

.nav a {
	color: #4b4649;

}

.nav a:hover {
	color: #2BACE0;
}

.nav li {
	position: relative;
	padding-right: 5px;
	padding-left: 55px;
	padding-bottom: 5px;
}

.nav li li{
	padding: 5px;
}

#logo.petit .nav li{
	padding-top:0;
	padding-bottom: 5px;
}

.nav > li {
	float: left;
}

.nav > li > .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}

.nav > li > a {
	display: block;
}

.nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #ffffff;
}

.nav > li.hover > ul {
	left: 45px;
	top:30px;
}

.nav li li.hover ul {
	left: 100%;
	top: 0;
}

.nav li li a {
	display: block;
	background: #ffffff;
	position: relative;
	z-index: 100;
	width: 150px;
	padding: 5px;
	text-transform: none;
}

.nav li li li a {
	background: #464278;
	z-index: 200;
	width: 150px;
	padding-right: 5px;
	text-transform: none;
}

@media screen and (max-width: 768px) {

.toggleMenu{
	top:0;
	margin-top: 10px;
	right:5px;
	position:fixed;
	z-index:1000;
	border-radius: 3px;
	height:40px;
	width:40px;
}

nav {
  margin: 0;
	top:60px;
	bottom: auto;
	position:fixed;
	width:100%;
	font-size: 1.6rem;
	text-align:left !important;
}

.active {
	display: block;
}

.nav {
	width: 100%;
	margin: 0;
	padding: 0;
	top:0;
}

.nav li {
	padding-right: 0;
	padding-left: 0;
	border-left: none;
	background-color: #ffffff;

}

.nav li:hover{
		background: #cccccc;
	}

.nav a {
	color: #000000;
	padding-top:8px;
	padding-bottom: 8px;
	padding-left:5px;
}

.nav a:hover{

}

.nav > li {
	float: none;
	border-bottom: 1px solid #2BACE0;
}

.nav > li.hover{
	padding-bottom: 0;
}

.nav ul {
	display: block;
	width: 100%;
}

.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}

.nav > li.hover > ul{
	top:0;
}

.nav li li a {
	width: 100%;
	padding-right: 5px;

}

.nav li li li a {
	width: 100%;
	padding-right: 5px;

}
}
