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/allososvitrerie.com/css/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/comimage/allososvitrerie.com/css/styles.scss
@import 'config';
@import 'mixin';

   

/* ----------------------------------
/* ------------ ENTETE ----------
------------------------------------- */
  
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body{background:$bg-body;@include no-marge;@include full-size;}
div,td{ @include animation; font-weight: normal;color:$primary-color;@include font-face('OpenSans-Light')}
a{text-decoration:none;color:$link-color;@include animation;}
img{ border:none; max-width: 100%; height: auto}
p{padding:10px 0;margin:0;}
h1,h2,h3,h4{font-weight:normal;@include no-marge;}

h1{color:#141010;font-size:24px;padding: 60px 0 40px 0;@include font-face('OpenSans-Bold');  margin: 0; text-transform: uppercase; position: relative; text-align: center; background: url(../images/bg-h1.png) bottom center no-repeat;
	&::before{content: ''; position: absolute; background: url(../images/bg-ttl.png) top center no-repeat; left: 0; right: 0; top: -48px; z-index: 10; height: 86px;}
}

h2{font-size:18px;padding: 10px 0 15px 0;@include font-face('ITC Avant Garde Pro Md');  margin: 0; text-transform: uppercase; position: relative; 
	&::after{ content: ''; position: absolute; width: 40px; left: 0px; height: 1px; border-bottom: #000 1px dashed; bottom: 0;}
}
h3{color: $titre2; font-size: 16px; margin-bottom: 15px}
ul h3{display:inline;}
address,menu{@include no-marge;font-style:normal;}
input[type="text"],input[type="email"],input[type="tel"],input[type="mobile"],input[type="fax"],input[type="password"],textarea,select{font-family: Trebuchet MS,Tahoma,sans-serif,Verdana;font-size: 13px;color:#3C3F3B;max-width: 100%;width: 100%;border:1px solid #2F2F2F;display: inline-block;background: $white;}
#smartnav{ display:none;
@include resp(800){display: block;}
}
@include menu-nav;
@include photos;
#pageweb{max-width: 100%; width: 100%; overflow: hidden;}
.none{ display:none;}
.center,#center{text-align: center;}
.url{ display:inline-block;}
.num{ font-size:16px; font-weight:500; display:inline-block;}
.clearfix:after{ content:""; display:table; clear:both;}
.container{@include container($container-size,$container-marge); max-width: 1520px; width: 100%; margin: 0 auto;  padding: 0 30px;
@include resp(1366){padding: 0 10px;}
}
.row{margin-left: -15px; margin-right: -15px;}
    

/* ----------------------------------
/* ------------ MENU-RESPONSIVE ----------
------------------------------------- */




/* ----------------------------------
/* ------------ HEADER ----------
------------------------------------- */
.cont-logo{
	display: flex; justify-content: space-between; align-items: center;
	#logo{
		margin-bottom: -92px; position:  relative; z-index: 1;
		@include resp(800){text-align: center; width: 100%;}
	}
	.menu-top{
@include resp(800){display: none;}
		ul{margin: 0; padding: 0; display: flex; justify-content: space-between;
		li{list-style: none;
		a{display: block; color:$primary-color; text-transform: uppercase; padding: 60px 15px 10px 15px;
		@include resp(900){padding: 60px 10px 10px 10px; font-size: 15px;}
		}
		&:first-child a{background: url(../images/mn1.png) center 10px no-repeat }
		&:nth-child(2) a{background: url(../images/mn2.png) center 10px no-repeat }
		&:nth-child(3) a{background: url(../images/mn3.png) center 10px no-repeat }
		&:first-child a:hover{background: url(../images/mh1.png) center 10px no-repeat #3a9d66; color: #fff  }
		&:nth-child(2) a:hover{background: url(../images/mh2.png) center 10px no-repeat #3a9d66; color: #fff}
		&:nth-child(3) a:hover{background: url(../images/mh3.png) center 10px no-repeat #3a9d66; color: #fff}
		}
		}
	}
}
#cont-fla{
	position: relative;
	@include resp(800){background: url(../images/bg-fla.png) center no-repeat; padding-top: 120px; padding-bottom: 60px}
	.cont-coord{
		position: absolute; z-index: 10; left: 0; right: 0; display: flex ; justify-content: baseline; bottom: 90px; flex-direction: column;
		@include resp(800){position: relative; bottom: 0}
		.slogan{
			background: url(../images/fl.png) center bottom no-repeat; padding-bottom: 20px;
			p{color: #fff; text-transform: uppercase; text-align: center; padding-top: 0;
			span{@include font-face('OpenSans-Bold'); font-size: 48px; line-height: 45px;
			@include resp(360){font-size: 35px}
			}
			}
		}
		.coord{
			padding-top: 20px;
			p{color: #fff; font-style: italic; text-align: center; padding-top: 0; font-size: 20px; line-height: 18px;
			a{ color: #fff; font-size: 24px; @include font-face('OpenSans-Bold'); font-style: normal;
			@include resp(320){display: block}
			}
			}
		}
	}
	#flash{
		z-index: -1; position: relative;
		&::after{ content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background:rgba(0, 0, 0, 0.3); z-index: 20;} 
		 @include resp(800){display: none}
	}
}
/* ----------------------------------
/* ------------ CORPS ----------
------------------------------------- */ 
.txt{padding: 40px 0; text-align: center}
#gal{
	background: #3a9d66; padding: 30px 0;
	.gal{
		ul{margin: 0; padding: 0; display: flex; justify-content: space-between;
		li{list-style: none; width: 32.5%;}
		}
	}
}
.section1{padding: 40px 0; display: flex; justify-content: space-between; align-items: center;
	@include resp(800){flex-direction: column;}
.texte{width: 49%;
	@include resp(800){width: 100%}
}
.photo{
	width: 49%;
	@include resp(800){width: 100%; padding-top: 10px;}
	ul{margin: 0; padding: 0; display: flex; justify-content: space-between;
	li{list-style: none; width: 49%}
	}
}
}
.section2{margin:0 0 40px 0; display: flex; justify-content: space-between; background: #97261c;
	@include resp(800){flex-direction: column-reverse;}
	@include resp(1280){align-items: center}
	.texte{width: 45%;
		@include resp(800){width: 100%}
	 padding: 10px 20px;
	p, h2{color: #fff;}
	}
	.photo{
		width: 55%; line-height: 0;
		@include resp(1280){padding-left: 10px}
		@include resp(800){width: 100%; padding-top: 10px; padding-right: 10px; padding-bottom: 20px}
		}
	}
.article{padding: 20px 0}
.container-page-8 {
	p{
		text-align: center;
		iframe{max-width: 700px; height: 400px; width: 100%;}
	}
}
.diapo-ttl{display: none;}
.page-galerie-photos-video{
	#center-column-1{
		display: flex; justify-content: space-between; align-items: center;
		@include resp(980){flex-direction: column}
		.container-page-8 {
			width: 50%;
			@include resp(980){width: 100%;}
			p{
				text-align: center;
				iframe{max-width: 700px; height: 400px; width: 100%;}
			}
		}
		.diapo-list{
			@include resp(980){width: 100%; text-align: center} 
			.diapo-link{text-align: center;
				display: block;
				font-size: 20px; 
				text-transform: uppercase;
				padding-top: 20px;}
		}
	}
	
}   
/*=======================*/
/* Formulaire de 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: #00a0d2; 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:98%; margin:0 auto; padding-top: 20px}
.map-google iframe{ margin:0; padding:0; border:none; width:100%; height:400px;}
/*REALISATIONS*/
#diapo-container{display: flex; justify-content: space-between;
@include resp(768){flex-direction: column;}
}
p.titre-diapo{ text-transform:uppercase; font-weight:bold; display: none;}
#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;}
#diapo-container .nav-diapo ul li.link-play a, #diapo-container .nav-diapo ul li a:hover{ background:#1b9bff; color:#fff;}
#diapo-container .nav-diapo ul li a:hover{ opacity:0.8;}
#diapo-container .nav-diapo ul{ padding-left:5px;}
.nav-diapo{ width:28%; 
	@include resp(768){width: 98%;margin: 0 auto; padding-bottom: 20px;}
}
#diapo-inner{ width:70%; 
	@include resp(768){width: 100%;}
}
.nav-diapo .link-disable{ cursor:not-allowed; opacity:0.4;}
@media screen and (max-width: 767px){
	#smartnav{ display:block;}
	#nav{ display:none;}
	} 




/* ----------------------------------
/* ------------ FOOTER ----------
------------------------------------- */

#footer{ background: #1e1e1e;
; padding-top: 20px}

.footer{
	@include resp(1366){padding: 0 10px}
		@include resp(533){flex-direction: column;}
		.menu-foot{
			@include resp(800){display: none;}
			h3{text-align: center;}
			@include resp(980){display: none;}
			ul{@include no-marge; display: flex; justify-content: center; flex-wrap: wrap;
				li{list-style: none; 
					&:last-child a::after{display: none}
					a{display:block; color: $white; padding:10px 20px;;text-transform: uppercase; position: relative;
						&:hover{color: $yellow;}
						&::after{content: ''; position: absolute; background: #fff; width: 1px; height: 20px; top: 10px; right: -1px;}
					}
				}
			}
		}
	.com{text-align: center; padding: 20px 0;}
} 

AnonSec - 2021