
strong{
  font-weight: 500 !important;
}
@font-face{
  font-display: swap;
}
.ti-widget.ti-goog .ti-widget-container .ti-date{
  opacity: 1 !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: century-gothic, sans-serif;
  font-weight: 100;
  font-size: 20px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.nav{
  width: 100%;
  position: fixed;
  z-index: 1000;
  background: white;
}
.menu-container{
  position: relative;
  z-index: 100;
  margin-top: 1%;
}
.menu-wrapper{
  display: block;
  opacity: 1;
}

.menu-container ul#menu-menu-droit {
  position: absolute;
  width: 38%;
  left: 0;
}
 
.menu-container ul#menu-menu-gauche {
  position: absolute;
  width: 38%;
  right: 0;
}
.menu-container ul#menu-menu-droit{
  display: inline-block;
  text-align: right;
  margin-top: 1%;
}
.menu-container ul a{
  text-decoration: none;
  text-transform: none;
  color: black;
  font-size: 23px;
}

.menu-container ul#menu-menu-gauche{
  display: inline-block;
  text-align: left;
  margin-top: 1%;
}
.logo-container {
  width: 15%;
  margin: 0 auto;
  text-align: center;
}

.logo-container img {
  width: 70%;
  height: 100%;
  transition: 0.5s all;
}
.logo-container img:hover{
  transition: 0.5s all; 
  -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9);

}
  
.menu-container ul#menu-menu-droit li{
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
.menu-container ul#menu-menu-gauche li{
  display: inline-block;
  position: relative;
  padding: 0 40px;

}
.action-mobile-menu {
  display: none;
}
.menu-container ul a{
  transition: 0.3s ease;
}
.menu-container ul a:hover{
  color: #0B3E79;
  transition: 0.3s ease;
}
 
  
/* -----------  Parallax ----------- */
.Parallax{
  height: 100vh;
  background-attachment: fixed; /* Fixe l'image pendant le scroll */
  background-size: cover; /* L'image prendra 100% de l'espace, quitte à la crop */
  background-position: center; /* Centre la position de l'image */
  background-repeat: no-repeat; /* Empêche l'image de se répéter en fonction de la taille d'écran  */
  
}
/* -----------  FIN Parallax ----------- */
/* -----------  Font Page ----------- */
.container{
    max-width: 1200px;
    margin: auto;
    padding: 100px 0 0 0;
}
.textpresaccueil{
  text-align: center;
  padding: 100px 0 35px 0;
}
.un-quart{
  text-align: center;
  padding: 35px 0 35px 0;
}
.un-quart h3{
  font-family: 'aviano-royale', serif;
  font-size: 40px;
  color: #0B3E79;
}
.un-quart p{
  font-size: 15px;
}
.un-quart .portrait{
  width: 50%;
}
.un-quart img{
  margin: 30px 0 30px 0;
  clip-path: circle(30%);
  width: 50%;
}
.block-2{
  display: flex;
  margin: 30px 0 30px 0;
overflow-x: hidden
}
.blockImage h5{
  color: white;
  font-family: 'aviano-royale', serif;
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
h5:before {
  content: "";
  position: absolute;
  width: 0;
  background: #0B3E79;
  left: 45%;
  height: 3px;
  bottom: 0;
  transition: all .3s;
  opacity: 0.7;
  
}
h5:hover{
  color: #0B3E79;
  font-weight: 500;
}
 h5:hover:before {
  width: 100%;
  left: 0;
}
.block-2 h4{
  font-weight: 500;
  font-size: 25px;
}
.block-2 .texte-div-one{
  width: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin: auto;
  padding: 10px;
}
.block-2 .texte-div-one p{
  font-size: 15px;
  padding:20px;
  text-align: justify;
}
.block-2 .img-div-one{
  width: 50%;
  text-align: center;
  margin: auto;
    padding: 10px;
}
.block-2 .img-div-one img{
  clip-path: circle(35%);
  width: 50%;
}
.block-2:nth-child(2n+1){
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 0;
}

.block-three{
  display: flex;
  width: 33%;
  
}
.block-three img{
  width: 100%;
  margin: 0 0.6%;
}
hr{
  border: 1px solid #0B3E79;
}
.block-2:nth-child(3){
  border-bottom: none;
}
.creative{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
}
.blockImage{
  
  margin: 1%;
  height: 280px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blockImage img{
  display: block;
  width: 100%;
  height: 280px;
  transition: 0.5s all !important;
  object-fit: cover;
}
.blockImage a h4 {
  font-family: 'aviano-royale', serif;
  font-size: 50px;
  color: #0B3E79;
  font-weight: bold;
  text-align: center;
  
}
.creative a:hover img{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  filter: initial;
  -webkit-filter: initial; /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}
.blockImage a img{
  filter: gray;
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}
a:hover .smooth-scroll-link{

   overflow: hidden;
}

/* -----------  FIN Font Page ----------- */

/* ---------- Page prestation ---------- */

.texte-div-one h3{
  font-family: 'aviano-royale', serif;
  font-size: 40px;
  color: #0B3E79;
  text-align: center;
  

}
.texte-div-one h4{
  font-family: century-gothic, sans-serif;
  font-size: 25px;
  color: black;
  text-align: center;
  font-weight: 500;
  padding: 0 0 15px 0 ;
}
.img-div-two{
  width: 50%;
  text-align: center;
}
.img-div-two img{
  width: 100%;
}
/* ---------- FIN Page prestation ---------- */




/* ---------- Page Gallerie ---------- */
.center {
  text-align: center;
}
.btnA{
  
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btnA a{
  font-size: 20px;
  text-decoration: none;
  text-transform: none;
  color: black;
}
.btnA:before {
  content: "";
  position: absolute;
  width: 0;
  background: #0B3E79;
  left: 45%;
  height: 2px;
  bottom: 0;
  transition: all .3s;
  opacity: 0.7;
}
.btnA:hover:before {
  width: 100%;
  left: 0;
}

.gallerie{
  margin: 0 auto;
  text-align: center;
}
/* -----------  Contact ----------- */

.titre-page{
    font-family: 'aviano-royale', serif;
    font-size: 40px;
    color: #0B3E79;
    text-align: center;
    padding: 20px 0 20px ;
}
.titre-page p{
  font-family: century-gothic, sans-serif;
  color: black;
  font-weight: 200;
  font-size: 15px;
}

.img-div-one p{
  font-size: 20px;
}

.contact{
  text-align: center;
}
.block{
  display: block;
}
.wpcf7-form-control-wrap{
  margin-bottom: 20px;
}
.wpcf7-form-control-wrap [type="text"],[type="email"],[type="tel"] {
  background: none;
  border: none;
  border-bottom: 2px solid #0B3E79;
  font-family: century-gothic, sans-serif;
  width: 70%;
  padding: 10px;
  font-size: 20px;
  color: black;
  font-weight: 200;
}

input[type="submit"]{
 text-align: center;
 font-family: century-gothic, sans-serif;
 display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  color: black;
  background: none;
  margin-bottom: 0;
 font-weight: 200;
}
.btnA:before {
  content: "";
  position: absolute;
  width: 0;
  background: #0B3E79;
  left: 45%;
  height: 2px;
  bottom: 0;
  transition: all .3s;
  opacity: 0.7;
}
.btnA:hover:before {
  width: 100%;
  left: 0;
}
::placeholder{
  color: black;  
}
textarea.form-control {
  font-family: century-gothic, sans-serif;
  font-weight: 200;
  resize: vertical;
  background: none;
  border-bottom: 2px solid #0B3E79;
  border-left: none;
  border-top: none;
  border-right: none;
  width: 72%;
  height: 150px;
  outline: none;
  color: black;
  padding-left: 15px;
  font-size: 20px;
}

#Envoyez:focus{
  border: none;
}
input {
  border: none;
  outline: none
}
.BtnEnvoie{
  text-align: center;
}
#category {
  padding: 10px;
  margin: 10px;
  width: 74%;
  font-family: century-gothic, sans-serif;
  font-weight: 300;
  font-size: 15px;
  padding-left: 19px;
}
#category:focus{
  border: 1px solid #0B3E79;
}
/* -----------  FIN Contact ----------- */

/* -----------  Footer ----------- */
footer .fondFooter{
  background-color: #e7e7e7af ;  
  height: auto;
  width: 100%;
}
footer{
  color: black;
}
footer .textfooter{
  text-align: center;
  padding: 20px 0 20px 0;
}
.textfooter h4{
  font-size: 20px;
  padding-bottom :15px;
}
.textfooter p{
  font-size: 15px;
  padding-bottom :15px;
}
.textbas{
  background-color: white;
}
.textbas ol{
  font-size: 15px;
  display: flex;
  justify-content: center;
}
.textbas ol a{
  text-decoration: none;
  color: black;
  transition: all 0.5s;
  padding: 10px;
}
.textbas ol a:hover{
  transition: all 0.5s;
  color: #0B3E79;
}
.textbas ol li{
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 300;
}
#cguv{
  padding: 50px;
  font-family: oswald, 'sans-serif';
}
#cguv h1{
  font-weight: 400;
  font-size: 30px;
}
#cguv h3{
  font-weight: 400;
  font-size: 28px;
  color: #0B3E79;
}
#cguv p{
  font-size: 20px;
}
#erreur{
     text-align: center ;	
     padding-top: 300px;
     padding-bottom: 150px;
}

/*-------- Mediaqueries------*/

@media screen and (max-width: 1030px){
  .logo-container {
    width: 15%;
  }
  .logo-container img {
    width: 80%;
    heigh: 100%;
  }
  .menu-container ul#menu-menu-droit {
    margin-top: 1%;
  }
  .menu-container ul#menu-menu-gauche {
    margin-top: 1%;
  }
}
@media screen and (max-width: 1015px){

  .menu-container ul a{
    font-size: 18px
  }
@media screen and (max-width: 993px){

  .menu-container ul a{
    font-size: 18px
  }
  .logo-container {
    width: 15%;
  }
  .logo-container img{
    width: 70%;
    heigh: 100%;
  }
  .menu-container ul#menu-menu-droit {
    margin-top: 1%;
  }
  .menu-container ul#menu-menu-gauche {
    margin-top: 1%;
  }
}
@media screen and (max-width: 890px){
  .menu-container ul a {
   font-size: 15px;
   }
}
@media screen and (max-width: 830px){
  .menu-container ul a {
   font-size: 13px;
   }
}


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

  .Parallax{
    background-attachment: scroll ;
  }
  .textpresaccueil{
    padding: 100px 10px 35px 10px;
  }
  .creative {
    display: block;
  }
  .blockImage {
    width: 70%;
    margin: 1% auto;
  }
  
  .menu-container {
    height: 0;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease;
    overflow: hidden;
  }
  .menu-container .menu-wrapper{
    padding-top: 60px;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  .menumobileopen {
    background-color: #fff;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
    z-index: 99;
    transition: opacity 0.5s ease, height 0.5s ease;
    opacity: 1;
    overscroll-behavior-y: contain;
    overflow-y: auto;
    
  }
  .menu-container ul#menu-menu-droit , .menu-container ul#menu-menu-gauche,  .menu-container ul#menu-menu-gauche li, .menu-container ul#menu-menu-droit li{
    display: block;
    position: unset;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .menu-container .menu-wrapper li{
    margin: 75px 0;
    font-size: 22px;
  }
  .action-mobile-menu {
    position: absolute;
    top: 30px;
    right: 28px;
    width: 30px;
    z-index: 100;
    display: block;
  }
  .action-mobile-menu .line {
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #212529;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .action-mobile-menu .line {
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #212529;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .action-mobile-menu:not(.close) .line.first-line {
    top: 0;
  }
  .action-mobile-menu .action-click {
    position: absolute;
    height: 30px;
    width: 100%;
    cursor: pointer;
  }

  .action-mobile-menu:not(.close) .line.second-line {
    top: 15px;
  }
  .logo-container{
    margin: 20px 0 0 20px;
    text-align: left;
    width: 15%;
  }
  .logo-container img{
    width: 90%;
    height: 100%;
  }
  .action-mobile-menu.close {
    position: fixed;
    
  }
  .action-mobile-menu.close .first-line {
    top: 10px;
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .action-mobile-menu.close .second-line {
    top: 10px;
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }
  .block-2{
    display: block;
    margin: 30px;
  }
  .block-2 .texte-div-one{
    font-size: 18px;
    padding: 30px 0 30px 0;
  }
  .block-2 .img-div-one img{
    width: 70%;
    transform: none;
  }
  .block-2 .img-div-two{
    width: 100%;
  }
  .block-2:nth-child(2n+1){
    display: block;
    margin: 30px;
    padding: 0;
  }
  .block-2 .texte-div-one{
    width: 100%;
  }
  .block-2 .img-div-one{
    width: 100%;
  }
  .menu-container .menu-wrapper li{
    margin: 55px 0;
  }
  .un-quart {
    padding: 15px;
  }
  .textfooter h4 {
    padding: 15px;
  }
  .textbas ol{
    display: block;
    text-align: center;
  }
  .textbas ol a{
    padding: 1px;
  }
  .titre-page p {
    padding: 10px;
  }
}

@media screen and (max-width: 577px){
/*---------- Menu responsive ----------*/

/*---------- FIN Menu responsive ----------*/
  .block-2{
    display: block;
    margin: 30px;
  }
  .block-2 .texte-div-one{
    width: 100%;
    padding: 30px 0 30px 0;
  }
  .block-2 .texte-div-one p{
    padding: 20px;
  }
  .block-2 .img-div-one{
    width: 100%;
    text-align: center;
  }
  .block-2 .img-div-one img{
    width: 100%;
    transform: translate(0%);
  }
  .block-2:nth-child(2n+1){
    display: block;
    margin: 30px;
    padding: 0;
  }
  .creative{
    display: block;
  }
  .blockImage{
    width: 70%;
    margin: 3% auto;
    text-align: center;
  }
  .logo-container img{
    width: 80%;
    heigh : 100% ;
  }
.blockImage h5{
  font-size: 40px ;
}
.un-quart img{
 width:100%;
}
}
@media screen and (max-width: 320px){
  .logo-container img{
    width: 100%;
    heigh: 100%;
  }
}