.banner-interne {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 640px;
}
.banner-interne img {
    height: 640px;
}
.title-box {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: 50%;
    left: 0;
    z-index:2;
}
.title-box h1 {
    font-size: 50px;
    font-style: normal;
    color: #fff;
    margin: 0;
    white-space: normal;
	font-family: 'Nasalization Rg';
   text-align: center;
}
.banner-interne:after {
    content: "";
    background: rgba(0,0,0,0.30);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
    width: 0%;
    -webkit-animation: translatewidth 1s 0s ease-in-out forwards;
    animation: translatewidth 1s 0.4s ease-in-out forwards;
}
@keyframes translatewidth{
    0% {
   width:0%;
        animation-timing-function:  cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
    100% {
    width:100%;
    animation-timing-function:  cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
}
.container {
     max-width: 1710px;
     width: 100%;
}
.presentation {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: #ececec;
}
.boxpresentation.boxone {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 850px;
}
.boxpresentation.boxone:before {
    content: "";
    width: 0%;
    height: 850px;
    background: #d9e4e8;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.7s ease width;
    -webkit-animation: translateright 1s 0s ease-in-out forwards;
    animation: translateright 1s 0s ease-in-out forwards;
    z-index: -1;
}
.activesection .boxpresentation.boxone:before  {
    content: "";
    width: 590px;
    background: #d9e4e8;
    display: block;
    transition: 0.7s ease width;
    -webkit-animation: translateright 1s 0s ease-in-out forwards;
    animation: translateright 1s 0s ease-in-out forwards;
    z-index: 0;
    height: 100%;
}
.boxpresentation.boxtwo {
    position: relative;
    display: flex;
   flex-wrap: wrap;
    align-items: center;
    height: 850px;
}
.boxpresentation.boxtwo:before {
    content: "";
    width: 0%;
    height: 850px;
    background: #d9e4e8;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: 0.7s ease width;
    -webkit-animation: translateright 1s 0s ease-in-out forwards;
    animation: translateright 1s 0s ease-in-out forwards;
    z-index: -1;
}
.activesection .boxpresentation.boxtwo:before  {
    content: "";
    width: 590px;
    background: #d9e4e8;
    display: block;
    transition: 0.7s ease width;
    -webkit-animation: translateright 1s 0s ease-in-out forwards;
    animation: translateright 1s 0s ease-in-out forwards;
    z-index: 0;
}
.paragpresentation p {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    text-align: justify;
}
.titlepresentation h1 {
    font-family: 'Nasalization Rg';
    font-size: 120px;
    color: #000;
    text-align: right;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background: url(/Files/App_002/Images/mask-presentation.jpg) center right no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.boxpresentation.boxtwo .titlepresentation h1 {
    text-align: left;
     background: url(/Files/App_002/Images/mask-presentation.jpg) center left no-repeat;
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.paragpresentation h2 {
    color: #0f528f;
    font-size: 25px;
    font-family: 'Nasalization Rg';
    margin: 30px 0 10px;
}
.paragpresentation ul li {
    font-size: 19px;
    color: #000;
    font-weight: 300;
    line-height: 30px;
    text-align: justify;
    margin-top: 12px;
    position: relative;
    padding-left: 15px;
}
.paragpresentation ul li:before {
    content: "";
    background: #e2aa19;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
}
.listeprod {
    position: relative;
    overflow: hidden;
    padding: 110px 0 0;
    background: #ececec;
}
.boxintro {
    width: 50%;
    margin: 20px auto 80px;
}
.boxintro p {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    text-align: justify;
}

.details {
     padding-bottom: 80px;
}
.itamref {
    background: #fff;
    min-height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 15px;
    width: 25%;
    cursor: pointer;
}
.itamref img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    max-width: 70%;
    height: auto;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.itamref:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.itamref:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1.05);
}
.box-references {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.coordonnee {
    background: #d9e4e8;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2aa19', endColorstr='#e29919',GradientType=0 );
    -webkit-clip-path: polygon(0 1%, 100% 0, 78% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0, 78% 100%, 0% 100%);
    width: 57%;
    min-height: 800px;
    position: relative;
    z-index: 3;
    padding-left: 9%;
    padding-top: 190px;
}
.flex-contact {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.maps {
    width: 100%;
    -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    right: 0;
    top: 0;
    min-height: 800px;
}
.maps iframe {
    width: 100%;
    min-height: 995px;
    height: auto;
}
.coordonnee h1 {
    color: #000000;
    font-size: 50px;
    font-family: 'Nasalization Rg';
    margin: 0 0 40px;
}
.boxcontact {
    margin-bottom: 30px;
}
.boxcontact p {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    text-align: justify;
    margin: 0;
}
.boxcontact span {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    text-align: justify;
    margin-bottom: 25px;
    display: block;
}
.boxcontact h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.btn-scroll .icon {
    transform: rotate(90deg);
    font-size: 35px;
    height: 10px;
}
.btn-scroll {
    position: relative;
    overflow: hidden;
}
.scroll {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #000000;
    font-weight: 300;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.form {
    position: relative;
    overflow: hidden;
    background: url(/Files/App_002/Images/bg-formulaire.jpg) top center no-repeat;
    background-attachment: fixed;
    padding: 130px 0;
}
.contactform {
    width: 40%;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
.contactform { width: 50%;}
.itamref { 
    width: 30%;
}
.titlepresentation h1 {
    font-size: 105px;
    margin: 0;
    transform: translateX(18%);
}
.boxintro {
    width: 70%;
}
.boxpresentation.boxtwo .titlepresentation h1 {
    transform: translateX(-18%);
}
.container {
    max-width: 1420px;
    width: 100%;
}
}

@media screen and (max-width: 1366px) {
.container {
    max-width: 1170px;
    width: 100%;
}
.activesection .boxpresentation.boxone:before {
    width: 490px;
}
.activesection .boxpresentation.boxtwo:before {
    width: 490px;
}
.boxpresentation.boxone {
    margin-bottom: 50px;
    height: auto;
}
.boxpresentation.boxtwo {
    margin-bottom: 50px;
}
.titlepresentation h1 {
    font-size: 95px;
    transform: translateX(20%);
}
.boxpresentation.boxtwo .titlepresentation h1 {
    transform: translateX(-20%);
}
}
@media screen and (max-width: 1024px) {
.coordonnee h1 {
    font-size: 40px;
}
.boxcontact span {
    font-size: 18px;
    line-height: 27px;
}
.boxcontact p {
    font-size: 18px;
    line-height: 28px;
}
.boxcontact h3 {
    font-size: 25px;
}
.boxintro {
    width: 80%;
}
.activesection .boxpresentation.boxone:before {
    width: 400px;
}
.activesection .boxpresentation.boxtwo:before {
    width: 400px;
}
.titlepresentation h1 {
    font-size: 85px;
}
}
@media screen and (max-width: 991px) {
.coordonnee {
    filter: progid:inherit;
    -webkit-clip-path: inherit;
    clip-path: inherit;
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-top: 0;
    order: 2;
    padding: 30px;
}
.maps {
    -webkit-clip-path: initial;
    clip-path: initial;
    position: relative;
    min-height: auto;
    height: 500px;
}
.maps iframe {
    min-height: 500px;
    height: auto;
}
.form {
    padding: 70px 0;
}
.itamref {
    width: 48%;
    margin-bottom: 30px;
}
.itamref:nth-child(even) {
    margin-right: 0;
}
.itamref:nth-child(odd) {
    margin-left: 0;
}
.listeprod.details {
    padding-bottom: 60px;
}
.presentation, .listeprod {
    padding: 70px 0 0;
}
.boxintro {
    width: 100%;
    padding: 0 30px;
}
.container {
    max-width: 100%;
    width: 100%;
   padding: 0 30px;
}
.boxpresentation.boxtwo {
    height: auto;
}
.titlepresentation h1 {
    font-size: 75px;
    transform: translateX(0%);
    display: block;
    margin-bottom: 35px;
    background: url(/Files/App_002/Images/mask-presentation.jpg) center center no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.boxpresentation.boxtwo .titlepresentation h1 {
    transform: translateX(0%);
    text-align: center;
    background: url(/Files/App_002/Images/mask-presentation.jpg) center center no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.boxpresentation.boxtwo:before, .boxpresentation.boxone:before, .activesection .boxpresentation.boxone:before, .activesection .boxpresentation.boxtwo:before {
  display: none;
}
.boxpresentation.boxtwo .paragpresentation {
    order: 2;
}
.titlepresentation {
    padding: 0;
}
.paragpresentation {
    padding: 0;
}
.boxpresentation.boxtwo .titlepresentation h1 span:first-child {
margin-right:-10px;
}
}

@media screen and (max-width: 767px) {
.maps {
    height: 420px;
}
.maps iframe {
    min-height: 420px;
}
.coordonnee h1 {
    font-size: 35px;
}
.contactform {
    width: 75%;
}
.coordonnee {
    padding: 30px 15px;
}
.itamref {
    width: 60%;
}
.itamref:nth-child(even) {
        margin: 0 0 30px;
}
.itamref:nth-child(odd) {
        margin: 0 0 30px;
}
.container {
   padding: 0 15px;
}
.boxintro p {
    font-size: 17px;
    line-height: 27px;
}
.boxintro {
    padding: 0 15px;
    margin: 0px auto 70px;
}
.titlepresentation h1 {
    font-size: 55px;
}
.title-box {
    padding: 0 15px;
}
.title-box h1 {
    font-size: 40px;
}
.banner-interne {
    height: 440px;
}
.banner-interne img {
    height: 440px;
}
.paragpresentation p {
    font-size: 17px;
    line-height: 29px;
}
.paragpresentation ul li {
    font-size: 17px;
    line-height: 24px;
}
}
@media screen and (max-width: 550px) {
.maps {
    height: 370px;
}
.maps iframe {
    min-height: 370px;
}
.contactform {
    width: 100%;
}
.itamref {
    width: 100%;
}
.presentation, .listeprod {
    padding: 40px 0 0;
}
.paragpresentation h2 {
    font-size: 20px;
    line-height: 30px;
}
.titlepresentation h1 {
    font-size: 35px;
}
.title-box h1 {
    font-size: 30px;
}
.banner-interne {
    height: 300px;
}
.banner-interne img {
    height: 300px;
}
}
.centerform h2 {
    text-align: center;
    font-size: 24px;
    color: #d6a525;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.centerform h6 {
    color: #252525;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-bottom: 45px;
    letter-spacing: 0.8px;
}
p.error_text {
    color: #000;
    font-size: 20px;
    text-align: justify;
}