﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

/* Mise en forme générale */
html, body, form {
    height: 100%;
}
.Normal, .NormalDisabled, .NormalDeleted {
    font-size: 16px;
    line-height: 22px;
}

header{
	height:40px;
    display: flex;
}

/* Sidebar */

#logo {
    text-align: center;
	margin:20px 0 50px;
}
.blocBvn {
	font-family: Montserrat;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    color: #FFF;
    padding: 10px 0;
    font-weight: bold;
    width: 70%;
	font-size: 17px;
    margin: 0 auto 30px;
}
.navigationVertical {	
	width:100%;	
	margin: 0;
	font-size: 14px;
}
.navigationVertical .dropdown-menu{
	font-size: 12px;
}
.navigationVertical li {	
    display: flex;
    align-items: center;	
	float: none;
	border-left: 5px solid white;
	padding: 0 5px;
    background-position: right;
	transition: .2s ease-out;
	text-transform: uppercase;
	border-bottom: 1px solid #f1f1f1;
}	
.navigationVertical li:first-child {
	border-top: 1px solid #f1f1f1;
}	

.navigationVertical li a{
	padding: 10px 0;
	width: 100%;
    color: #25adda;
	align-items: center;
	    outline: none;
    background: transparent !important;
}
 #dnnMenu .dropdown-menu li:hover,
.navigationVertical li:hover {	
	border-left: 5px solid #1a89af;
	    padding-left: 10px;
}

.navigationVertical li.active {
    background: #25adda;
	border-left: 2px solid #1a89af;
}
.navigationVertical li.active a{
    color: white;
}

.navbar-toggle {
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navbar-nav.sm-collapsible .caret {
    border: none;
    display: inline-block;
}

.navigationVertical svg{	
	max-height: 16px;	
min-width: 30px;	
max-width: 30px;	
margin: initial;	
}	
.navigationVertical a:hover{	
	background: none !important;	
}	
.navigationVertical svg polygon,	
.navigationVertical svg path,	
.navigationVertical svg rect {	
  fill: black;	
}	
.navigationVertical .active svg polygon,	
.navigationVertical .active svg path,	
.navigationVertical .active svg rect {	
  fill: #a0c519;	
}	
.LoginLink{
	background: white;
	padding: 5px 25px;
	border-radius: 15px;
}
#dnnMenu .dropdown-menu {
    background: #ffffff;
}
/* Textes */
.navigationVertical li a, h3, h2, table, .alert, .LoginLink, .div-form, .gridview{
	font-family: 'Montserrat', sans-serif;
}
h3{
	color: #5bc0de;
    font-size: 20px;
    margin: 10px 0 20px;
    position: relative;
    text-transform: uppercase;
	display: inline-block;
}	
h3:after {
	content: '';
    border-bottom: 1px solid #5bc0de;
    width: 150px;
    position: absolute;
    left: 0;
    bottom: -5px;
}
h2{
	color: #25adda;
    font-size: 16px;
    margin: 10px 0 20px;
    position: relative;
    text-transform: uppercase;
}	
h2:after {
	content: '';
    border-bottom: 1px solid #25adda;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.div-form-souscription .row,
.div-form .row{
	margin: 3px 0;
}

.div-form-souscription .row > div,
.div-form .row > div{
	/* min-height: 30px; */
}
.div-form .row .libelle{
	min-height: 30px;
	display: flex;
    align-items: center;
}
.div-form-souscription .row input[type=text],
.div-form-souscription .row input[type=password],
.div-form-souscription .row textarea,
.div-form-souscription .row select{
	min-height: 30px;
    width: 100%;
	outline:none;
}
.div-form .row input[type=text],
.div-form .row input[type=password],
.div-form .row textarea,
.div-form .row select{
	min-height: 30px;
    width: 100%;
    outline: none;
    border: 1px solid #3a3a3a;
    padding: 0px 0px 0px 5px !important;
}
.full-width{
	width:100%;
}
.btn{
	outline:none !important;
}
.alert{
	margin:10px 0;
}

#login {
	background-color:#25adda;
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    #search-action {
        display: block;
    }

    #login {
        padding-right: 21px;
    }
}

@media only screen and (max-width: 500px) {
    ul.searchSkinObjectPreview {
        width: auto;
        min-width: 240px;
    }
}

@media only screen and (max-width: 350px) {
    ul.searchSkinObjectPreview {
        right: -30px;
    }
}

#login .loginGroup,
#login .loginGroup *,
#login .registerGroup,
#login .registerGroup * {
    display: block;
}

#login .loginGroup,
#login .registerGroup {
    float: right;
    padding: 0;
    margin: 0;
}

    #login .loginGroup a,
    #login .registerGroup a {
        display: block;
        position: relative;
        height: 34px;
        min-width: 12px;
        padding: 7px 15px 0;
        color: #fff;
        font-size: 11px;
        vertical-align: middle;
    }

        #login .loginGroup a:hover,
        #login .registerGroup a:hover {
            background: #d7d7d7;
            color: #333;
            text-decoration: none;
        }

        #login .loginGroup a:active,
        #login .registerGroup a:active {
            color: #333;
        }

        #login .loginGroup a strong,
        #login .registerGroup a strong {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            overflow: hidden;
            font-size: 11px;
            text-indent: -9999px;
        }

    #login .registerGroup li {
        float: left;
        line-height: 1.2em;
    }

        #login .registerGroup li:first-child:hover {
            border-left: #222;
        }

    #login .registerGroup .buttonGroup {
        margin-right: 0;
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 32px;
        padding: 0;
        background: 0 0;
    }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: #3b96b6;
        text-align: center;
        font-size: 11px;
        color: #fff;
        -webkit-text-shadow: 0 1px 0 #333;
        text-shadow: 0 1px 0 #333;
    }

    #login .registerGroup a img {
        height: 32px;
        width: 32px;
        background: #333;
    }

#login .userNotifications {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

    #login .userNotifications strong {
        height: 100%;
        background: url(images/notification_icon.png) center center no-repeat;
    }

#login .userMessages strong {
    height: 100%;
    background: url(images/message_icon.png) center center no-repeat;
}

#login .userMessages a,
#login .userNotifications a {
    padding: 0 18px;
}

    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0;
        background-color: transparent;
        font-size: 10px;
    }

#topHeader {
    background: #383838;
    min-width: 25px;
    min-height: 35px;
    padding: 0;
}

#mainHeader-inner {
    display: flex;
}

    #mainHeader-inner.container {
        width: 100%;
    }

.loginGroup {
    margin: auto;
    margin-right: 0;
}


.main-col {
    width: 100%;
}


#siteWrapper {
    display: flex;
    min-height: 100%;
    margin: 0;
    /* padding-bottom: 60px; */
}

    #siteWrapper .body {
        padding: 35px;
    }

.sidebar {
    padding: 0;
    box-shadow: -1em 0 0 #333, 0px 0px 40px #666;
}



footer {
    width: 100%;
}

    footer .container {
        width: 80%;
    }

    footer .footer-above {
        border: none;
        background-color: #292929;
        height: 25px;
    }

        footer .footer-above h2, footer .footer-above p {
            color: #fff;
        }

    footer .footer-below {
        background-color: #383838;
        padding: 15px 0;
    }


    footer .footer-below, footer .terms-priv a:link, footer .terms-priv a:visited {
        color: #d2d2d2;
        font-size: 12px;
    }

    footer .footer-col {
        margin-bottom: 25px;
    }



.navbar .navbar-default {
    display: flex;
}

.navbar-header {
    display: flex;
    margin-left: 20px;
    height: 100%;
}

.navbar-toggle {
    margin: auto;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: auto;
    height: auto;
}



    .navbar-collapse2 .navbar-nav {
        margin-top: 0px;
    }

    .navbar-collapse2 .caret {
        position: initial !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        width: auto !important;
        line-height: normal !important;
        background: none !important;
    }

    .navbar-collapse2 .subLevel {
        width: auto !important;
        position: absolute !important;
        right: 0;
        left: auto;
    }

        .navbar-collapse2 .subLevel li {
            background: none !important;
            border: none !important;
        }

@media (max-width: 768px) {
    .sidebar {
        display: none;
    }

    .navbar-toggle {
        display: block;
        margin: auto;
        background-color: rgb(239, 239, 239);
    }

}




.ModGeneriqueGestionVendeurC .all-vendeurs{
	display:flex;
	flex-wrap:wrap;
}
	.ModGeneriqueGestionVendeurC .carte-vendeur{
		    border: 2px solid #25adda;
		text-align:center;
		padding:5px 0;
	}
	.ModGeneriqueGestionVendeurC .paging-vendeurs{
		text-align:right;
	}
.ModGeneriqueGestionVendeurC .carte-vendeur .image{
	height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ModGeneriqueGestionVendeurC .carte-vendeur img{
	max-width:100px;
}
.ModGeneriqueGestionVendeurC .carte-vendeur .nom{
	display: block;
    padding: 5px 0 15px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: #777777;
}
.ModGeneriqueGestionVendeurC .carte-vendeur .date{
	display: block;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.ModGeneriqueGestionVendeurC .carte-vendeur a{
	padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: black;
}
.ModGeneriqueGestionVendeurC .carte-vendeur .actif{
	display: block;
    padding: 0px 0 15px;
}
.ModGeneriqueGestionVendeurC .carte-vendeur .actif i{
	color: white !important;
    background-color: #f39201;
    border-radius: 50%;
    padding: 5px;
    font-size: 16px;
}

.ModGeneriqueGestionVendeurC .paging-vendeurs{
	    margin: 10px 0 5px;
}
.ModGeneriqueGestionVendeurC .paging-vendeurs span span{
	text-decoration:underline;
}
.ModGeneriqueGestionVendeurC .paging-vendeurs span span,
.ModGeneriqueGestionVendeurC .paging-vendeurs span a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 30px;
	color: #424242;
}
.ModGeneriqueGestionVendeurC .paging-vendeurs span span:hover,
.ModGeneriqueGestionVendeurC .paging-vendeurs span a.aspNetDisabled:hover{
	cursor:auto;
	background:none;
}
.ModGeneriqueGestionVendeurC .paging-vendeurs span a:hover{
	background:#eaeaea;
	text-decoration:none;
}
@media (max-width:425px){
	.ModGeneriqueGestionVendeurC .carte-vendeur{
		width: 100%;
		margin: 5px 0;
	}
}
@media (min-width:426px) and (max-width:768px){
	.ModGeneriqueGestionVendeurC .carte-vendeur{
		width: calc(50% - 5px);
		margin: 5px;
	}
	.ModGeneriqueGestionVendeurC .carte-vendeur:nth-of-type(2n){
		margin-right: 0;
	}
	.ModGeneriqueGestionVendeurC .carte-vendeur:nth-of-type(2n+1){
		margin-left: 0;
	}
}
@media (min-width:769px) and (max-width:1024px){
	.ModGeneriqueGestionVendeurC .carte-vendeur{
		width: calc(33% - 5px);
		margin: 5px;
	}
	.ModGeneriqueGestionVendeurC .carte-vendeur:nth-of-type(3n){
		margin-right: 0;
	}
	.ModGeneriqueGestionVendeurC .carte-vendeur:nth-of-type(3n+1){
		margin-left: 0;
	}
}
@media (min-width: 1025px){
	.ModGeneriqueGestionVendeurC .carte-vendeur{
		width: calc(20% - 8px);
		margin: 5px;
	}
	.ModGeneriqueGestionVendeurC .carte-vendeur:nth-of-type(5n){
		margin-right: 0;
	}

	.ModGeneriqueGestionVendeurC .carte-vendeur:nth-of-type(5n+1){
		margin-left: 0;
	}
}
.gridview{
	width:100%;
	font-size: 14px;
	border:none;
}
.gridview *{
	border:none;
	text-align:center;
}
.gridview th{
    background: #bfbfbf;
    font-weight: bold;
}
.gridview th, .gridview td{
	padding: 2px 0;
}
.gridview tr:nth-child(even) td{
	background:#e4e4e4;
}
.gridview tr:nth-child(odd) td{
	background:#f4f4f4;
}
.gridview tr:hover td{
	background:#d4d4d4;
}
.div-form .input-radio{
	width:100%;
}
.div-form input[type="radio"],
.div-form input[type="checkbox"] {
  display: none;
}
.div-form input[type="radio"] + label,
.div-form input[type="checkbox"] + label{
  position: relative;
  padding-left: 24px;
  cursor:pointer;
  display: grid;
  margin:0;
}
.div-form input[type="checkbox"] + label::before,
.div-form input[type="checkbox"] + label::after{
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	content:'';
	width: 18px;
	height: 18px;
}
.div-form input[type="radio"] + label::before,
.div-form input[type="radio"] + label::after {
	display: block;
	position: absolute;
	left: 0;
	bottom:0;
	content:'';
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.div-form input[type="radio"] + label::before,
.div-form input[type="checkbox"] + label::before{
  border: 2px solid #1a89af;
    background-color: #fff;
}
.div-form input[type="radio"]:checked + label::after,
.div-form input[type="checkbox"]:checked + label::after{
  content: '\2713';
    color: #1a89af;
    font-weight: bold;
    font-size: 15px;
    left: 3px;
    top: -1px;
}

.div-form input[type="checkbox"]:disabled + label{
	color:#bfbfbf;
}
.div-form input[type="radio"]:disabled + label::before,
.div-form input[type="checkbox"]:disabled + label::before{
  border: 1px solid #b3b3b3;
    background-color: #e1e1e1;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus {
    border-color: #1a89af;
    border: 2px solid #1a89af;
    background: white;
	margin-top: 15px;
	z-index: 5;
}
.navbar-collapse2{
	border-top: 5px solid #f6f6f6;
}

.ModGeneriqueBlocSouscrireC > div
{
	background-color: #FFF;
	
}