@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
html, body {margin:0;padding:0;font-family:"Manrope", sans-serif;font-style:normal;font-weight:400;}
.header {background-image:url('../imgsite/houseconstruction.webp');background-size:cover;z-index:10;}
.header .picturehaut {width:50%;height:auto;margin:0 5px 0 5px;}
.header .icon-bar {position:relative;width:99%;background-color:#000;overflow:hidden;margin:0 10px;box-shadow:rgba(0,0,0,0.7) 0px 6px 12px;border-radius:5px;z-index:10;}
.header .icon-bar a {float:left;display:block;margin:8px 8px;width:50px;height:50px;padding:5px;text-align:center;transition:all 0.4s ease;color:#000;font-size:38px;box-shadow:-1px 2px 10px 3px rgba(0, 0, 0, 0.5) inset;}
.header .icon-bar a:hover {background-color:#10ba42;}
.header .icon-bar .specialiste {margin:16px 0 0 0;padding-left:30px;}
.header .inactive {background-color:white;border-radius:50%;}
.header .active {background-color:#ffcb05;border-radius:50%;}
.header .fa-home::before {position:relative;top:-4px;}
.header .fa-eye::before {position:relative;top:-4px;}
.header .fa-envelope::before {position:relative;top:-4px;}

.header .sticky {position:fixed;top:0;width:99%;}
.header .sticky + .mainBody {padding-top:75px;}
.header .icon-bar .specialiste2 {display:none;position:absolute;top:10px;right:20px;}
.header .icon-bar .hide {display:block;}

.mainBody {display:flex;flex-direction:column;align-items:center;background-image:url('../imgsite/fpage01.webp');background-repeat:no-repeat;background-position:right bottom;}
.mainBody #invisible h1 {visibility:hidden;display:none;width:0;}

.mainBody .pictos {display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin-top:40px;width:100%;height:275px;background-color:black;}
.mainBody .pictos .gtitre {text-align:center;}
.mainBody .pictos .gtitre h1{font-size:68px;font-weight:300;color:aliceblue;margin:-20px 0 -20px 0;animation:fadeIn 3.5s;}
.mainBody .pictos .gtitre h1 i{font-size:40px;font-weight:300;color:aliceblue;margin:0 0 -20px 0;animation:fadeIn 3.5s;}
.mainBody .pictos .gtitre h1:first-letter{font-size:80px;color:#ffcd20;margin:0 0 16px 0;}
.mainBody .pictos .gtitre h2{font-size:38px;color:#224455;margin:0 0 16px 0;}
.mainBody .pictos .gtitre h3{font-size:32px;font-weight:400;color:aliceblue;margin-top:155px;animation:fadeIn 5.5s;}
.mainBody .lienCtr {display:block;margin-top:5px;text-align:center;animation:fadeIn 4.5s;}
.mainBody .lienCtr a{text-decoration:none;color:black;font-size:24px;font-weight:300;text-shadow:1px 2px 4px rgba(0, 0, 0, 0.7)}
.mainBody .lienCtr a:hover {color:forestgreen;}
.mainBody .pictos .animated-image {width:150px;height:150px;margin-top:75px;position:absolute;opacity:0;transform:translateX(100vw);animation:moveFromRight 2s ease-in-out forwards;}
@keyframes moveFromRight { 0% {transform:translateX(100vw);opacity:0;} 100% {transform:translateX(0);opacity:1;}}
.mainBody .pictos .animated-image:nth-child(2) {animation-delay:0s;left:calc(50% - 387px);}
.mainBody .pictos .animated-image:nth-child(3) {animation-delay:0.5s;left:calc(50% - 227px);}
.mainBody .pictos .animated-image:nth-child(4) {animation-delay:1s;left:calc(50% - 67px);}
.mainBody .pictos .animated-image:nth-child(5) {animation-delay:1.5s;left:calc(50% + 93px);}
.mainBody .pictos .animated-image:nth-child(6) {animation-delay:2s;left:calc(50% + 252px);}

.mainBody .bloc {display:flex;justify-content:space-between;align-items:center;margin:10px 0 20px 0;}
.mainBody .bloc img {flex:1;margin:0 10px;width:25%;height:auto;animation-name:zoomfade;animation-duration:1.2s;}
.mainBody .bloc .texte {flex:1;margin:0 20px;text-align:justify;animation-name:zoomimg1;animation-duration:1.4s;}
.mainBody .bloc .texte h1{font-weight:300;margin:0 auto -30px auto;text-align:center;color:#224455;font-size:54px;text-shadow:rgba(0,0,0,0.4) 2px 3px 4px;}
.mainBody .bloc .texte h1:first-letter{font-size:62px;color:#ffcd20;}
.mainBody .bloc .texte h1 i{font-size:34px;color:#224455;text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;}
.mainBody .bloc .texte h2{font-size:24px;color:#224455;text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;text-align:center;}
.mainBody .bloc .texte h2:first-letter{font-size:38px;text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;}
.mainBody .bloc .texte h3{font-size:20px;color:#224455;margin-top:-20px;text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;}
.mainBody .bloc .texte h3:first-letter{font-size:24px;}
.mainBody .bloc .texte h4{font-size:16px;color:#224455;}
.mainBody .bloc .texte h4:first-letter{font-size:24px;text-shadow:rgba(0,0,0,0.5) 0 1px 2px;}
.mainBody .bloc .texte a {text-decoration:none;text-shadow:rgba(0,0,0,0.6) 1px 1px 2px;}
.mainBody .bloc .texte b {font-size:16px;color:#224455;text-shadow:rgba(0,0,0,0.5) 0 1px 2px;}

.mainBody .bloc1 {display:flex;flex-direction:column;justify-content:center;align-items:center;margin:10px 0 20px 0;}
.mainBody .bloc1 .texte {flex:1;margin:0 20px;text-align:justify;animation-name:zoomimg1;animation-duration:1.0s;}
.mainBody .bloc1 .texte h2{font-size:24px;color:#224455;text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;text-align:center;}
.mainBody .bloc1 .texte h2:first-letter{font-size:38px;text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;}
.mainBody .bloc1 .texte h3{font-size:20px;color:#224455;text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;}
.mainBody .bloc1 .texte h4{font-size:16px;padding:0 10px;}
.mainBody .bloc1 .texte h4 a{text-decoration:none;color:#118800;text-shadow:0 1px 3px rgba(0, 0, 0, 0.6)}
.mainBody .bloc1 .texte h4:first-letter{font-size:24px;text-shadow:rgba(0,0,0,0.5) 0 1px 2px;}
.mainBody .bloc1 .texte h4 ul li b{font-size:18px;text-shadow:rgba(0,0,0,0.5) 0 1px 2px;}
.mainBody .bloc1 .icon-bar {margin:35px auto 50px auto;text-align:center;background:linear-gradient(90deg, rgba(69,86,102,0) 0%, rgba(69,86,102,1) 25%, rgba(69,86,102,1) 75%, rgba(69,86,102,0) 100%);width:33%;}
.mainBody .bloc1 .icon-bar a {padding:3%;transition: all 0.5s ease;color:white;font-size:1.8rem;box-shadow:1px 2px 4px #011213;border-radius:4px;}
.mainBody .bloc1 .icon-bar a:hover {background-color:#222;flex:1 1 50%;box-shadow:0 1px 8px rgba(250,240,230,.7);border-radius:50%;padding:9px;margin:6px;}
.mainBody .bloc1 .facebook {background:#3B5998;color:white;}
/*-.mainBody .bloc1 .linkedin {background:#007bb5;color:white;}-*/
.mainBody .bloc1 .blocmap iframe {width:900px;height:350px;border:0;}

.mainBody .bloc2 {display:flex;justify-content:space-between;max-width:100%;height:auto;}
.mainBody .bloc2 img {flex:1;margin:0 10px;width:25%;height:auto;box-shadow:rgba(100,100,100,0.5) 0px 0px 12px 6px;animation-name:zoomfade;animation-duration:1.4s;}
.mainBody .bloc2 .texte {flex:1;margin:0 20px;animation-name:zoomimg1;animation-duration:1.6s;}
.mainBody .bloc2 .texte h2{font-size:24px;color:#224455;text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;text-align:center;}
.mainBody .bloc2 .texte h2:first-letter{font-size:38px;text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;}
.mainBody .bloc2 .texte h3{font-size:20px;color:#224455;text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;}
.mainBody .bloc2 .texte h4{font-size:16px;padding:0 10px;}
.mainBody .bloc2 .texte h4:first-letter{font-size:24px;text-shadow:rgba(0,0,0,0.5) 0 1px 2px;}

.mainBody .bloc3 {display:flex;justify-content:space-between;max-width:100%;height:auto;}
.mainBody .bloc3 .texte {flex:1;margin:0 20px;}
.mainBody .bloc3 .texte h1{margin:0 auto 0 auto;text-align:center;color:#224455;font-size:34px;text-shadow:rgba(0,0,0,0.4) 2px 3px 4px;}
.mainBody .bloc3 .texte h1:first-letter{font-size:42px;}
.mainBody .bloc3 .texte ul {list-style-type:none;}
.mainBody .bloc3 .texte li {margin-bottom:10px;position:relative;padding-left:20px;text-decoration:none;}
.mainBody .bloc3 .texte li a{text-decoration:none;}
.mainBody .bloc3 .texte li::before {font-family:FontAwesome;content:"\f0a9";margin-right:5px;position:absolute;left:0;color:#007bff;text-shadow:rgba(0,0,0,0.4) 1px 1px 3px;}

.mainBody .textereal {text-align:center;margin:50px 10px 10px;padding:3px 10px;border-radius:8px;background-color:rgba(140, 140, 140, 0.3);}
.mainBody .textereal h3 {color:#333;font-size:1.5rem;text-shadow:rgba(0,0,0,0.4) 1px 1px 3px;}

.mainBody .realisation {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;}
.mainBody .realisation .container {position:relative;margin:2px 5px;cursor:pointer;}
.mainBody .realisation .container img {width:300px;height:auto;animation:fadeIn 0.75s;box-shadow:-1px 2px 10px 4px rgba(0, 0, 0, 0.5)inset;}
.mainBody .realisation .container .overlay {position:absolute;top:40%;width:93%;padding:10px;text-align:center;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.mainBody .realisation .container .overlay .overlay-background {position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.6);transition:0.5s ease;opacity:0.5;z-index: 1;}
.mainBody .realisation .container .overlay .text1 {opacity:1;font-size:20px;color:#f9f9f9;cursor:pointer;z-index:2;}
.mainBody .realisation .container .overlay .text1 small {opacity:1;font-size:14px;color:#e9c889;}
.mainBody .realisation .container:hover .overlay .overlay-background {opacity:1;transition:0.6s ease;}

.modalReal {display:none;position:fixed;z-index:11;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(18, 21, 32, 0.9);padding-top:20px;}
.modalReal .modal-text {text-align:center;font-size:1.7em;color:#cfefff;height:90px;}
.modalReal .modal-text:first-letter {font-size:1.8em;}
.modalReal .close {position:absolute;right:35px;top:15px;color:#f20;font-size:42px;font-weight:bold;}
.modalReal .close:hover, .modalReal .close:focus {color:#290;text-decoration:none;cursor:pointer;}
.modalReal-slideshow {display:flex;flex-direction:column;align-items:center;}
.modalReal-slideshow .main-image {width:90%;max-width:900px;height:auto;animation:zoomIn 0.75s;}
.modalReal .modalReal-content {position:relative;display:flex;justify-content:center;align-items: center;background-color:rgba(28, 31, 42, 0.9);margin:5px auto;padding:20px;width:100%;max-width:760px;text-align:center;animation:fadeIn 0.75s;}
.modalReal .modalReal-content .modalReal-slideshow {position:relative;display:flex;justify-content:center;align-items:center;}
.modalReal .modalReal-content .modalReal-slideshow .thumbnail-container {display:flex;flex-wrap:wrap;justify-content:center;animation:zoomIn 0.85s;margin-top:25px;}
.thumbnail-container .thumbnail {width:100px;height:auto;margin:-5px 0 5px 0;padding:5px;cursor:pointer;flex: 1 0 100px;}
.thumbnail-container .thumbnail:hover {border:1px solid #ddd;border-radius:4px;}

.modalReal .modalReal-content .modalReal-slideshow .prev, .modalReal .modalReal-content .modalReal-slideshow .next {cursor:pointer;position:absolute;top:35%;width:auto;padding:16px;color:white;font-weight:bold;font-size:18px;transition:0.6s ease;border-radius:0 3px 3px 0;user-select:none;background-color:rgba(0, 0, 0, 0.5);}
.modalReal .modalReal-content .modalReal-slideshow .prev {left:-15px;border-radius:8px 0 0 8px;}
.modalReal .modalReal-content .modalReal-slideshow .next {right:-15px;border-radius:0 8px 8px 0;}
.modalReal .modalReal-content .modalReal-slideshow .prev:hover, .modalReal .next:hover {background-color: rgba(0, 0, 0, 0.8);}

@keyframes fadeIn {from {opacity: 0;} to {opacity: 1;}}
@keyframes zoomIn { from {transform: scale(0.5);opacity: 0;} to {transform: scale(1); opacity: 1;}}

.mainBody .contact {display:flex;justify-content:center;align-items:center;margin:55px 0 55px 0;width:85%;}
.mainBody .contact .contactTest {width:85%;background:#fefefe;box-shadow:8px 8px 12px rgba(0,0,0,0.5), -6px -6px 12px #bbccdd;border-radius:20px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;text-align:center;background-image:url('../imgsite/briques.webp');background-repeat:no-repeat;background-position:bottom right;}
.mainBody .contact .contactTest h3{font-size:1.6em;color:#123;text-shadow:1px 1px 3px #456;}
.mainBody .contact .contactTest h4{margin-top:-20px;padding:0 30px 0 30px;font-size:1.0em;color:#123;}
.mainBody .contact .contactTest .error {font-size:1.2em;color:#910;text-shadow:1px 1px 2px #456;}
.mainBody .contact .contactTest input {width:100%;font-size:0.85em;border-radius:10px;padding:8px;border:none;outline:none;background:#fff;box-shadow:2px 2px 4px 2px rgba(100, 100, 100, 0.5)inset;}
.mainBody .contact .contactTest label {font-size:1.1em;color:#123;text-shadow:1px 2px 3px #456;}
.mainBody .contact .contactTest textarea {display:flex;width:100%;height:100px;font-size:1em;border-radius:10px;padding:8px;border:none;outline:none;background:#fff;margin-bottom:20px;box-shadow:2px 2px 4px 2px rgba(100, 100, 100, 0.5) inset;}
.mainBody .contact .contactTest #captcha {display:block;margin: 0 auto 0 auto;padding-bottom:20px;}
.mainBody .contact .contactTest button {width:25%;font-size:0.85em;border-radius:10px;padding:8px;border:none;outline:none;background:#ddd;}
.mainBody .contact .contactTest .bouton-envoyer {display:block;margin:20px auto;font-size:1.1em;text-shadow:1px 2px 3px #123;cursor:grab;transition:.5s ease-in-out;}
.mainBody .contact .contactTest .bouton-envoyer:hover {font-size:1.1em;text-shadow:0 1px 2px #123;color:#119922;transition:.3s ease-in-out;}
.content {padding:16px;}
.sticky {position:fixed;top:20px;width:100%;}
.sticky + .content {padding-top:60px;}

.contacttel {padding:20px;background-color:#f9f9f9;border:1px solid #ddd;border-radius:12px;max-width:600px;margin:40px auto 0 auto;text-align:center;box-shadow:0 0 10px rgba(0, 0, 0, 0.5);}
.tel {font-size:24px;font-weight:bold;color:#333;display:flex;align-items:center;justify-content:center;}
.tel span {margin:0 5px;}
.tel span:first-child {font-size:24px;color:#4CAF50;}

.footer {position:relative;bottom:0;left:0;width:100%;height:120px;margin-top:10px;background-color:#ffcb05;background-image:url('../imgsite/logo_cholewa02.webp'), url('../imgsite/plan3d.webp');background-repeat:no-repeat;background-position:left top, bottom right;background-size:500px 110px, 213px 120px;align-items:center;overflow:hidden;text-align:center;}
.footer .footerliens{margin:20px auto 0 auto;}
.footer .footerliens a i{background-color:#fff;border-radius:50%;padding:6px;}
.footer .footerliens a{display:inline-block;margin:5px 0 20px 20px;text-decoration:none;text-shadow:1px 2px 3px rgba(10,10,10,0.5);transition:all .6s ease-out;}
.footer .footerliens a:hover{color:#229900;text-shadow:0 1px 2px rgba(10,10,10,0.5);transition: all .4s ease-out;}

.introuvable {display:flex;flex-direction:column;justify-content:center;align-items:center;;font-family:'Assistant',sans-serif;}
.introuvable h1 {padding-top:15px;text-align:center;text-decoration:none;font-size:1.5rem;color:#d40;}
.introuvable img {max-width:99%;height:auto;margin:10px auto 10px auto;border-radius:8px;}
.introuvable h4 a {color:#bdf;text-decoration:none;font-size:1.5rem;margin:5px 0 5px 0;}

@media (max-width:1380px) {
	.footer {background-size:250px 55px;}
}

@media (max-width:801px) {
	.header .picturehaut {width:98%;margin-left:5px;}
    .header a {float:none;display:block;text-align:left;}
	.header .fa-home::before {position:relative;top:1px;}
	.header .fa-eye::before {position:relative;top:1px;}
	.header .fa-envelope::before {position:relative;top:1px;}
	.header .icon-bar {margin:0 0 0 5px;}
	.header .icon-bar a {margin:3px;width:40px;height:40px;font-size:26px;}
	.header .icon-bar .specialiste {width:47%;max-width:47%;height:auto;margin:18px 0;padding-right:6px;}
	.header .icon-bar .specialiste2 {display:none;width:0;height:0;}
	.mainBody .gtitre h1{font-size:48px;}
	.mainBody .gtitre h1 i{font-size:28px;}
	.mainBody .gtitre h1:first-letter{font-size:46px;}
	.mainBody .gtitre h3{font-size:18px;}
	.mainBody .pictos {margin-top:30px;}
	.mainBody .pictos .gtitre h1 {font-size:30px;}
	.mainBody .pictos .gtitre h1 i{font-size:24px;}
	.mainBody .pictos .gtitre h3{font-size:20px;font-weight:400;color:white;margin-top:-5px;}
	.mainBody .pictos .animated-image {width:120px;height:120px;margin-top:92px;}
	.mainBody .pictos .animated-image:nth-child(2) {animation-delay:0s;left:calc(50% - 323px);}
	.mainBody .pictos .animated-image:nth-child(3) {animation-delay:0.5s;left:calc(50% - 195px);}
	.mainBody .pictos .animated-image:nth-child(4) {animation-delay:1s;left:calc(50% - 66px);}
	.mainBody .pictos .animated-image:nth-child(5) {animation-delay:1.5s;left:calc(50% + 64px);}
	.mainBody .pictos .animated-image:nth-child(6) {animation-delay:2s;left:calc(50% + 192px);}
	.mainBody .pictos img {max-width:99%;height:auto;}
	.mainBody .bloc {flex-direction:column;flex-basis:100%;}
	.mainBody .bloc h1{font-size:28px;}
	.mainBody .bloc h3{font-size:20px;}
	.mainBody .bloc p{font-size:16px;}
	.mainBody .bloc img {width:95%;height:auto;}
	.mainBody .bloc1 p{font-size:16px;}
	.mainBody .bloc2 {flex-direction:column;}
	.mainBody .bloc2 img {margin:10px;width:95%;height:auto;}
	.mainBody .bloc1 .blocmap iframe {width:720px;height:240px;}
	.mainBody .imgRealisation {width:95%;padding:8px;}
	.mainBody .imgRealisation .containerImg img {width:96%;}
	.mainBody .imgRealisation .containerImg .modal img {width:95%;height:auto;}
	.modal-content {width:75%;}
	.mainBody .contact {width:95%;margin:30px 0 30px 0;}
	.mainBody .contact .contactTest {width:95%;}
	.mainBody .contact .contactTest input {width:85%;margin-left:10px;}
	.mainBody .contact .contactTest label {margin-left:10px;}
	.mainBody .contact .contactTest textarea {width:85%;margin-left:10px;}
	.footer {background-image: none;}
}
@media (max-width:601px) {
	.mainBody .pictos .animated-image {width:100px;height:100px;margin-top:92px;}
	.mainBody .pictos .animated-image:nth-child(2) {animation-delay:0s;left:calc(50% - 293px);}
	.mainBody .pictos .animated-image:nth-child(3) {animation-delay:0.5s;left:calc(50% - 172px);}
	.mainBody .pictos .animated-image:nth-child(4) {animation-delay:1s;left:calc(50% - 50px);}
	.mainBody .pictos .animated-image:nth-child(5) {animation-delay:1.5s;left:calc(50% + 74px);}
	.mainBody .pictos .animated-image:nth-child(6) {animation-delay:2s;left:calc(50% + 192px);}
	.mainBody .bloc1 .blocmap iframe {width:590px;height:210px;}
	.modalReal {width:100%;height:100%;padding-top:18px;}
	.modalReal-slideshow .main-image {width:78%;max-width:530px;height:auto;}
	.modalReal .modalReal-content .modalReal-slideshow .prev {left:-8px;}
	.modalReal .modalReal-content .modalReal-slideshow .next {right:-8px;}
	.modalReal .modalReal-content {padding:0;}
}
@media (max-width:480px) {
	.mainBody .imgRealisation {flex-direction:column;justify-content:center;}
	.mainBody .imgRealisation .txtRealisation {width:85%;}
	.mainBody .imgRealisation .container {max-width:480px;}
	.mainBody .imgRealisation .container img {width:95%;}
	.mainBody .imgRealisation .overlay {display:none;}
	.mainBody .imgRealisation .container2 img {max-width:300px;}
	.mainBody .bloc1 .blocmap iframe {width:470px;height:200px;}
	.mainBody .pictos .gtitre h1{font-size:36px;margin:-14px 0 -14px 0;}
	.mainBody .pictos .gtitre h1 i{font-size:20px;margin:0 0 -14px 0;}
	.mainBody .pictos .gtitre h1:first-letter{font-size:50px;margin:0 0 16px 0;}
	.mainBody .pictos .gtitre h3{font-size:22px;margin-top:105px;}
	.mainBody .pictos {margin-top:40px;width:100%;height:175px;}
	.mainBody .pictos .animated-image {width:75px;height:75px;margin-top:52px;}
	.mainBody .pictos .animated-image:nth-child(2) {animation-delay:0s;left:calc(50% - 197px);}
	.mainBody .pictos .animated-image:nth-child(3) {animation-delay:0.5s;left:calc(50% - 119px);}
	.mainBody .pictos .animated-image:nth-child(4) {animation-delay:1s;left:calc(50% - 41px);}
	.mainBody .pictos .animated-image:nth-child(5) {animation-delay:1.5s;left:calc(50% + 37px);}
	.mainBody .pictos .animated-image:nth-child(6) {animation-delay:2s;left:calc(50% + 116px);}
	.mainBody .lienCtr a{font-size:16px;}
	.realisation .container img {width:300px;height:auto;}
	.modalReal {padding-top:10px;}
	.modalReal-content {padding:15px;width:95%;max-width:350px;}
	.modalReal .modalReal-content .modalReal-slideshow .modal-text {font-size:1.4em;}
	.modalReal .modalReal-content .modalReal-slideshow .modal-text p:first-letter {font-size:1.6em;}
	.realisation .container .overlay {opacity:0.78;width:87%;}
	.thumbnail {width:60px;flex:1 0 60px;}
	.footer {background-image:none;}
}
@media (max-width:330px) {
	.header .picturehaut {width:95%;margin-left:2px;}
	.header .icon-bar {margin:0;}
	.mainBody .lienCtr a{font-size:18px;}
	.mainBody .pictos {width:99%;}
	.mainBody .pictos .gtitre h1 {font-size:30px;}
	.mainBody .pictos .gtitre h1 i{font-size:18px;}
	.mainBody .pictos .gtitre h3{font-size:16px;font-weight:300;color:white;margin-top:-5px;}
	.mainBody .pictos .animated-image {width:60px;height:60px;margin-top:52px;}
	.mainBody .pictos .animated-image:nth-child(2) {animation-delay:0s;left:calc(50% - 156px);}
	.mainBody .pictos .animated-image:nth-child(3) {animation-delay:0.5s;left:calc(50% - 93px);}
	.mainBody .pictos .animated-image:nth-child(4) {animation-delay:1s;left:calc(50% - 33px);}
	.mainBody .pictos .animated-image:nth-child(5) {animation-delay:1.5s;left:calc(50% + 31px);}
	.mainBody .pictos .animated-image:nth-child(6) {animation-delay:2s;left:calc(50% + 95px);}
	.mainBody .bloc1 .blocmap iframe {width:320px;height:150px;}
	.mainBody .bloc1 .icon-bar {margin:25px auto 40px auto;width:53%;}
	.mainBody .bloc1 .icon-bar a {padding:4%;}
	.contacttel {padding:15pxmax-width:300px;margin:30px auto;}
}
