AnonSec Team
Server IP : 10.111.40.2  /  Your IP : 216.73.217.145
Web Server : Apache
System : Linux webd002.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : comimage ( 586)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/comimage/kerromes.com/css/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/comimage/kerromes.com/css/styles.css
@font-face {
	font-family: 'Lato-Regular';
	src: url('Lato-Regular.eot?#iefix') format('embedded-opentype'), url('Lato-Regular.woff') format('woff'), url('Lato-Regular.ttf') format('truetype'), url('Lato-Regular.svg#Lato-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Opal';
	src: url('Opal.eot?#iefix') format('embedded-opentype'), url('Opal.woff') format('woff'), url('Opal.ttf') format('truetype'), url('Opal.svg#Opal') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
}

div, td {
	font-family: 'Lato-Regular';
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 22px;
	font-size: 16px;
}

a {
	text-decoration: none;
	font-size: 16px;
	color: #42eb38;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a:hover {
	color: #79d3fc;
}

.clear {
	clear: both;
	height: 0;
}

img {
	border: none;
	display: block;
	margin: 0 auto;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	border-right: 5px #78d3fb solid;
	padding: 10px 20px;
}

h1::first-letter {
	color: #79d3fc;
}

h2 {
	font-size: 20px;
	color: #42eb38;
}

p {
	padding: 10px 0;
	margin: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.center {
	text-align: center;
}

#pageweb {
	overflow: hidden;
	width: 100%;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1360px;
	padding: 0 15px;
}

/*TOP*/

#top {}

.bloc-menu {
	background: #000;
	padding: 10px 0;
}

.menu {}

.menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.menu ul li {
	list-style: none;
	position: relative;
	z-index: 0;
}

.menu ul li::before {
	content: "";
	position: absolute;
	background: #a7b1b0;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform-origin: 50% 0;
	transform: scaleX(0);
	transition-duration: 0.3s;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.menu ul li:hover::before {
	transform: scaleX(1);
	width: 100%;
}

.menu ul li a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
}

.menu ul li a:hover {
	color: #000;
}

#bloc-fla {
	position: relative;
}

.bloc-logo {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cont-logo {
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
}

.logo-coordonnee {
	background: #fff;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#logo {
	background: url(../images/bg_logo.png) no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 25px;
}

#logo img {
	max-width: 100%;
	height: auto;
}

.coord {
	padding: 30px 0;
}

.adr {
	background: url(../images/adr.png) no-repeat center left;
	font-family: 'Opal';
	font-size: 16px;
	line-height: 16px;
	padding-left: 30px;
}

.mail {
	background: url(../images/mail.png) no-repeat center left;
	padding-left: 30px;
	margin-top: 30px;
}

.mail a {
	font-family: 'Opal';
	font-size: 22px;
	color: #000;
}

.mail a:hover {
	color: #df0010;
}

.tel {
	border: 1px #000 solid;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
}

.tel::before {
	content: '';
	background: url(../images/tel.png) no-repeat;
	position: absolute;
	z-index: 1;
	top: -12px;
	left: 22px;
	width: 40px;
	height: 23px;
}

.tel span {
	font-size: 25px;
	padding: 30px 10px 10px 10px;
	display: block;
}

.tel span, .tel span a:hover {
	color: #df0010;
}

.tel span a {
	color: #000;
	font-size: 25px;
}

/*JSSOR*/

#flash {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.anim {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.jssorb053 .i {
	position: absolute;
	cursor: pointer;
}

.jssorb053 .i .b {
	fill: #fff;
	fill-opacity: 0.5;
}

.jssorb053 .i:hover .b {
	fill-opacity: .7;
}

.jssorb053 .iav .b {
	fill-opacity: 1;
}

.jssorb053 .i.idn {
	opacity: .3;
}

.jssora093 {
	display: block;
	position: absolute;
	cursor: pointer;
}

.jssora093 .c {
	fill: none;
	stroke: #fff;
	stroke-width: 400;
	stroke-miterlimit: 10;
}

.jssora093 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 400;
	stroke-miterlimit: 10;
}

.jssora093:hover {
	opacity: .8;
}

.jssora093.jssora093dn {
	opacity: .6;
}

.jssora093.jssora093ds {
	opacity: .3;
	pointer-events: none;
}

/*JSSOR*/

/*CENTRAL*/

#central {
	background: url(../images/deco_top.jpg) no-repeat left top;
	background-size: 40%;
}

.bloc-ttl {
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
}

.ttl {
	border-bottom: 1px #000 solid;
	padding: 10px 0;
	width: 100%;
	max-width: 800px;
	text-align: right;
}

#corps {
	padding: 60px 0;
}

#pageweb.page-1 #corps {
	padding: 60px 0 0 0 !important;
}

#section1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.photo1 {
	width: 500px;
}

.texte1 {
	width: calc(100% - 500px);
	padding-left: 80px;
}

.texte1 h2 {
	color: #a7b1b0;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.texte1 h2::before {
	content: '';
	background: #a7b1b0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 65px;
	height: 1px;
}

#section2 {
	background: url(../images/bg_sec2.jpg) no-repeat center top;
	background-size: cover;
	margin-top: 70px;
	padding: 45px 0;
}

.sec2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.texte2, .texte2-alarme, .conta2 {
	width: 100%;
	max-width: 50%;
}

.texte2, .texte2-alarme {
	background: rgba(255, 255, 255, 0.95);
	padding: 60px;
}

.texte2 h2 {
	border-bottom: 1px #cdcfcd solid;
	color: #42eb38;
	background: url(../images/pic_plomberie.png) no-repeat top left;
	padding-left: 50px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	min-height: 50px;
	display: flex;
	align-items: center;
}

.texte2-alarme h2 {
	border-bottom: 1px #cdcfcd solid;
	color: #42eb38;
	background: url(../images/pic_alarme.png) no-repeat top left;
	padding-left: 50px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	min-height: 50px;
	display: flex;
	align-items: center;
}

#section3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 60px;
}

.texte3 {
	width: calc(100% - 730px);
	padding-right: 80px;
}

.texte3>.container-page-1>ul>li {
	list-style: none;
	background: url(../images/pic1.png) no-repeat left 7px;
	padding-left: 25px;
}

.texte3>.container-page-1>ul>ul {
	margin: 20px;
}

.texte3>.container-page-1>ul>ul>li {
	list-style: circle;
}

.texte3>.container-page-11>ul>li {
	list-style: none;
	background: url(../images/pic1.png) no-repeat left 7px;
	padding-left: 25px;
}

.texte3>.container-page-11>ul>ul {
	margin: 20px;
}

.texte3>.container-page-11>ul>ul>li {
	list-style: circle;
}

.text-bot {
	padding-left: 80px;
	width: calc(100% - 730px);
}

.photo3 {
	width: 730px;
}

.photo3 ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.photo3 ul li {
	list-style: none;
	width: 100%;
	max-width: 48%;
}

#section4 {
	background: #e3e3e3;
	padding: 60px 0;
	margin-top: 60px;
}

.sec4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.photo4 {
	width: 500px;
}

.texte4 {
	width: calc(100% - 500px);
	padding-left: 80px;
}

.texte4 h2 {
	border-bottom: 1px #cdcfcd solid;
	color: #000;
	padding-left: 50px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	background: url(../images/pic_chauffage.png) no-repeat left top;
	min-height: 50px;
	display: flex;
	align-items: center;
}

#section5, #section6 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 60px 15px;
}

.photo5 {
	width: 500px;
}

.texte5 {
	width: calc(100% - 500px);
	padding-right: 80px;
}

.texte5 ul li {
	list-style: none;
	background: url(../images/pic2.png) no-repeat left center;
	padding-left: 25px;
}

.texte5 h2 {
	border-bottom: 1px #cdcfcd solid;
	color: #000;
	padding-left: 50px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	background: url(../images/pic_electro.png) no-repeat left top;
	min-height: 50px;
	display: flex;
	align-items: center;
}

.texte-alarme-supp {
	width: 100%;
	padding-top: 20px;
}

#plan-acces iframe {
	width: 100%;
	height: 400px;
	border: none;
}

#section6 {
	background: #f5f5f5;
}

/*FOOTER*/

#footer {
	background: #000;
	padding: 50px 0;
}

.cont-foot {
	text-align: center;
}

.link {}

.link ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.link ul li {
	list-style: none;
	position: relative;
	z-index: 0;
}

.link ul li::before {
	content: "";
	position: absolute;
	background: #42eb38;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform-origin: 0 50%;
	transform: scaleY(0);
	transition-duration: 0.3s;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.link ul li:hover::before {
	transform: scaleY(1);
}

.link ul li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
}

.link ul li a:hover {
	color: #000;
}

.com {
	padding-top: 30px;
	display: flex;
	justify-content: center;
}

/*CONTACT*/

.form-group {
	margin: 0 0 10px 0;
}

.form-group label, .form-group input.form-input, textarea.form-textarea {
	width: 99%;
	display: block;
	margin: 0 auto;
}

input[type="text"], textarea, select {
	padding: 8px 5px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-form {
	margin: 10px 0 0 0;
}

.btn-submit-1, .btn-submit-2 {
	background: #78d3fb;
	border-color: #0073aa;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 0 rgba(0, 0, 0, .15);
	color: #fff;
	text-decoration: none;
	width: 200px;
	padding: 10px 16px;
	font-size: 15px;
	border: 1px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 10px 0 0 0;
	cursor: pointer;
	text-transform: capitalize;
}

/*PLAN D'ACCES*/

.map-google {
	width: 100%;
	margin: 0 auto;
}

.map-google iframe {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 500px;
}

/*REALISATIONS*/

#diapo-container {}

p.titre-diapo {
	text-transform: uppercase;
	font-weight: bold;
}

#diapo-container ul, #diapo-container ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#diapo-container .nav-diapo ul li {
	border-bottom: 1px solid #eee;
}

#diapo-container .nav-diapo ul li:first-child {
	border-top: 1px solid #eee;
}

#diapo-container .nav-diapo ul li a {
	display: block;
	padding: 10px 0 10px 5px;
	text-transform: uppercase;
	color: #131313;
}

#diapo-container .nav-diapo ul li.link-play a, #diapo-container .nav-diapo ul li a:hover {
	background: #131313;
	color: #fff;
}

#diapo-container .nav-diapo ul li a:hover {
	opacity: 0.8;
}

.nav-diapo {
	width: 28%;
	float: left;
}

#diapo-inner {
	width: 70%;
	float: right;
}

.nav-diapo .link-disable {
	cursor: not-allowed;
	opacity: 0.4;
}

@media screen and (max-width: 767px) {
	#smartnav {
		display: block;
	}
	#nav {
		display: none;
	}
}

#smartnav {
	display: none;
}

/*RESPONSIVE*/

@media only screen and (max-width:1359px) {
	.link ul li a {
		font-size: 14px;
	}
}

@media only screen and (max-width:1279px) {
	.menu ul li a {
		font-size: 14px;
	}
	.texte3 {
		padding-right: 50px;
	}
	.link ul li a {
		padding: 10px 15px;
	}
}

@media only screen and (max-width:1151px) {
	.menu ul li a {
		padding: 10px 20px;
	}
	.texte2, .texte2-alarme {
		padding: 30px;
	}
	.texte3, .photo3 {
		width: 100%;
	}
	.texte3 {
		padding: 0;
	}
	.photo3, .texte-alarme-supp {
		padding-top: 30px;
	}
	.photo3 ul li {
		max-width: 50%;
	}
	.photo3 li img {
		max-width: 100%;
		height: auto;
	}
	.link ul li a {
		padding: 10px 7px;
	}
}

@media only screen and (max-width:1059px) {
	.texte1, .texte4 {
		padding-left: 50px;
	}
	.texte5 {
		padding-right: 50px
	}
	#footer {
		padding: 30px 0;
	}
	.link ul li a {
		font-size: 13px;
	}
}

@media only screen and (max-width:1023px) {
	#smartnav {
		display: block;
	}
	.bloc-menu, .link {
		display: none;
	}
	.com {
		padding: 0;
	}
}

@media only screen and (max-width:979px) {
	#section2 {
		margin-top: 40px;
	}
	#section3 {
		padding-bottom: 40px;
	}
	#section3 {
		padding-top: 40px;
	}
	#section5, #section6 .container {
		padding: 40px 15px;
	}
	#section4, #corps {
		padding: 40px 0;
	}
	.photo1, .photo4, .photo5 {
		padding-top: 30px;
		width: 100%;
		order: 2;
	}
	.photo1 img, .photo4 img, .photo5 img {
		max-width: 100%;
		height: auto;
	}
	.texte1, .texte4, .texte5, .text-bot {
		width: 100%;
		padding: 0;
		order: 1;
	}
	#section2 {
		background: url(../images/bg_sec2.jpg) no-repeat left top;
	}
	.texte2, .texte2-alarme {
		max-width: 100%;
	}
	.conta2 {
		display: none;
	}
	.texte-alarme-supp {
		order: 3;
	}
}

@media only screen and (max-width:899px) {}

@media only screen and (max-width:799px) {}

@media only screen and (max-width:767px) {
	.photo3 ul li {
		max-width: 48%;
	}
}

@media only screen and (max-width:719px) {
	#flash {
		height: auto;
	}
	.anim {
		width: 100%;
		height: auto;
		left: 0;
		margin-left: 0;
	}
	.bloc-logo {
		position: relative;
	}
	.cont-logo {
		justify-content: center;
	}
}

@media only screen and (max-width:639px) {
	.photo3 ul {
		justify-content: center;
	}
	.photo3 ul li {
		max-width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
}

@media only screen and (max-width:599px) {}

@media only screen and (max-width:532px) {
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 18px;
		line-height: 18px;
	}
}

@media only screen and (max-width:479px) {
	div, td {
		font-size: 14px;
	}
	#section2 {
		background: #fff;
		padding: 0;
	}
	.texte2, .texte2-alarme {
		padding: 0;
	}
	#section3 {
		padding-top: 0;
	}
}

@media only screen and (max-width:359px) {}

AnonSec - 2021