
* {
	box-sizing: border-box;
}

body {
 padding-top: 20px;
 background: black;
 margin: 0;
 font-family: helvetica, Arial, Lucida,  sans-serif;
 background-size: cover;
 background-position: center;
 background-attachment: fixed;
}

.section_index {
  background-image: url(images/background/index.jpg);
}

.section_testimonials {
  background-image: url(images/background/temoignages.jpg);
}

.section_portfolio {
  background-image: url(images/background/portfolio.jpg);
}

.section_forfait {
  background-image: url(images/background/forfait.jpg);
}

.section_services {
  background-image: url(images/background/services.jpg);
}


.main-container {
	border: 2px;
	background-color: rgba(255, 255, 255, .7);
	flex: 0 1 1080px;
	margin:  auto;
	min-height: 100vh;
}


.main-container_forfait {
  border: 2px;
  background-color: rgba(227, 224, 211, .7);
  max-width: 1080px;
  margin: auto;
  min-height: 100vh;
}

.main_container_contact {
  background-color:  rgba(190, 188, 185, .7);
  flex: 0 1 1080px;
  margin: 0 auto;
  border: 2px;
  min-height: 100vh;
}

.main-container_apropos {
  background-color: rgba(98, 127, 154, .7);
  max-width: 1080px;
  margin: auto;
  padding: 20px 0;
  width: 90%;

}

.main-container_portfolio {
  background-color: rgba(182, 209, 236, .7);
  max-width: 1080px;
  margin: auto;
  width: 90%;

}

.main-container_testimonials {
  border: 2px;
  background-color: rgba(160, 192, 229, .7);
  max-width: 1080px;
  margin: auto;
  min-height: 100vh;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.col20 {
	float: left;
	width:20%;
}

.col25 {
	float: left;
	width: 25%;
}

.col33 {
	float: left;
	width: 33.333%;
}

.col50 {
	float: left;
	width: 50%;
}

.col66 {
	float: left;
	width: 66.667%;
}	

.col75 {
	float: left;
	width: 75%;
}	

.bloc {
	/* espace entre les colonnes */
	padding: 10px;
}

/* FIN DU STYLE DU GABARIT */ 


p {
  margin-left: 6px;
  line-height: 1.5;
  font-family: roboto ;
  font-size: 20px;
  letter-spacing: 1px;
}

h1 {
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  color: black;
  padding-top: 100px;
  padding-left: 20px;
}


h3 {
  font-family: "Montserrat", sans-serif;
}

hr {
  margin-left: 10px;
  border: 2px solid rgba(0, 0, 0, .7);
  max-width: 300px;
  padding-bottom: 2px;
}

/* ========== Index ========== */
.section_i_1 {
	background-image: url(DSC_2005.jpg);
	min-height: 1000px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.nom_photographe p {
  font-family: Alfa Slab One;
  font-size: 40px;
  letter-spacing: 4px;
  display: flex;
  max-width: 90%;
  justify-content: right;

}
.nom_photographe p {
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 140px #fff, 0 0 150px #ffffff,
    0 0 220px #ffffff, 0 0 230px #ffffff, 0 0 250px #ffffff, 0 0 300px #ffffff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffffff,
    0 0 35px #ffffff, 0 0 40px #ffffff, 0 0 50px #ffffff, 0 0 75px #ffffff;
  }
}

@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ffffff,
    0 0 70px #ffffff, 0 0 80px #ffffff, 0 0 100px #ffffff, 0 0 150px #ffffff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffffff,
    0 0 35px #ffffff, 0 0 40px #ffffff, 0 0 50px #ffffff, 0 0 75px #ffffff;
  }
}
/* ========== a propos ========== */
.section1_apropos {
  background-image: url(images/background/apropos.jpg);
  min-height: 1000px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


.content_apropos {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.content_image_apropos { 
 background: url(images/apropos/propo.jpg);
 background-color: black;
 min-height: 350px;
 border-radius: 50%;
 width: 310px;
 margin-bottom: 30px;

}

.main-container_apropos h1 {
  font-size: 50px;
}

.content_texte_apropos p {
  color: white;
  line-height: 30px;
  max-width: 600px;
}

/* ========== portfolio ========== */
.header {
 padding-bottom: 100px;
}
.portfolio {
	display: flex;
	justify-content: center;
	align-items: center;	
	height: 100vh;
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
  margin: 40px 0;
}
.gallery {
  padding: 20px;
  display: flex;
  gap: 1vw;
  height: 100vh;
}
.gallery_line {
	display: flex;
	flex-direction: column;
	gap: 1vw;
	height: fit-content;
	animation: slide 60s linear infinite;
}

.gallery_line:nth-child(2) {
	animation-direction: reverse;
}

.gallery_line img {
	flex: 1 1 auto;
	width: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.gallery_line img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	
}

@keyframes slide {
	0 { transform: translatey(0); }
	100% { transform: translatey(-50%); }
}

/* ========== contact ========== */

.section1_contact{
  background: url(images/background/contacter.jpg) ;
  min-height: 1000px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}

.container_contact {
 margin: auto;
 padding: 50px 0;
 width: 90%;
}
.information_contact {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-top: 40px;
 margin-bottom: 40px;
}

.information_contact p {
  text-align: center;
  padding-bottom: 50px;

}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}
form {
  padding: 37.5px;
  margin: 50px 0;
}
.section_contact h3 {
  color: #000000;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 4;
  text-align: center;
  text-transform: uppercase;
  
}
.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon-side-bar{
  display: flex;
  flex-wrap: wrap;
  font-size: 28px;
}

.icon {
 display: block;
 height: 50px;
 margin: 0 auto;
 width: 50px;
}

.reseau{
  color: black;
  text-decoration: none;
}

.email {
  float: right;
  width: 45%;
}

input[type='text'], [type='email'], select, textarea {
  background: none;
  border: none;
  border-bottom: solid 2px #ffffff;
  color: #474544;
  font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
  outline: none;
  padding: 0 0 0.875em 0;
}

.message {
  float: none;
}

.name {
  float: left;
  width: 45%;
}

textarea {
  line-height: 150%;
  height: 150px;
  resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #474544;
}

:-moz-placeholder { 
  color: #474544;
  opacity: 1;
}

::-moz-placeholder {
  color: #474544;
  opacity: 1;
}

:-ms-input-placeholder {
  color: red;
}

#form_button {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#form_button:hover {
  background: #474544;
  color: #F2F3EB;
}

.container_contact_map{
  padding-bottom: 40px;
  display: flex;
  justify-content: center;

}

iframe {
  width: 100%;
  max-width: 700px;
  height: 300px;
  border-radius: 10%;
}
/* ========== Services ==========*/
.work-block .inner-box{
  min-height: 460px;
  margin-bottom: 33px;
  position:relative;
  text-align:center;
  padding:110px 15px;
  background-color:rgba(73, 166, 206, .5);
  border:1px solid rgba(255,255,255,0.70);
}

.work-block .inner-box:before{
  position:absolute;
  content:'';
  left:-1px;
  bottom:0px;
  width:2px;
  height:0px;
  top:auto;
  right:auto;
  background-color: rgba(65, 182, 192, 1);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.work-block .inner-box:hover::before{
  height:415px;
}

.work-block .inner-box:after{
  position:absolute;
  content:'';
  right:-1px;
  top:0px;
  width:2px;
  height:0px;
  bottom:auto;
  background-color: rgba(65, 182, 192, 1);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.work-block .inner-box:hover::after{
  height:415px;
}

.work-block .inner-box .icon-box{
  position:relative;
  color:#ffffff;
  font-size:60px;
  line-height:1em;
  margin-bottom:32px;
}

.work-block .inner-box .step{
  position:relative;
  color:black;
  font-size:14px;
  font-weight:700;
  padding:6px 20px;
  letter-spacing:1px;
  border-radius:50px;
  margin-bottom:50px;
  display:inline-block;
  text-transform:uppercase;
  border:1px solid rgba(255,255,255,0.70);
}

.work-block .inner-bo h2{
  position:relative;
  color:#ffffff;
  font-size:20px;
  font-weight:500;
} 

.work-block .inner-box .overlay-box{
  position: absolute;
  left: -1px;
  bottom: -1px;
  right: -1px;
  top: -1px;
  z-index: 2;
  display: block;
  opacity: 0;
  background-color: rgba(65, 182, 192, 1);
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transform: perspective(400px) rotateY(-90deg);
  -moz-transform: perspective(400px) rotateY(-90deg);
  -ms-transform: perspective(400px) rotateY(-90deg);
  -o-transform: perspective(400px) rotateY(-90deg);
  transform: perspective(400px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.work-block .inner-box .overlay-box .overlay-inner{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  text-align: left;
  padding: 10px 0px;
  vertical-align: middle;
}

.work-block .inner-box .overlay-box .overlay-inner .overlay-content{
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.work-block .inner-box:hover .overlay-box{
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg);
  -moz-transform: perspective(400px) rotateY(0deg);
  -ms-transform: perspective(400px) rotateY(0deg);
  -o-transform: perspective(400px) rotateY(0deg);
  transform: perspective(400px) rotateY(0deg);
}

.work-block .inner-box .overlay-box .overlay-icon {
  position: relative;
  color: #ffffff;
  font-size: 60px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 35px;
  width: 100%;
}
.work-block .inner-box .overlay-box .overlay-step{
  position:relative;
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:30px;
  display:inline-block;
  text-transform:uppercase;
  background-color:#252525;
  padding:7px 20px 7px 30px;
  border-radius:0px 50px 50px 0px;
}

.work-block .inner-box .overlay-box h3{
  position:relative;
  color:#ffffff;
  font-size:20px;
  font-weight:500;
  padding-left:28px;
  margin-bottom:12px;
}

.work-block .inner-box .overlay-box h3 a{
  position:relative;
  color:#ffffff;
}

.work-block .inner-box .overlay-box .text{
  position:relative;
  color:#ffffff;
  font-size:15px;
  line-height:1.9em;
  padding:0px 28px;
  margin-bottom:15px;
}

.work-block .inner-box .overlay-box .read-more{
  position:relative;
  color:#ffffff;
  font-weight:700;
  font-size:15px;
  padding-left:28px;
}

.work-block .inner-box .overlay-box .read-more .arrow{
  position:relative;
  top:1px;
}
/* ========== Forfait ========== */

.img_forfait img {
  width: 599px;
  height: 400px;
}
.section_3_forfait h3 {
  background-color:rgba(227, 224, 220, .9) ;
}
.content_forfait hr {
  margin-bottom: 20px;
  margin-left: 20px;
  border: 2px solid rgba(0, 0, 0, .7);
  max-width: 300px;
  padding-bottom: 2px;
}

.content_forfait {
  width: 350px;
  height: 20px;
}

.section_2_forfait .col25{
  background-color: rgba(227, 224, 211, .7);
  height: 315px;
  float: left;
  width: 40%;
  margin-top: 60px;
  
}

.section-generique {
  padding: 20px;
  min-height: 500px;
}

.p_forfait {
 display: flex;
 justify-content: center;
 margin-top: 20px;
}
.section_3_forfait  {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_2_forfait h3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 17px;
}

h5 {
  padding-left: 6px;
  padding-bottom: 8px;
}
.section_3_forfait p {
 line-height: 25px;
}

.section_3_forfait .content {
  min-height: 585px;
  padding: 25px 16px;
  background-color:rgba(227, 224, 211, .7) ;
}
/* ========== Temoignages ========== */
.section2_testimonials{
  padding-bottom: 20px;
}

.t-bq-wrapper.t-bq-wrapper-boxed {
  max-width: 400px;
  margin: 0 auto;

}

.t-bq-quote-jasper {
  position: relative;
  box-shadow: 2px 2px 25px #000000;
  border-radius: 10px;
}

.t-bq-quote-jasper .t-bq-quote-jasper-pattern {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 80px;
  align-items: center;
  justify-content: flex-start;
  background: url("https://raw.githubusercontent.com/taviskaron/t-div-blockquotes/main/img/hexabump.png") repeat;
  opacity: .4;
  border-radius: 10px 10px 0 0;
}

.t-bq-quote-jasper .t-bq-quote-jasper-pattern .t-bq-quote-jasper-qmark {
  flex-basis: 100px;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-size: 60pt;
  color: #999999;
  text-align: center;
  height: 80px;
  line-height: 90pt;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.t-bq-quote-jasper .t-bq-quote-jasper-userpic_1 {
  position: absolute;
  top: 25px;
  left: calc(50% - 35px);
  width: 105px;
  height: 100px;
  background: url("images/Visage/f2.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.t-bq-quote-jasper .t-bq-quote-jasper-userpic_2 {
  position: absolute;
  top: 25px;
  left: calc(50% - 35px);
  width: 105px;
  height: 100px;
  background: url("images/Visage/m1.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.t-bq-quote-jasper .t-bq-quote-jasper-userpic_3 {
  position: absolute;
  top: 25px;
  left: calc(50% - 35px);
  width: 105px;
  height: 100px;
  background: url("images/Visage/f1.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.t-bq-quote-jasper .t-bq-quote-jasper-userpic_4 {
  position: absolute;
  top: 25px;
  left: calc(50% - 35px);
  width: 105px;
  height: 100px;
  background: url("images/Visage/m2.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.t-bq-quote-jasper .t-bq-quote-jasper-userpic_5 {
  position: absolute;
  top: 25px;
  left: calc(50% - 35px);
  width: 105px;
  height: 100px;
  background: url("images/Visage/f3.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.t-bq-quote-jasper .t-bq-quote-jasper-userpic_6 {
  position: absolute;
  top: 25px;
  left: calc(50% - 35px);
  width: 105px;
  height: 100px;
  background: url("images/Visage/m3.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.t-bq-quote-jasper .t-bq-quote-jasper-base {
  min-height: 580px;
  background: rgba(255, 255, 255, .7);
  padding: 50px;
  font-size: 11pt;
  line-height: 1.50em;
  border-radius: 0 0 10px 10px;
}

.t-bq-quote-jasper .t-bq-quote-jasper-meta {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px dotted #777777;
  text-align: center;
}

.t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-author,
.t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-source {
  color: #777777;
}

.t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-author {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 10pt;
  font-weight: bold;
}

.t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-author cite {
  font-style: normal;
}

.t-bq-quote-jasper .t-bq-quote-jasper-meta .t-bq-quote-jasper-source {
  font-size: 9pt;
}

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

  .t-bq-quote-jasper .t-bq-quote-jasper-base {
    padding-left: 30px;
  }
}
.section_3_testimonials {
  padding-top: 20px;
}
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:700);
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
span {
  font-size: 10px;
  display: block;
  color: #f3bc75;
  text-transform: uppercase;
}
/* Testimonials Style
-----------------------*/
/* portfolio_testimonials */

.portfolio_testimonials {
  display: flex;
  justify-content: center;
  align-items: center;  
  height: 40vh;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.gallery_line_testimonials {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  height: fit-content;
  animation: slide 90s linear infinite;
}
.gallery_line_testimonials:nth-child(2) {
  animation-direction: reverse;
}
.gallery_line_testimonials img {
  flex: 1 1 auto;
  width: 100%;
  object-fit: cover;
}

/* ========== FOOTER ========== */
.footer {
  text-align: center;
  background-color: rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 34px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .icon {
  font-size: 40px;
  display: flex;
  justify-content: center;

}
.footer_apropos {
  background-color: rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 34px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 140px;
  margin-bottom: -20px;
}

.footer_apropos .icon {
  font-size: 40px;
  display: flex;
  justify-content: center;
}

.icon i {
  padding: 0 10px;
}
/* ========== menu ========== */
.topnav {
  display: none;
  overflow: hidden;
}

.section_index .topnav {
 background-color:rgba(201, 175, 142, .5);
}

.section1_apropos .topnav {
 background-color:rgba(98, 127, 154, .5);
}

.section_portfolio .topnav {
 background-color:rgba(182, 209, 236, .5);
}

.section_testimonials .topnav {
 background-color:rgba(160, 192, 229, .7);
}

.section1_contact .topnav {
 background-color:rgba(190, 188, 185, .5);
}


.section_services .topnav {
 background-color:rgba(73, 166, 206, .5);
}

.section_forfait .topnav {
 background-color:rgba(227, 224, 211, .5);
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {

  background-color: #ddd;
  color: black;
}
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
.topnav .icon {
  display: none;
}
.layout {
  flex: 0 0 250px;
  display: flex;
  align-items: flex-start;
  min-height: 100px;
}
.layout a {
  padding: 0 0 20px 20px;
  flex: 0 0 250px;
  display: flex;
  flex-direction: column;
  line-height: 25px;
}
.sidebar {
}

.sidebar {
  position: sticky;
  top: 20px;
  position: sticky;
  border-radius: 100px;
  flex: 0 0 150px;
  position: sticky;
  padding: 70px 20px;
  margin-left: 10px;
}
.section_index .sidebar {
 background-color:rgba(201, 175, 142, .5);
}
.section1_apropos .sidebar {
 background-color:rgba(98, 127, 154, .5);
}
.section_portfolio .sidebar {
 background-color:rgba(182, 209, 236, .5);
}
.section_testimonials .sidebar {
 background-color:rgba(160, 192, 229, .7);
}
.section1_contact .sidebar {
 background-color:rgba(190, 188, 185, .5);
}
.section_services .sidebar {
 background-color:rgba(73, 166, 206, .5);
}
.section_forfait .sidebar {
 background-color:rgba(227, 224, 211, .5);
}
.sidebar a{
  padding: 3px;
  color: black;
  text-decoration: none;
  min-height: 5px;
  padding-top: 10px;
}
.sidebar a:hover {
 color: white;
}
.logo {
  padding-bottom: 10px;
  padding-left: 15px;
  width: 70%;
}
@media screen and (max-width: 1245px) {
  .sidebar {
    display: none;
  }
  .nom_photographe p{
    padding-top: 335px;
    text-align: center;
  }
  body {
    padding: 0px;
  }
}
@media screen and (max-width: 1240px) { 
  .topnav {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .section_3_forfait .col33 {
    width: 30%;
  }
  .section_3_forfait .content {
    min-height: 755px; 
  }
}
@media screen and (max-width: 1024px) { 
  .topnav {
    display: block;
  }
}
/* =*=*=*=*=*=*=*=*=*=* respensive *=*=*=*=*=*=*=*=*=*= */
@media screen and (max-width: 970px) { 
 .section_3_forfait .col33  {
  width: 33%;
}
.superposer_service1 .col25 {
  margin-left: 83px;
  width: 51%;
}
.p_forfait {
  justify-content: normal;
  margin-left: 110px;
}
.section_3_forfait .content {
 min-height: 910px;
}


}
/* ========== a propos ========== */
@media screen and (max-width: 855px) {
  .t-bq-quote-jasper .t-bq-quote-jasper-base {
    min-height: 630px ;
  }
  .container_apropos .col66 {
    max-width: 400px;
  }
  .section_3_forfait .col33  {
    width: 33%;
  }
  .section_3_forfait .content {
   min-height: 760px;
 }
 .superposer_service1 .col25 {
  height: 350px;
  margin-left: 73px;
  width: 55%;
}
.content_forfait hr {
  max-width: 280px;
}
.content_forfait p {
  max-width: 280px;
}
.p_forfait {
  justify-content: normal;
  margin-left: 10px;
}
@media screen and (max-width: 815px) {
  .work-block .inner-box {
    min-height: 505px;
  }


}
@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}
@media screen and (max-width: 743px) {
  .container_apropos .col66 {
    max-width: 300px;
  }
  .content_texte_apropos p {
    max-width: 500px;
  }
  .section_testimonials .col50 {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .section_services .col33 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
 .topnav a:not(first-child) {display: none;}
 .topnav a.icon {
  float: right;
  display: block;
}
.t-bq-quote-jasper .t-bq-quote-jasper-base {
  margin-bottom: 20px;
}
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}
.section_3_forfait .content {
 min-height: 200px;
 max-width: 414px;
}
.section_3_forfait .col33  {
  width: 100%;
}
.main-container_apropos, .container_contact {
  width: 100%;
}

.content_texte_apropos p {
  max-width: 400px;
}
.p_forfait {
  text-align: center;
  max-width: 400px;
  line-height: 2;
}
body {
  padding-top: 0px;
}
/* ========== portfolio ========== */
.gallery  {
  display: flex;
  flex-direction: column;
}
.portfolio  {
  width: 90%;
}
.section-generique {
  padding: 0px;
}
.footer_apropos {

}
}
@media screen and (max-width: 540px){
  .nom_photographe p{
    padding-left: 49px;
    padding-top: 106px;
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 26px;
  }
  #form_button {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 450px) {
 h1 {
  text-align: center;
}
.header hr {
  margin-left: 45px;
}
.content_texte_apropos p {
  padding: 15px;

}
.work-block .inner-box {
  margin-right: 20px;
}
.section2_testimonials .col50 {
  width: 100%;
}

h1 {
  padding-top: 50px;
}
.footer_apropos {
  padding-left: 50px;
  margin-left: -60px;
}
.portfolio {
  width: 100%;
}
.container_1_testimonials hr {
  margin-left: 55px;
}
.main-container_testimonials hr {
  margin-left: 65px;

}
.main_container_contact hr {
  margin-left: 65px;
}
.main-container_forfait .col25 {
  height: 320px;
  width: 80%;
}
.main-container_forfait .col50 {
  width: 100%;
}
.main-container_forfait .col50 img {
  width: 94%;
  height: 280px;
}
.information_contact  {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 40px;
}
.information_contact p {
  line-height: 25px;
}
.container_contact h3 {
  font-size: 20px;
}
#form_button {
  margin-left: 55px;
}
.bloc{
  padding: 0px;
}
.superposer_service1 .col25 {
margin-left: 45px;
}
.section_3_forfait .content{

} 
}
@media screen and (max-width: 420px) {
  h3 {
    font-size: 18px;
  }
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}

















