@font-face
{
	font-family: blackJack;
	src:url("../fonts/blackjack.otf");
}
@font-face
{
	font-family: Raleway-Regular;
	src:url("../fonts/bRaleway-Regular.otf");
}
@font-face
{
	font-family: OpenSans-Regular;
	src:url("../fonts/OpenSans-Regular.ttf");
}
@font-face
{
	font-family:DancingScript-Regular;
	src:url("../fonts/DancingScript-Regular.otf");
}
@font-face
{
	font-family:Montserrat-Regular;
	src:url("../fonts/Montserrat-Regular.otf");
}
@font-face
{
    font-family:elegant-lux;
    src:url("../fonts/Elegant-Lux-Mager-400.otf");
}
@font-face
{
    font-family:viola;
    src:url("../fonts/FontsFree-Net-VIOLA.ttf");
}
@font-face
{
    font-family:savoye;
    src:url("../fonts/Savoye-LET-Plain1.0.ttf");
}
*
{   
    margin:0;
    padding:0;
}
body,html
{
    height: 100%
}

p
{

    font-family: elegant-lux;
}
.imgportfolio {
    width: 19%;
    padding-top: 1%;
}
a{
    font-family: elegant-lux;
}

a:hover, a:link
{
    text-decoration: none !important;
}
.zoom
{
    margin-top: 70px;
}
.zoom img
{
    width: 100%;
}
.zoom p
{
    margin: 8%;
    font-weight: bold;
    font-size: 150%;
}
#main
{
    position: relative;
}
header
{
	padding-bottom: 25px;
}
#mainHover
{
    height: 690px;
}
.mainNav 
{
	text-align: center;
    width: 100%;

}
.sticky
{
    position: fixed;
    z-index: 1;
    top: 0;
    height: 95px;
    background-color: #fff;
    padding: 28px;
    border-bottom: 1px solid #c0c0c073;
}
.mainNav ol
{
	list-style-type: none;
    display: flex;
    justify-content: space-around;
}
.mainNav a
{
	font-size: 1.4vw;
	color: #107474;
	padding: 1vw 2vw;
	font-family: elegant-lux;
}
.mainNav a:hover
{
	background-color: #107474;
	text-decoration: none;
	color: #fff;
}
.logo
{
	text-align: center;
	margin: 1% 0% 2% 1%;
}
.logo img
{
    width: 18%;
}
.bannerMain
{
	background-image: url(../images/bannerMain.jpg);
	background-repeat: no-repeat;
    background-size: 100%;
	height: 34vw;
	position: relative;
	text-align: center;
}
.main h1
{
	position: absolute;
	width: 100%;
	top: 50%;
    font-size: 4.8vw;
    font-family: DancingScript-Regular;
    color: #fff;
    font-weight: bold;
}
.bannerMain h2
{
	position: absolute;
	width: 100%;
	top: 65%;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.sectionTitle h2
{
	width: 100%;
    font-size: 65px;
    text-align: center;
    color: #107474;    
    padding: 30px;
    font-family: elegant-lux;
}
.sectionTitle 
{
	position: relative;
	margin-bottom: 50px;
}
.sectionTitle::before {
    position: absolute;
    top: 50%;
    width: 15vw;
    height: 2px;
    background-color: #ed9c40f2;
    content: '';
    left: 20%;
 }   
 .sectionTitle::after {
    position: absolute;
    top: 50%;
    width: 15vw;
    height: 2px;
    background-color: #ed9c40f2;
    content: '';
    right: 20%;
 } 
 .buttonMain
 {
 	position: absolute;
 	bottom: 10%;
 	text-align: center;
 	width: 100%;
 }
  .buttonMain button
 {
    padding: 20px 20px;
    font-size: 200%;
    width: 20%;
 }
 .btn-main
 {
 	margin: 15px;
 	width: 10%;
 	padding:15px;
 	font-size: 25px;
 	background-color:#107474c2;
 	color: #fff;
 }
  .btn-main:hover, .btnReal:hover
 {
    
    background-color:#107474;
    color: #fff !important;
    box-shadow: 0 8px 16px -5px #0000006b;
 }
 .servicesBox
 {
 	display: flex;
 	justify-content: space-around;
 	margin-top: 45px;
 }
  .servicesBox img
 {
 	width: 60%;
 }
 .old, .new{
 	text-align: center;
 	width: 45%;
 	position: relative;
    box-shadow: 0 8px 16px -5px #0000006b;
 }
 .subBoxOld h4
 {
 	display: none;
 	position: absolute;
 	bottom: 0;
 	width: 100%;
 	background-color:#10747482;
 	margin: 0;
 	padding: 20px;
 }
  .subBoxNew h4
 {
 	display: none;
 	position: absolute;
 	bottom: 0;
 	width: 100%;
 	background-color: #10747482;
 	margin: 0;
 	padding: 20px;
 }
 .old:hover .subBoxOld h4
 {
 	display: block;
 	color: #fff;
 }
  .new:hover .subBoxNew h4
 {
 	display: block;
 	color: #fff;
 }
 .new img
 {
    width: 75%;
 }
 .services p
 {
 	font-size: 20px;
    margin: 3% 0%;
 }
 .parcours p
 {
    font-size: 18px;
    text-align: justify; 
    margin-bottom: 1%;
 }
 .parcoursSpeechContent
 {
    margin-top: 50px;
    padding: 0px 100px;
 }
 .services h3, .parcours h3
 {
 	font-style: italic;
    padding: 6px;
    text-align: center;
    margin-bottom: 2%;
    font-size: 30px;
    font-family: DancingScript-Regular;
 }
 .servicesSpeech
 {
    margin-bottom: 130px;
 }
 .section
 {
    width: 31%;
 }
 .btnReal
 {
 	width: 93%;
    margin: 4% 5%;
    font-size: 30px !important;
 	background-color:#107474c2;
 	color: #fff;
 }
  .btnReal:hover
 {
 	
 	color: #ed9c40f2;
 }
 .parcours img
 {
 	float: left;
    width: 40%;
    margin-right: 100px;
    box-shadow: 0 8px 16px -5px #0000006b;
    margin-bottom: 27px;
 }
 footer
 {
 	height: 387px;
    position: relative;
 }
  .footerBox
 {
    background-color: #107474;
 }
 .footerContent
 {
 	display: flex;
 	justify-content: space-between;
 	padding-left: 75px;
    padding-right: 0;
    padding: 1%;
    padding-bottom: 2%;
 }
  .footerContent h3
 {
 	color:#ed9c40f2;
 	margin-bottom: 30px;
 	font-family: elegant-lux;
 	font-size: 1.3vw;
 }
.footerContent h4,   .footerContent p,   .footerContent li,    .footerContent a
{
 	color:#fff;
}
.footerContent h4
{
	font-size: 20px;
}
.footerContent a
{
	font-size: 18px;
}
.footerContent li
{
	font-size: 16px;
    font-family: elegant-lux;
}
.footerContent a:hover
{
	color: #ed9c40f2;
	text-decoration: none;
}
 .footerWork p
 {
 	line-height: 40px;
    padding-right: 34%;
 }
 .footerPlace ol
 {
 	list-style-type: none;
 	padding: 0;
 }
 .footerNav ol
 {
 	list-style-type: none;
 	padding: 0;
 	line-height: 45px;
 }
 .footerPlace ol
 {
 	line-height: 30px;
 }
 .subFooter
 {
 	padding: 5px;
 	width: 100%;
 	text-align: center;
 	background-color: #107474b8;
 } 
  .subFooter p
 {
 	margin: 0;
 	padding: 5px;
 	font-weight: 600;
 }
 #mapid
 {
 	height: 180px;
    width: 88%;
 }
 .leaflet-control-container
 {
 	display: none;
 }
 .footerWork p
 {
 	font-size: 18px;
    color: #fff;
 }
#topBtn
{
	position: fixed;
	bottom: 150px;
    right: 5%;
    width: 50px;
    height: 50px;
    font-size: 75px;
    border: none;
    cursor: pointer;
    display: none;
    color: #ed9c40f2;
    z-index: 1;
}
 .formularyContact
 {
 	padding: 2% 5%;
 }
  .formularyContact h4
 {
 	font-size: 1vw; 
 	padding: 10px;
 }
 .questionName, .questionBlockContact
 {
 	display: flex;
 }
 textarea
 {
    margin:  1% !important;
 	width: 99%;
 	height: 180px;
    padding: 1%;
 }
 .contact input
 {
 	margin: 1%;
 }
 .formularyMessage
 {
 	margin: 1%;
 }
 .contactSpeech
 {
 	width: 100%;
 	font-size: 18px;
 	display: flex;
 	justify-content: space-around;
 	line-height: 20px;
 }
.contactSpeech a:hover,.chapter a:hover
 {
    color: #107474 !important;
    font-weight: bold;
 }
 .chapter a
 {
    padding: 1%;
    color: #107474;
 }
.contactSpeech li
{
    font-family: elegant-lux;
}
.contact ol
{
	padding: 1%;
	line-height: 40px;
	list-style-type: none;
	font-size: 25px;
}
.contact i
{
	color: #ed9c40f2;
	margin: 10px;
}
.contact h4
{
    font-family: elegant-lux;
}
.sectionContact
{
	margin-bottom: 20px;
}
.contact
{
	margin-bottom: 50px;
}
#contact, #parcours, #services
{
    padding-top: 3vw;
}
#portfolioMain
{
    width: 100%;
    height: 100%;
    border-top: 1px solid #c0c0c073;
}
#portfolioMain h1
{
    text-align: center;
    font-size: 75px;
    font-family: DancingScript-Regular;
    margin-top: 60px;
}
.portfolioContentFirstBox 
{
    margin-top: 60px;
    margin-bottom: 150px;
}
.mentionsMain
{
    padding: 5vw;
}
.mentionsMain h1
{
    margin-bottom: 6vw;
}

@media only screen and (max-width: 425px){
    .footerName
    {
        display: none;
    }
    .footerNav
    {
        display: none;
    }
    .footerContent h3 {
    font-size: 6.3vw;
}
.footerContent a {
    font-size: 14px;
}
.footerContent{
    display: block;
}
.footerWork p {
    line-height: 24px;
}
#topBtn {
    right: 15%;
}
.contactSpeech {
    display: block;
}
.contact ol {
    font-size: 20px;
}
.parcoursSpeechContent {
    padding: 0px 
}
.parcours img {
    margin-right: 25px;
    margin-bottom: 10px;
}
.formularyContact h4 {
    font-size: 6vw;
}
.sectionTitle::after {
    top: 52%;
    width: 8vw;
    height: 1px;
    right: 3%;
}
.sectionTitle::before {
    top: 52%;
    width: 8vw;
    height: 1px;
    left: 3%;
}
.sectionTitle h2 {
    font-size: 45px;
}
.new img {
    width: 100%;
}
.servicesBox {
    display: block;
}
.old, .new {
    width: 100%;
}
.old, .new {
    margin-bottom: 10%;
}
.old
{
    padding: 10%;
}
.servicesBox img {
    width: 100%;
}
#mainHover {
   height: 55vw;
}

.main h1 {
    position: absolute;
    width: 100%;
    top: 38%;
    font-size: 7.2vw;
    font-family: DancingScript-Regular;
    color: #fff;
    font-weight: bold;
}
.bannerMain {
    background-image: url(../images/bannerMain.jpg);
    background-repeat: no-repeat;
    background-size: 140%;
    height: 64vw;
    position: relative;
    text-align: center;
}
.buttonMain button {
    padding: 8px 10px;
    font-size: 78%;
    width: 22%;
}
.mainNav a {
    font-size: 3vw;
    padding: 1vw 2vw;
}
.sticky {
    height: 48px;
    padding: 14px;
}
.logo {
    text-align: center;
    margin: 5% 0% 5% 1%;
}
.logo img {
    width: 45%;
}
#portfolioMain h1 {
    font-size: 40px;
    margin-top: 45px;
}
}
@media only screen and (min-width: 426px) and (max-width: 1024px){
    .buttonMain button {
    padding: 1% 0px;
    font-size: 150%;
    width: 16%;
}
.main h1 {
    top: 45%;
}
#mainHover {
    height: 30vw;
}
.sectionTitle h2 {
    font-size: 45px;
}
.sectionTitle::after {
    right: 18%;
}
.sectionTitle::before {
    left: 18%;
}
.formularyContact h4 {
    font-size: 2vw;
    padding: 10px;
}
.footerContent h3 {
    font-size: 2.3vw;
}
    }


