@charset "utf-8";
/* Set a base */

.floatleft {float:left;}
.floatright {float:right;}
.clearboth {clear:both;}
.center {text-align:center;}
.nomargin {margin:0;}
.rouge900 {color:#900;}
.centermargin {margin: 0 auto;}
.nodisplay {display:none;}
@media (max-width:319px) {
html { 
	font-size:7vw; 
}
body {
	width: 100%;
	background-color: #ffffff;
	font-family: sans-serif;
}	
#main {
	width:100%;
}
#mini {display:block;   }
#regular, .desktop {display:none;	}
#mini .h1 {
	font-weight: bold;
	color: #006697;
	font-size: 9vw;
	margin:5px 0;
}
#mini h2 {
	font-weight: bold;
	color: #000000;
	font-size: 8vw;
	margin:5px 0;
}
#mini h3 {
	font-weight: bold;
	color: #000000;
	font-size: 7vw;
	margin: 2px 0 7vw 0;
}
#mini p {font-size: 7vw;	}
}
@media (min-width:320px) and (max-width:479px) {
html { 
	font-size:2em; 
}
body {
	width: 100%;
	background-color: #ffffff;
	font-family: sans-serif;
}	
#main {
	width:100%;
	overflow:auto;
}
#mini {display:none;   }
#regular {display:block;	}
#regular .header {display:none;	}
.desktop {display:block; background-color:#ffffff;}
#topbanner {
	background-image: url(img/pianokeys.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 50px;
	width: 100%;
	position: relative;
}
#bannerText {
	position: absolute;
	bottom: 7px;
	left: 100px;
}
#bannerText p {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    padding: 0;
    margin: 0;
}
#bannerText p.title {
	color:#006697;
}	
.menu {
	width:100%;
	margin: 2px auto;
	height:50px;
}
.menu .menuitem {
	border: thin solid #aaa;
	cursor: pointer;
	float: left;
	font-size: 0.4em;
	height: 45px;
	padding-top: 3px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #006697;
	color:#fff;
	margin-right: 0px;
	margin-left:0.7%;
	width: 18%;
	display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
}
.menu .menuitem:last-child {
	margin-right: 0px;
}

.menu .menuitem:hover {
	background-color: #fff;
	color: #006697;
}

.menu .menuitem a {text-decoration:none;color: inherit;}

#accueil {
	width:95%;
	margin: 0 auto;
}
#accueil .colonne1 {
	width:95%;    
}
#accueil h1 {
	font-weight: bold;
	color: #006697;
	font-size: 20px;
	margin:5px 0;
}
#accueil h2 {
	font-weight: bold;
	color: #000000;
	font-size: 17px;
	margin:5px 0;
}
#accueil p {font-size: 16px;	}
#photogerald {
	margin: 11px auto;
	width: 80%;
	display:block;
}
#photoservices {
	margin: 11px auto;
	width: 30%;
	display:block;
}
#pochette-CD-Paradis-Decimal {
	margin: 11px auto;
	width: 80%;
	display:block;
}
#accueil .annoncepda {
	background-color: #003768;
	padding:10px;
	margin:5px auto;
	height: 116px;
	color: #ffffff;
	font-size:14px;
}
#accueil .annoncepda .annoncepda_left {
	float:left;
	width:108px;
	overflow:hidden;
	display:inline-block;
}

#accueil .annoncepda .annoncepda_right {
    float: right;
    width: 57%;
    display: inline-block;
    text-align: right;
}
#accueil .annoncepda p {
	margin:0;
	padding: 0;
    font-size: 12px;
}

#accueil .annoncepda a {
	color:#FF0;
	font-size:12px;
}
#cours {
	width:95%;
	margin: 0 auto;
}
#cours .colonne1 {width:95%;  }
#cours p {
    font-size: 16px;
    text-align: justify;
}
#cours h1 {
	font-weight: bold;
	color: #006697;
	font-size: 20px;
	margin:5px 0;
}
#cours h2 {
	font-weight: bold;
	color: #000000;
	font-size: 17px;
	margin:5px 0;
}

#cours #photogeraldpiano {
	margin: 11px auto;
	width: 80%;
	display:block;
}
#services {
	width:95%;
	margin: 0 auto;
}
#services .colonne1 {width:95%;  }
#services p {
    font-size: 16px;
    text-align: justify;
}
#services h1 {
	font-weight: bold;
	color: #006697;
	font-size: 20px;
	margin:5px 0;
}
#services h2 {
	font-weight: bold;
	color: #000000;
	font-size: 17px;
	margin:5px 0;
}
#realisations {	width:95%;	margin: 0 auto;}
#realisations  p {font-size: 16px;	}
#realisations  ul {margin:10px 0 0 0;}
#realisations .colonne1 {width:95%;  }
#realisations a {
    font-size: 14px;
    margin: 0 0 33px 0;
    display: block;
}
#realisations  li {
    font-size: 16px;
    text-align: justify;
	margin: 10px 0 10px 0;
}
#realisations  h1 {
	font-weight: bold;
	color: #006697;
	font-size: 20px;
	margin:5px 0;
}
#realisations  h2 {
	font-weight: bold;
	color: #000000;
	font-size: 17px;
	margin:5px 0;
}
#realisations  h3 {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	margin:5px 0;
}
#contact .colonne1 {
    margin: 10px 35px 0 7px;
}
#contact .colonne1 p {
	margin:0;
	padding: 0 0 5px 0;
	font-size: 16px;
}
#contact h1 {
	font-weight: bold;
	color: #006697;
	font-size: 20px;
	margin:5px 0;
}
#contact h2 {
	font-weight: bold;
	color: #000000;
	font-size: 17px;
	margin: 20px 0 5px 0;
}
#contact .map-container {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}
#contact .map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    height: 100%;
    border: 0;
}

#footer {
	background-color:#CCC;
	color:#000;
	font-size:12px;
	clear:both;
}
#footer #coordonnees {width:71%;float:none;margin:0 auto;}
#footer #coordonnees li {vertical-align: middle;list-style: none;}
#footer #coordonnees img {width:32px;vertical-align: middle;margin: 10px 10px 0 0;}

#footer #altmenu {
    width: 73%;
    float: none;
    text-align: center;
    border-top: solid thin #000;
    margin: 21px auto 10px auto;
}
#footer #altmenu .menuitem {margin:10px 0 0 0;}
#footer #altmenu .menuitem a{text-decoration:none;color: #000;cursor: pointer;}
#footer #altmenu .menuitem:last-child {
	margin-bottom: 10px;
}
#footer #social {
	width: 73%;
    float: none;
    text-align: center;
    border-top: solid thin #000;
    margin: 0 auto;
}
#footer #social ul {padding:0;}
#footer #social li {list-style: none;}
#footer #social img {width:32px;margin: 0px 0 8px 0;}
}
@media (min-width:480px) and (max-width:768px) {
html { 
	font-size:2em; 
}
body {
	width: 100%;
	background-color: #ffffff;
	font-family: sans-serif;
}	
#main {
	width:100%;
	overflow:auto;
}
#mini {display:none;   }
#regular {display:block;	}
#regular .header {display:none;	}
.desktop {display:block; background-color:#ffffff;}
#topbanner {
    background-image: url(img/topbanner780.jpg);
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 150px;
    width: 100%;
    position: relative;
}
#bannerText {
	position: absolute;
	bottom: 9px;
	right: 29px;
}
#bannerText p {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    padding: 0;
    margin: 6px;
}
#bannerText p.title {
	color:#006697;
}
.menu {
	width:100%;
	margin: 2px auto;
	height:50px;
}
.menu .menuitem {
	border: thin solid #aaa;
	cursor: pointer;
	float: left;
	font-size: 0.5em;
	height: 45px;
	padding-top: 3px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #006697;
	color:#fff;
	margin-right: 0px;
	margin-left:0.8%;
	width: 18%;
	display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
}
.menu .menuitem:last-child {
	margin-right: 0px;
}

.menu .menuitem:hover {
	background-color: #fff;
	color: #006697;
}
.menu .menuitem a {text-decoration:none;color: inherit;}

#accueil {
	width:95%;
	margin: 0 auto;
}
#accueil .colonne1 {
	float:left;
	width:60%;    
	margin-right: 0;
}
h1 {
	font-weight: bold;
	color: #006697;
	font-size: 25px;
	margin:5px 0;
}
h2 {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	margin:5px 0;
}

#realisations  h3 {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	margin:5px 0;
}
#accueil p {font-size: 14px;	}
#photogerald {
	margin: 11px 0px 0px 3%;
	float: left;
	width: 37%;
}
#photoservices {
	margin: 11px 0px 0px 3%;
	float: left;
	width: 37%;
}
#pochette-CD-Paradis-Decimal {
	margin: 11px 0px 0px 3%;
	float: left;
	width: 37%;
}
#accueil .annoncepda {
	background-color: #003768;
	padding:10px;
	margin:5px auto;
	height: 116px;
	color: #ffffff;
	font-size:14px;
}
#accueil .annoncepda .annoncepda_left {
	float:left;
	width:108px;
	overflow:hidden;
	display:inline-block;
}

#accueil .annoncepda .annoncepda_right {
    float: right;
    width: 57%;
    display: inline-block;
    text-align: right;
}
#accueil .annoncepda p {
	margin:0;
	padding: 0;
    font-size: 12px;
}

#accueil .annoncepda a {
	color:#FF0;
	font-size:12px;
}
#cours p {
    font-size: 14px;
    text-align: justify;
}
#cours .colonne1 {float:left;width:60%;margin-left:0;}
#cours #photogeraldpiano {
	margin: 11px 0px 0px 3%;
	float: left;
	width: 37%;
}

#services p {font-size: 14px;text-align: justify;	}
#services .colonne1 {float:left;width:60%;margin-left:0px;}

#realisations  p {font-size: 14px;	}
#realisations  ul {margin:10px 0 0 0;}
#realisations li {font-size: 14px;margin: 10px 0 10px 0;}
#realisations .colonne1 {float:left;width:60%;margin-left:0px;}
#realisations a {
    font-size: 14px;
    margin: 0 0 33px 0;
    display: block;
}

#contact p {font-size: 14px;	}
#contact .colonne1 {
    float: left;
    width: 50%;
    margin-left: 0;
    margin-top: 10px;
	margin-right:10px;
}
#contact .map-container {
    position: relative;
    overflow: hidden;
    padding-top: 30%;
}
#contact .map-iframe {
    position: absolute;
    top: 20px;
    left: 0;
    width: 90%;
    height: 100%;
    border: 0;
}
#footer {
	background-color:#CCC;
	color:#000;
	font-size:12px;
	min-height:155px;
	clear:both;
}
#footer #coordonnees {width:55vw;float:left;}
#footer #coordonnees li {vertical-align: middle;list-style: none;}
#footer #coordonnees img {width:32px;vertical-align: middle;margin: 10px 10px 0 0;}

#footer #altmenu {width:30%;float:left;margin-top: 10px;}
#footer #altmenu .menuitem {margin:10px 0 0 0;}
#footer #altmenu .menuitem a{text-decoration:none;color: #000;cursor: pointer;}

#footer #social {width:8%;float:left;}
#footer #social li {list-style: none;}
#footer #social img {width:32px;margin: 10px 10px 0 0;}
}
@media (min-width:768px) {
html { 
	font-size:2em; 
	background-image:url("img/bkg.png");
	background-repeat: repeat;
}
body {
	width: 768px;
	margin: 0 auto;
	background-color: #ffffff;
	height: 1024px;
	font-family: sans-serif;
	text-align:justify;
}
#main {
	width:768px;
	overflow:auto;
}
#mini {display:none;   }
#regular {display:block;	}
#regular .header {display:none;	}
.desktop {display:block; background-color:#ffffff;}

.menu {
	margin:10px auto;
	width: 100%;
	display:block;
	height: 25px;
}
#menuBtn {display:none;}
.menu .menuitem {
	border: thin solid #aaa;
	cursor: pointer;
	float: left;
	font-size: 16px;
	height: 21px;
	padding-top: 3px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #006697;
	color:#fff;
	margin-right: 0px;
	margin-left:5px;
	width: 143px;
}
.menu .menuitem:last-child {
	margin-right: 0px;
}

.menu .menuitem:hover {
	background-color: #fff;
	color: #006697;
}
.menu .menuitem a {text-decoration:none;color: inherit;}
#topbanner {
	background-image: url(img/topbanner780.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 768px;	
	position:relative;	
}
#bannerText {
	position: absolute;
	bottom: 9px;
	right: 29px;
}
#bannerText p {
	font-weight: bold;
	color: #000000;
	font-size: 25px;
	padding: 0;
	margin: 6px;
}
#bannerText p.title {
	color:#006697;
}
#accueil {
	width:95%;
	margin: 0 auto;
}
#accueil .colonne1 {float:left;width:445px;}
h1 {
	font-weight: bold;
	color: #006697;
	font-size: 25px;
	margin:5px 0;
}
h2 {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	margin:5px 0;
}

#realisations  h3 {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	margin:5px 0;
}
#accueil p {font-size: 14px;	}

#accueil .annoncepda {
	background-color: #003768;
	padding:10px;
	margin:5px auto;
	height: 128px;
	color: #ffffff;
	font-size:14px;
}
#accueil .annoncepda .annoncepda_left {
	float:left;
	width:130px;
	overflow:hidden;
	display:inline-block;
}

#accueil .annoncepda .annoncepda_right {
    float: right;
    width: 285px;
    display: inline-block;
    margin-left: 10px;
    text-align: right;
}
#accueil .annoncepda p {
	margin:0;
	padding: 0;
}
#accueil .annoncepda a {
	color:#FF0;
	font-size:14px;
}

#cours p {font-size: 14px;	}
#cours .colonne1 {float:left;width:450px;margin-left:10px;}

#services p {font-size: 14px;	}
#services .colonne1 {float:left;width:450px;margin-left:10px;}

#realisations  p {font-size: 14px;	}
#realisations  ul {margin:10px 0 0 0;}
#realisations li {font-size: 14px;margin: 10px 0 10px 0;}
#realisations .colonne1 {float:left;width:450px;margin-left:10px;}
#realisations a {
    font-size: 14px;
    margin: 0 0 33px 0;
    display: block;
}

#contact p {font-size: 14px;	}
#contact .colonne1 {
	float:left;
	width:367px;
	margin-left:16px;
	margin-right: 22px;
}
#contact .map-container {
    position: relative;
    overflow: hidden;
    padding-top: 30%;
}
#contact .map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    height: 100%;
    border: 0;
}
#photogerald {
	margin-top: 11px;
	float: right;
	width: 250px;
	display:block;
}
#photogeraldpiano {
	margin: 11px 0px 0px 25px;
	float: left;
	width: 250px;
	display:block;
}
#photoservices {
	margin: 11px 0px 0px 25px;
	float: left;
	width: 250px;
	display:block;
}
#pochette-CD-Paradis-Decimal {
	margin-top: 11px;
	float: right;
	width: 250px;
	display:block;
}
#footer {
	background-color:#CCC;
	color:#000;
	font-size:12px;
	min-height:155px;
	position:relative;
	clear:both;
}
#footer #coordonnees {width:38%;float:left;}
#footer #coordonnees li {vertical-align: middle;list-style: none;}
#footer #coordonnees img {width:32px;vertical-align: middle;margin: 10px 10px 0 0;}

#footer #altmenu {width:30%;float:left;margin-top: 10px;}
#footer #altmenu .menuitem {margin:10px 0 0 0;}
#footer #altmenu .menuitem a{text-decoration:none;color: #000;cursor: pointer;}

#footer #social {width:30%;float:left;}
#footer #social li {list-style: none;float:left;}
#footer #social img {width:32px;margin: 10px 10px 0 0;}
}

