@font-face {
font-family: 'maintext';
font-style: normal;
font-weight: normal;
src: local('FuturaStd-Medium'), url('FuturaStd-Medium.woff') format('woff');
}
@font-face {
font-family: 'titre';
font-style: normal;
font-weight: normal;
src: local('Canela-Thin'), url('Canela-Thin.woff') format('woff');
}
*{
    -webkit-overflow-scrolling: touch;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
	margin: 0 ;
	padding: 0 ;
}
html {
	height: 100% ;
}

body{
	width:100%;
	height: 100%  !important;
    font-size: 1rem;
     -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1) !important;
    background:white;
    font-family: 'maintext', sans-serif;
	font-weight: normal;
	overflow-x:hidden;
}
.mainMenu{
	position:absolute;
	top:0;
	left:0;
}
.mainContent{
	background:rgb(255, 253, 249);
}
div,p,img{
	position:relative;
	display:block;
}
.mainContent a, .mainContent a:link, .mainContent a:visited{
	color : #dc9020;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}
.mainContent a:hover{
	text-decoration: none;
	color : #204d92;
	border-bottom: 1px solid #204d92;
}
.mainContent .menu2 a,
.mainContent .menu2 a:link,
.mainContent .menu2 a:visited{
	color : white;
	border:none;
	height:38px;
	display:block;
	font-weight:normal;
	text-decoration: none ;
}
.mainContent .menu2 a:hover{
	border:none;
	text-decoration: none ;
	color : black !important;
}
.mainContent .menu2 td:hover{
	background: rgba(255,255,255,1);
	color : black !important;
}
.footermenu a, .footermenu a:link, .footermenu a:visited{
	color : white !important;
	font-weight:unset;
	border-bottom:unset;
}
.footermenu a:hover{
	border-bottom: 1px dotted white;
}
#innerfooter a, #innerfooter a:link, #innerfooter a:visited{
	/*color : #dc9020 !important;*/
	color:rgb(151, 194, 58) !important;
	font-weight:unset;
}
#innerfooter a:hover{
	border-bottom: 1px dotted white;
	color : white !important;
}
#footer a:link, #footer a:visited, #footer a:hover {
	text-decoration: none ;
}
::-webkit-scrollbar{
	width: 13px !important;
}
::-webkit-scrollbar-thumb {
	background: #201800;
}
.divarticle{
	/*overflow:hidden;*/
}
.divmultiarticle .divarticle {
	float: left ;
}
.article .tb2{
	width:100%;
	margin-bottom:20px;
}
.divmultiarticle.presentoir{
	clear:both;
	float:none;
	margin:20px 100px 0 100px;
}
.divmultiarticle .produit {
	width: calc(50% - 20px);
    display: inline-block;
    margin: 0 10px 10px 0px;
    border: 1px solid #97c23a;
    background:white;
}
.divmultiarticle .produit:nth-child(even) {
	margin-left:10px;
}
.produit .article{
	margin: 0;
	padding:0 !important;
}
.divmultiarticle .produit p {
	background: #97c23a;
    padding: 10px 0;
}
.divmultiarticle .produit p:first-child {
	z-index:1;
	background:white;
	width: 250px;
	padding:0;
}
.divmultiarticle .produit p:nth-child(2) {
	color:white;
}
img { 
	border: 0 ;
	vertical-align:middle ;
}
h1{
	margin:0;
	padding:0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
triangle-container{
	filter:blur(1px);
}
.triangle,.menuTriangleTop,.menuTriangleBottom{
	width:0;
	height:0;
	border-left:18px solid transparent;
	border-right:18px solid transparent;
	border-top:30px solid rgba(255,255,255,.75);
}
.menuTriangleTop,.menuTriangleBottom{
	width:0px;
	height:0px;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:12px solid white;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	position:absolute;
	top:0;
	left:-20px;
}
.menuTriangleBottom{
	transform:translateX(-50%) rotate(180deg);
	-webkit-transform:translateX(-50%) rotate(180deg);
	-moz-transform:translateX(-50%) rotate(180deg);
	top:unset;
	bottom:0;
	left:calc(100vw + 20px);
}
.screen-down{
	width:30px;
	height:30px;
    position:absolute;
    top:  calc(100vh - 40px);
    display:inline-block;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
    cursor:pointer;
    z-index:1000;
}
.screen-down .triangle{
	
}
.screen-down .triangle:hover{
	border-top:30px solid rgba(255,255,255,1);
}
.vicatlogo{
	background: url("/templates/sodevit/images/vicat-logoBW.png");
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
    width: 64px;
    height: 64px;
    margin-bottom:40px;
}
.homecontent{
	padding:40px 100px;
	z-index: 1;
    box-shadow: 20px 20px 40px rgba(0,0,0,.8);
}
.divarticle .intro{
	font-family: 'titre', sans-serif;
	font-size:2rem;
	text-align:left;
	color: rgb(235,151,37);
	color: rgb(151, 194, 58);
	font-weight:bold;
	padding-bottom:20px;
}
.pagecontent{
	margin-top:5vw;
}
.pagecontent .rightpolygon,
.pagecontent .leftpolygon {
	clear: both ;
	background-color:rgba(151, 194, 58,1);
	clip-path: polygon(calc(50% + 40px) 0,100% 0,100% 100%,50% 100%);
	-webkit-clip-path: polygon(calc(50% + 40px) 0,100% 0,100% 100%,50% 100%);
	-moz-clip-path: polygon(calc(50% + 40px) 0,100% 0,100% 100%,50% 100%);
	position:absolute;
	top:0;
	right:0;
	width: 100%;
    height: 5vw;
}
.pagecontent .leftpolygon{
	position:relative;
	background:linear-gradient(90deg,rgba(151, 194, 58,1),rgba(151, 194, 58,1));
	clip-path:unset;
	-webkit-clip-path: unset;
	-moz-clip-path: unset;
	height:2.5vw;
}
.pagecontent .intro{
	color: rgb(151,194,78);
    width: 50%;
    height: 5vw;
    text-align: right;
    font-size: 2rem;
    line-height: 5vw;
    padding-right: 100px;
}
.pagecontent .article{
	padding:20px 100px 20px 100px;
	font-size:1rem;
}
.pagecontent img{

}
.divarticle a,
.divarticle a:link,
.divarticle a:visited {
	
}
.divarticle a:hover {
	
}
.divarticle img {
	clear:both;
    box-shadow:5px 5px 10px rgba(0,0,0,.6);
}
.pagedroite {
	clear:both;
	float:right;
	left:unset !important;
	right:-100px;
	position:relative;
    max-width: 100%;
    width:calc(50vw);
    height: calc(50vw * 9/16);
    margin:0 0 40px -50px !important;
    height:auto;
    box-shadow:0px 0px 20px rgba(0,0,0,.3);
}
.pagedroite img{
	width:100% !important;
    height: auto !important;
}
.youtubeimg .YTvideo{
	clear:both;
	float:right;
    max-width: 100%;
    width:calc(50vw) !important;
    box-shadow:0px 0px 20px rgba(0,0,0,.3);
    margin: 0px 0 20px 100px;
    overflow:hidden;
}
.muted{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    z-index: 1;
    margin: 10px;
    background-image: url("../images/muted.png");
    background-size: contain;
    pointer-events:all;
    cursor:pointer;
}
.unmuted{
	background:url("../images/unmuted.png");
}
#YTplayer{
	pointer-events:none;
	height:100%;
}
video{
	min-width:100%;
	min-height:100%;
}
.divarticle h1 {
}
.divarticle:not(.no-padding) {
	
}
.divarticle h6 {
	
}
.divarticle table {
	width: 100% ;
}
.divarticle td {
	width: 50%;
	height:10vw;
    padding: 10px;
    vertical-align: baseline;
}
.divarticle p{
	padding:0 0 10px 0;
}
.article table{
	width:unset;
}
.article td{
	height:fit-content;
}
table.tb1{
	width: 100%;
    table-layout: fixed;
}
table.tb1 td{
	text-align: left;
}
table.tb1 td:nth-child(even){
	background:#bcd683;
	color:black;
}
.sites table.tb1 tr td:nth-child(odd){
	text-align:right !important;
}
table.tb2 td:nth-child(2n+1){
	text-align:center !important;
}
table.menu2{
	width: calc(50vw - 163px);
	margin-bottom:10px;
    top: 0px;
    height:42px;
    position: relative;
    table-layout: fixed;
    background:linear-gradient(180deg,rgba(0, 58, 124,1),rgba(50, 108, 174,.8));
    /*clip-path: polygon(0 0,100% 0,calc(100% - 40px) 100%,0 100%);
    -webkit-clip-path: polygon(40px 0,100% 0,calc(100% - 40px) 100%,0 100%);
    -moz-clip-path: polygon(0 0,100% 0,calc(100% - 40px) 100%,0 100%);*/
}
table.menu2 tr{
	background:none!important;
}
table.menu2 td,table.menu2 tr:first-child td:first-child{
	text-align: center !important;
	padding:1px;
	border:1px solid white;
	line-height: 38px;
}
.sites tr:first-child td:first-child{
	text-align:left !important;
}
.article tr:first-child{
	color:white;
}
.article tr:nth-child(odd){
	background:#97c13a;
}
.article tr:nth-child(even){
	background:#fff;
}
.button{
   
}
a.button{
	border:none;
}
.article{
	position:relative;
	color:rgba(32,23,0,.7);
}
.article ul{
	padding: 0 1em;
	overflow:hidden;
}
.article li{
	list-style: none;
	padding: 5px 0;
}
.article ul li::before {
	content: "\2022";
	color: #97c13a;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.footer{
	background: linear-gradient(180deg,rgba(32,23,0,.75),#000);
	position:relative;
	height:auto;
	text-align:center;
	padding-left: 0px;
    padding-right: 0px;
	color:white;
	font-size:.8rem;
	box-shadow: 0px 20px 20px rgba(0,0,0,.6) inset;
	border-radius: unset;
}
.footermenu{
	top: 20px;
    position: relative;
    padding: 0 40px 0 40px;
    font-size:.9rem;
    color:white;
}
.footermenu td span.current a{
	/*color:rgb(235,151,37) !important;*/
	color:rgb(151, 194, 58) !important;
}
.footermenu table{
	table-layout: fixed;
	width:100%;
}
.footermenu td{
	text-align: left;
	padding:10px;
	vertical-align: top;
}
#copyrightfooter{
	 padding:40px 0 10px 0;
	  font-size:.8rem;
}
#footer{
	text-align: center;
    position: relative;
    width: 100%;
    background:linear-gradient(0deg,#000,#4d4d57);
    box-shadow:0px 20px 20px rgba(0,0,0,.5) inset;
    color:white;
}
.imgright {
	float:right;
	margin-left:40px;
	margin-bottom : 20px;
}
.imgleft {
	float:left;
	margin-right:40px;
	margin-bottom : 20px;
}
.videograd{
	position:absolute;
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,.8));
	z-index:1;
	box-shadow: 20px 20px 40px rgba(0,0,0,.5)
}
.headvideo{
	width:100%;
	height:100vh;
	overflow:hidden;
}
.headvideo video{
	position:relative;
}
.headvideo .article img{
	width:100vw;
	height:auto;
	margin:0;
	padding:0;
}
.headvideo .intro{
	padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50vh;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    z-index: 100;
    filter: grayscale(100%) brightness(700%);
    opacity:.8;
}
.headvideo .intro p{
	font-family: 'maintext', sans-serif;
	font-size:calc(5 * 1vw);
	font-weight:normal;
}
.headvideo .intro img{
	width:initial;
	max-width: 100vw;
	height:initial;
	top:0 !important;
	float:none;
	box-shadow: none;
	display: inline-block;
}
.submenu{
	background:linear-gradient(45deg,rgba(31, 31, 35, 0.5),rgba(242, 212, 173, 0.41));
}
.sousmenuText{
	color: #ffffff;
    font-size: calc(1.4 * 1vw);
    line-height: 2rem;
    width:240px;
    height:32px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    text-shadow: 1px 1px 2px rgba(0,0,0,.8);
    z-index: 1;
    text-size-adjust: auto;
    pointer-events:none;
    background: rgba(0,0,0,.5);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    position:relative;
    top:245px;
}
.imgRadius{
	width:auto;
	height:auto;
	border-radius: 3px;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(0,0,0,.1);
    border: 5px solid white;
    width:250px;
    height:250px;
    margin:0 auto 20px auto;
}
.sousmenuImg{
    overflow: hidden;
    position: relative;
    transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition:transform .5s;
    cursor:pointer;
}
.sousmenuImg:hover{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
}
.sousmenuImg img{
	box-shadow: none;
	height: 240px;
    width: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    left: 50%;
	border-radius: unset;
	border:none;
}
.divarticle.sousmenu{
	display:table;
	table-layout:fixed;
	padding-left:20px;
	padding-right:20px;
	width:100%;
	border-radius: unset;
	border:none;
	box-shadow: 0px 10px 20px rgba(0,0,0,.2) inset;
}
.sousmenuRow{
	display:table-row;
}
.menuContainer{
	display:table-cell;
	top: -6px;
}
.article {
	text-align: justify;
	color:black;
}
.article .pvideo{
	float:right;
	width:calc(50vw);
    height:auto;
    box-shadow:5px 5px 10px rgba(0,0,0,.6);
    margin: 0px 0 20px 100px;
}
.footerimage .intro{
	position: absolute;
    z-index: 1;
    color: rgba(255,255,255,.6);
    width: 100%;
    text-align: center;
    font-size: 4rem;
    font-weight:normal;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    top: calc(50% + 3rem);
    text-shadow:5px 5px 10px rgba(0,0,0,.5);
}
.footerimage .article{
	width:100%;
	padding:0;
}
.footerimage img{
	width:100%;
	height:auto;
	margin:0;
	float: none;
}
.footerimage p{
	padding:0;
}
.date{
	text-align:right;
	font-size:1.2rem;
	color:black;
}
.divarticle.actu{
	padding-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,.5);
}
.divarticle.actu:not(.multiarticle_last){
	margin-bottom:40px;
}
.sodevit_contact form{
	display: block;
    line-height: 1rem;
    padding: 5vw 100px 20px 100px;
    color: #fff;
    box-shadow: 10px 10px 20px rgba(0,0,0,1);
    font-size: 1.2rem;
    margin: 0px 0 0 0;
    position: relative;
   	background: linear-gradient(180deg,rgb(70, 106, 160), rgba(66, 105, 163, 0.1));
   	height:100vh;
}
.sodevit_contact form label{
	padding:10px;
	display: block;
}
.sodevit_contact form table {
	table-layout: fixed;
    padding: 0px;
    width: 100%;
    border-radius: 5px;
}
.sodevit_contact table input[type=text]{
	width:75%;
}
.sodevit_contact table td.last{
	text-align:right;
}
.sodevit_contact form table label{
	display: inline-block;
	font-size: 1.5rem;
}
.sodevit_contact input[type=radio]{
	margin:10px;
	outline:none;
}
.sodevit_contact input[type=text]{
	height:25px;
	padding:5px;
	outline:none;
	font-size:1rem;
	border-radius:5px;
	width:100%;
}
.sodevit_contact form li{
	display:block;
	font-size:1rem;
}
.sodevit_contact textarea{
	height:150px;
	width:100%;
	font-size:1rem;
	border-radius:5px;
	outline:none;
	margin-bottom:20px;
}
.sodevit_contact input[type=submit]{
    width: 100%;
    cursor: pointer;
    font-size: 1.5rem;
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
    outline: none;
    background: rgb(54, 91, 148);
    color: white;
    border-radius: 10px;
}
.sodevit_contact input[type=submit]:hover{
	background:rgba(83, 75, 59,.5);
	color:white;
}
.sodevit_contact_form_submited{
	font-size: 2rem;
    margin-bottom: 40px;
    cursor: pointer;
    text-align:center;
}
#showrecaptcha{
	clear: both;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}
#showrecaptcha div{
	min-width:100%;
}
#sodevit_contact_error{
	display:block;
	text-align:center;
}
iframe{
	box-shadow:5px 5px 5px rgba(0,0,0,.5);
	min-width:100%;
}
.map .article{
	height: calc(50vw - 200px);
	padding:0 1px 0 0;
}
.map .article p:nth-child(1){
	width: calc(50vw - 6px);
    height: calc(50vw - 202px);
    overflow: hidden;
    display: inline-block;
}
.map img{
	height: calc(50vw - 202px);
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.map p:nth-child(2){
	padding: 0px;
    height: 0px;
    width: calc(50vw - 8px);
    display: inline-block;
    float: right;
}
.map iframe{
	height: calc(50vw - 202px);
    width: calc(50vw - 8px);
    min-width: unset;
    box-shadow: none;
    border: 4px solid #ffffff;
}
iframe .i4ewOd-pzNkMb-haAclf {
    background-color: rgb(151 194 58) !important;
}
.g-recaptcha iframe{
	width:auto;
	height:auto;
}

.mod_users,
.mod_users_logoff{
	text-align: right;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 50px;
    background: rgba(0,0,0,.5);
    color:white;
    padding:5px;
}
.mod_users{
	line-height: 2rem;
    width: 100%;
    text-align: center;
    right: unset;
    bottom: 42px;
}
.mod_users span{
	font-size:1.5rem;
	font-weight:bold;
	padding:10px;
}
.mod_users_logoff{
	padding:0;
}
.mod_users_login,
.mod_users_pwd,
.mod_users_remember,
.mod_users_submit{
	display:inline-block;
	padding:5px;
}
#loginname,
#loginpwd{
	height:25px;
	width:150px;
	outline:none;
	margin:0 5px 0 5px;
	background:white;
	box-shadow:100px 100px 10px rgba(255,255,255,.8) inset;
	padding-left:5px;
	border-radius:5px;
}
input[type=checkbox]{
	margin:5px;
}
input[type=submit].logoff,
input[type=submit]#loginsubmit{
	-webkit-appearance: none;
	width:200px;
	height: 25px;
    font-size: 1rem;
    outline:none;
    border-radius:5px;
    background:rgba(255,255,255,.75);
    cursor:pointer;
}
input[type=submit]#loginsubmit:hover{
	background:white;
}
input[type=submit].logoff{

}
.swiper-button-prev,.swiper-button-next{
	display:none;
}
.headvideo .user_album_photos,.headvideo .user_photo{
	height:100vh;
	width:100vw;
}
.headvideo .user_photo img{
	min-height: 100vh;
    min-width: 100vw;
    width: unset !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
#super_global .user_photo img{
	min-height:unset;
	min-width:unset;
	top: unset;
    left: unset;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
#super_global .user_photo{
	height:unset;
	width:unset;
}
/* entire container, keeps perspective */
.flip-container {
	-webkit-perspective: 1000px; 
	perspective: 1000px;
	background-color:white;
	overflow:hidden;
}
/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg) scale(2) !important;
	transform: rotateY(180deg) scale(2) !important;
}

.flip-container, .front, .back {
	width: 300px;
	height: 300px;
	float: left ;
	margin: 0 20px 0 0 ;
}
.front img, .back img {
	width: 300px;
	height: 300px;
	box-shadow:none;
}
/* flip speed goes here */
.flipper {
	-webkit-transition: transform 0.6s;
	-webkit-transform-style: preserve-3d;
	transition: transform 0.6s;
	height: 300px;
    transform-origin: center;
	transform-style: preserve-3d;
	position: relative;
	-webkit-transform: rotateY(0deg) scale(1);
	transform: rotateY(0deg) scale(1);
}
/* hide back of pane during swap */
.front, .back {
	
	position: absolute;
	top: 0;
	left: 0;
}
/* front pane, placed above back */
.front {
	z-index: 2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* for firefox 31 */
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg) scale(1);
	transform-origin:center;
}
/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg) scale(.5);
	transform-origin:center;
}
@media screen and (max-width: 1024px) {
	.footermenu{
		padding:0 20px 0 20px;
	}
	.submenu{
		padding-top: 10px;
	}
}
@media screen and (max-width: 800px) {
	.mainContent *{
		margin:0 auto;
		padding:0
	}
	::-webkit-scrollbar{
		width: 0px !important;
	}
	::-webkit-scrollbar-thumb {
		background:none;
	}
	.headvideo .intro p {
    	font-size: calc(5 * 2vw);
    }
    .headvideo .article{
    	padding:0;
    }
    .intro{
		padding:10px;
		font-size:1rem;
		padding-top: 10px;
	}
	.article{
		border: none;
		padding:10px;
		font-size:1rem;
		padding-top: 10px;
	}
	.article img{
		width: 100%;
    	height: auto;
    	margin-top:20px;
	}
	.divarticle img.pagedroite {
    	width: calc(100%);
    	margin: 0 0px 20px 0px;
    	float:none;
    }
	.divmultiarticle .produit {
		width: calc(100% - 20px);
		display: block;
		margin: 0 10px 20px 10px;
	}
	.flip-container, .front, .back {
		float:none !important;
		-webkit-perspective: unset;
		perspective: unset;
	}
	.front img, .back img {
		margin-top:0;
		box-shadow:none;
	}
	.divmultiarticle .produit p {
		padding: 10px;
	}
	.divmultiarticle .produit p:first-child {
		width: 300px;
	}
	.produit ul{
		padding: 0 calc(1em + 10px);
	}
	.youtubeimg .YTvideo{
		clear:both;
		float:none;
		max-width: 100vw;
		width:100vw;
		height: calc(100vw * 1080/1920);
		box-shadow:0px 0px 20px rgba(0,0,0,.3);
		margin: 20px 0 20px 0px;
		overflow:hidden;
	}
	.article .pvideo {
		float: none;
		clear:both;
		width: calc(100vw);
		height: calc(100vw * 1080/1920);
		margin: 20px 0 20px 0px;
	}
	.imgleft{
		float:none;
	}
	.imgright{
		float:none;
	}
	.sodevit_contact form{
		margin: 10px 5px;
	}
	.sodevit_contact td{
		display:block;
	}
	.sodevit_contact td.last{
		text-align:left !important;
	}
	
	.sodevit_contact form {
		padding:5px;
	}
	.sodevit_contact form label {
		padding: 5px;
	}
	.sodevit_contact input[type=text]{
		width: 100% !important;
	}
	.sodevit_contact textarea {
    	height: 100px;
    }
	#showrecaptcha {
		margin-bottom:0;
	}
	.divarticle table {
    	width: 100%;
	}
	.divarticle td {
		display: block;
		padding-bottom: 10px;
		border-top: 1px solid white;
		width:100%;
		height:auto;
	}
	.sites table.tb1 tr td:nth-child(odd) {
    	text-align: center !important;
    }
    table.tb2{
    	table-layout:fixed;
    }
    .tb2 td{
    	display:table-cell;
    	border-top:none;
    	height:fit-content;
    	width:unset;
    }
    .tb2 td span{
    	font-size:1.2rem;
    }
	iframe {
		min-width: 100%;
		max-width: 100%;
		padding: 0;
		box-shadow: none;
	}
	.divmultiarticle .intro{
		font-size:1.5rem;
		text-align:center;
	}
	.footerimage .intro{
		font-size: 1rem;
		top: calc(50%);
	}
	.footermenu{

	}
	.menuContainer{
		display:block;
		width:100% !important;
		padding:0;
		text-align:center;
		margin-top: 20px;
    	margin-bottom: 20px;
	}
	.sousmenuText{
		font-size:1rem;
		position:absolute;
		transform: translateX(-50%) translateY(-100%);
		-webkit-transform: translateX(-50%) translateY(-100%);
		-moz-transform: translateX(-50%) translateY(-100%);
	}
	.footermenu td {
    	display: block;
    }
    .vicatlogo{
    	transform:unset;
    	-webkit-transform:unset;
		-moz-transform:unset;
    	left:unset;
    	margin-bottom:40px;
    }
    .pagecontent .article {
    	padding: 20px 10px;
    }
    .pagecontent{
    	margin-top: 50px;
    }
     .pagecontent .intro{
     	width:100%;
     	text-align:left;
     	font-size:1.5rem;
     	height: 50px;
    	padding:0 50% 0 5px;
		line-height:50px;
		overflow:hidden;
     }
     .pagecontent .rightpolygon, .pagecontent .leftpolygon {
    	height: 15vw;
    }
    .pagecontent .user_album_photos{
		height:auto;
		max-height:calc(100vw * 1080/1920);
		width:calc(100vw);
		clear:both;
		float:none;
		margin: 10px 0 0px 0px;
	}
	.pagecontent .user_photo img {
		width: calc(100vw);
		min-height: auto;
		min-width: auto;
	}
}

@media screen and (min-device-width: 320px) {
	
}
@media screen and (min-device-width: 360px) {
	
}
@media screen and (min-device-width: 375px) {
	
}
@media screen and (min-device-width: 412px) {
	
}
@media screen and (min-device-width: 414px) {
	
}
.clearFloat{
	clear:both;
	float:none;
}
.fontSize1 {
	font-size: .5rem;
}
.fontSize2 {
	font-size: .75rem;
}
.fontSize3 {
	font-size: 1rem;
}
.fontSize4 {
	font-size: 1.2rem;
}
.fontSize5 {
	font-size: 1.5rem;
}
.fontSize6 {
	font-size: 2rem;
}
.fontSize7 {
	font-size: 4rem;
}

