body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
a{
	text-decoration: none !important;
}
.dnx {
	padding-top: 22px;
    text-align: center;
}
.dnx a{
	margin-right: 23px;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: inherit !important;
}

div#product_li {
    margin-bottom: 30px;
    min-height: 400px;
}
#product_li .produit{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#product_li .produit::before {
    content: '+';
    position: absolute;
    width: 80px;
    height: 80px;
	background: transparent;
	border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    opacity: 0;
	z-index: 99;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
#product_li .produit::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0px 0px 296px 456px;
    /* border-color: transparent transparent rgba(41, 75, 119, 0.32) rgba(219, 228, 100, 0.46); */
    z-index: 98;
    opacity: 0;
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
#product_li .produit:hover::before, #product_li .produit:hover::after {
	opacity: 1;
}
@media (max-width: 768px){
#product_li .produit{
	height: 200px;
}	
}
#product_li .produit img{
	width: 100%;
	height: 100%;
}

#product_li a{
	font-size: 18px;
    font-weight: 600;
    color: #1f419b;
	text-transform: uppercase;
}
#product_li .title {
    margin-top: 9px;
    font-weight: 500;
    text-align: center;
}
#products h3{
	color: #2957a4;
    margin-bottom: 55px;
    margin-top: 30px;
	position: relative;
}
#products .row{
	position: relative;
}
#products h3::after{
	content: '';
    width: 130px;
    height: 7px;
    background: #dbe464;
    position: absolute;
	border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #dbe464 transparent;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
}
@media (min-width:500px){
#products h3::before{
	content: '';
    width: 330px;
    height: 2px;
    background: #dbe464;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    margin: auto;
}}
.img-serv {
    width: 100%;
}
.img-serv img{
	width: 100%;
	height: auto;
}
.img-qsn {
    width: 100%;
}
.img-qsn img{
	width: 100%;
	height: auto;
}
.qsn12{
	width: 100%;
    display: table;
    margin-bottom: 40px;
    margin-top: 32px;
}
.qsn12 div{
	float: left;
    width: 25%;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 10px;
    background: #2957a4;
    height: 220px;
    border-left: 4px solid #fff;
    color: #fff;
}
.qsn12 div p{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.qsn12 div img{
	margin: auto;
	margin-bottom: 16px;
}
.qsn12 .qsn2,  .qsn12 .qsn4{
    background: #1f7972 !important;
}
@media (max-width: 600px){
.qsn12 div{
    width: 50%;
	border-bottom: 3px solid #fff;
}	
.qsn12 div p{
	font-size: 14px;
}
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: preserve-3d;
    margin: auto;
}
.logos {
    margin-bottom: 30px;
	position: relative;
}
.logos .owl-controls {
    position: absolute;
    width: 90px;
    height: 40px;
    top: -58px;
    right: 0;
}
@media (max-width: 600px){
.logos .owl-controls {
	display: none;
}
}
@media (max-width: 780px){
.logos1 .owl-controls {
	display: none;
}
}
.logos .owl-prev, .logos .owl-next {
    display: block;
    width: 44px;
    height: 40px;
	transition: .2s;
}
.logos .owl-prev {
    background: url('../img/ic_keyboard_arrow_left_black_24dp_2x.png') no-repeat center center, #234674;
}
.logos .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    background: url('../img/ic_keyboard_arrow_right_black_24dp_2x.png') no-repeat center center, #234674;
}
.logos .owl-prev:hover {
    background: url('../img/ic_keyboard_arrow_left_black_24dp_2x.png') no-repeat center center, #dbe464;
}
.logos .owl-next:hover {
    background: url('../img/ic_keyboard_arrow_right_black_24dp_2x.png') no-repeat center center, #dbe464;
}
.part h3{
	color: #234674;
	margin-bottom: 26px;
    margin-top: 38px;
}

.logos1 {
    margin-bottom: 30px;
    position: relative;
}
.logos1 .circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
	border: 2px solid #dbe464;
    padding: 4px;
	position: relative;
}
.logos1 .circle::after{
	content: '';
	width: 95%;
    height: 95%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: rgba(219, 228, 100, 0.61);
    transition: .2s;
	opacity: 0;
}
.logos1 .circle:hover::after{
	opacity: 1;
}
.logos1 .owl-prev {
    display: block;
    width: 26px;
    height: 74%;
	transition: .2s;
	position: absolute;
	left: -25px;
    top: 0;
	bottom: 0;
    margin: auto;
	background: url('../img/ic_keyboard_arrow_left_black_24dp_2x.png') no-repeat center center, #234674;
}
.logos1 .owl-next {
	display: block;
    width: 26px;
    height: 74%;
	transition: .2s;
    position: absolute;
    top: 0;
    right: -25px;
	bottom: 0;
    margin: auto;
    background: url('../img/ic_keyboard_arrow_right_black_24dp_2x.png') no-repeat center center, #234674;
}
.logos1 .owl-prev:hover {
    background: url('../img/ic_keyboard_arrow_left_black_24dp_2x.png') no-repeat center center, #1f7972;
}
.logos1 .owl-next:hover {
    background: url('../img/ic_keyboard_arrow_right_black_24dp_2x.png') no-repeat center center, #1f7972;
}
.sbc {
    margin-bottom: 30px;
}
.sbc-image{
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin-bottom: 4px;
	position: relative;
}
.sbc-image img{
	width: 100%;
	height: 100%;
}
.sbc-name{
	width: 100%;
	padding-bottom: 7px;
	padding-top: 17px;
	background: #1f7972;
	color: #fff;
	text-align: center;
	font-size: 16px;
	transition: .2s;
}
.sbc-image::after{
    content: '+';
    width: 73px;
    height: 73px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #dbe464;
    border-radius: 50%;
    border: 4px solid #fff;
    font-size: 47px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    box-shadow: 0px 0px 0px 2px #dbe464;
	opacity: 0;
	transition: .2s;
}
.sbc-image::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(219, 228, 100, 0.36);
	opacity: 0;
	transition: .2s;
}
.sbc:hover .sbc-image::before, .sbc:hover .sbc-image::after{
	opacity: 1;
}
.sbc:hover .sbc-name{
	background: #dbe464;
}
.actualite2{
	margin-bottom: 40px;
    display: table;
}
.actualite2 div{
	float: left;
}
.actualite2 .image{
    width: 40%;
    height: 300px;
    overflow: hidden;
    position: relative;
    border: 2px solid #dbe464;
	padding: 4px;
}
.actualite2 .image img{
	width: 100%;
	height: 100%;
}
#product_li .actualite2 .image::before {
    content: '+';
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 36px;
    font-weight: 700;
    color: #2957a4;
    text-align: center;
    opacity: 0;
    z-index: 99;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
#product_li .actualite2 .image::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0px 0px 296px 370px;
    border-color: transparent transparent rgba(41, 75, 119, 0.32) rgba(219, 228, 100, 0.46);
    z-index: 98;
    opacity: 0;
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
#product_li .actualite2 .image:hover::before, #product_li .actualite2 .image:hover::after {
	opacity: 1;
}
@media (max-width: 768px){
#product_li .actualite2 .image{
	height: 200px;
}	
#product_li .actualite2 div{
	float: inherit;
	width: 100% !important;
}
}
#product_li .actualite2 .content{
	width: 60%;
	padding-top: 40px;
}
#product_li .actualite2 .content h4{
    padding-left: 40px;
    margin-top: 9px;
    font-weight: 500;
	color: #2957a4;
}
#product_li .actualite2 .content a{
	font-size: 14px;
    float: right;
    color: #dbe464;
    border-right: 2px solid;
    padding-right: 3px;
}
#product_li .actualite2 .content span{
	font-size: 15px;
    color: #dbe464;
    border-left: 2px solid;
    padding-left: 3px;
}
#product_li .actualite2 .content p{
	margin-top: 10px;
	margin-bottom: 10px;
}
#product_li .actualite2 .content .content2{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 14px;
	background: #2957a4;
}
#product_li .actualite2 .content .content2 p {
	color: #fff;
}
section .paginatepro span, section .paginatepro a:hover {
    color: #2957a4;
    background: #dbe464;
}
section .paginatepro a, section .paginatepro span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0px 2px;
    font-size: 14px;
    padding-top: 3px;
    text-decoration: none;
    transition: .2s;
    color: #2957a4;
    font-weight: 500;
}
.paginatepro {
    margin-bottom: 20px;
}
@media (max-width:768px){
	#product_li .actualite2 .content .content2{
		padding-bottom: 30px;
	}
	#product_li .actualite2 .content {
    padding-top: 6px;
}
}
.actualite12 .image{
	width: 80%;
	height: 360px;
	margin: auto;
	overflow: hidden;
	border-bottom: 5px solid #2957a4;
	margin-bottom: 2px;
}
.actualite12 .image img{
	width: 100%;
	height: auto;
}
.actualite12 .date{
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
}
.actualite12 .date span {
    font-size: 15px;
    color: #1f7972;
    border-left: 2px solid;
    padding-left: 3px;
    font-weight: 700;
}
@media (max-width:568px){
.actualite12 .image{
	width: 100%;
	height: 260px;
	margin: auto;
	overflow: hidden;
	border-bottom: 5px solid #2957a4;
	margin-bottom: 2px;
}
.actualite12 .image img{
	width: 100%;
	height: 100%;
}
.actualite12 .date{
	width: 100%;
	margin: auto;
}
}
.telecharger{
	width: 100%;
	height: 120px;
	position: relative;
	background: #ececec;
	margin-bottom: 30px;
	border-radius: 97px 0px 0px 95px;
}
.telecharger div{
	float: left;
}
.telecharger h4{
	color: #2957a4;
}
.telecharger a{
	color: #615b5b;
	margin-left: 6px;
}
.telecharger a i{
	color: #dbe464;
}
.telecharger .content-telechargement {
    padding-top: 17px;
    padding-left: 10px;
}
.telecharger .img-telechargement{
	width: 130px;
	height: 130px;
	background: url('../img/download.png') no-repeat center, #fff;
	border-radius: 50%;
	border: 2px solid #dbe464;
	position: relative;
	bottom: 5px;
}
section.services {
    margin-bottom: 30px;
}
.products12{
	margin-bottom : 15px;
}
.products12 .image-prod{
	width: 100%;
	position: relative;
	border: 2px solid #dbe464;
}
.products12 .image-prod img{
	width: 100%;
	height: auto;
}
.products12 .image-prod a{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #2957a4;
}
.products12 .image-prod a span{
    font-size: 36px;
	}
.products12 .produit12{
	width: 100%;
}
.products12 .produit12 .title-prod{
	font-size: 16px;
    color: #2957a4;
    border-left: 2px solid;
    padding-left: 3px;
    font-weight: 600;
    margin-bottom: 20px;
}
.products12 .content-prod a{
	display: none;
}
.products12 .content-prod .content22 .telecharger-boutton{
	display: block;
    padding: 4px;
    font-weight: bold;
}
.prod-telechargement .content-telechargement a{
	color: #565353;
    font-weight: 600;
}
.prod-telechargement .content-telechargement i{
	color: #dbe464;
}
.products12 .produit12 .content-prod h1, .products12 .produit12 .content-prod h2, .products12 .produit12 .content-prod h3, .products12 .produit12 .content-prod h4, .products12 .produit12 .content-prod h5, .products12 .produit12 .content-prod h6{
	background: rgba(191, 191, 191, 0.2);
    margin-bottom: -10px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 14px;
    padding-right: 10px;
    line-height: 25px;
	font-size: 15px;
}
.telech{
	margin-bottom: 30px;
	margin-top: 12px;
}
@media (min-width: 1200px){
.inscrire {
    width: 700px;
}
}
.inscrire .inscription1 input{
    width: 100%;
    height: 48px;
    background: rgba(128, 128, 128, 0.22);
    padding-left: 10px;
    border: inherit;
}
.inscrire .inscription1 form p {
	margin-bottom: 40px;
}
.inscrire .inscription1 form p {
    margin: 10px 0 0px;
	text-transform: uppercase;
	font-weight: 600;
    color: #112f56;
}
.inscrire .inscription1 input[type='submit'] {
    width: 220px;
    height: 48px;
    background: rgb(67, 136, 115);
	color : white;
    padding-left: 10px;
    border: inherit;
    margin-top: 12px;
    font-size: 18px;
    transition: .2s all;
	transition: .2s;	
}
.error {
	color : red;
}
.good {
	background-color : green;
	display : block;
}
.header_title {
	visibility: hidden;
	position: relative;
}

.header_title:after {
	content :  "ESPACE PRO";
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
}
.connexion .inscription1 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
    padding-left: 60px;
    padding-right: 60px;
    background: #2957a4;
    color: #ffffff;
    margin-bottom: 40px;
	
}
@media (max-width: 600px){
.connexion .inscription1 {
    padding-left: 6px;
    padding-right: 6px;
}	
	
}
.connexion .inscription1 input {
    width: 100%;
    height: 48px;
    background: white;
	color : black;
    padding-left: 10px;
    border: inherit;
}
.connexion .inscription1 form p {
    margin: 10px 0 0px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}
.a-insc{
    background: rgb(67, 136, 115);
    border: inherit;
    font-size: 18px;
    transition: .2s all;
    margin-bottom: 40px;
    padding: 11.8px;
    padding-left: 54px;
    padding-right: 54px;
    color: #fff;
    margin-left: 20px;
    line-height: 3;
	transition: .2s;	
}
.inscrire .inscription1 input[type='submit']:hover, .a-insc:hover{
	background: rgb(219, 228, 100);	
}
.oublie, .oublie:hover{
	color: #dbe464;
}

.password .form-control {
    display: block;
    width: 34%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #2957a4;
    background-image: none;
    border: inherit;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
	margin: auto;
}
.password .form-group {
    margin-bottom: -6px;
}
.password input[type=button].btn-block, .password input[type=reset].btn-block, .password input[type=submit].btn-block {
    width: 34%;
    margin: auto;
    border-radius: inherit;
}
.password .login-form{
	margin-bottom: 70px;
}
@media (max-width: 670px){
.password .form-control {
    width: 100%;
}
.password input[type=button].btn-block, .password input[type=reset].btn-block, .password input[type=submit].btn-block {
    width: 100%;
}	
}
.password .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: .9;
}
.login-form h3{
	color: #2957a4;
	text-transform: uppercase;
}
@media (max-width: 570px){
h3{
	font-size: 16px;
}	
}
.container.inscrire {
    margin-bottom: 30px;
}

.profilepress-reset-status {
    text-align: center !important;
}

.pp-reset-password-form {
margin-bottom : 50px;
}
.pp-reset-button {
	margin-top : 30px;
	width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.pp-reset-password-form  #password1 {
	    margin-right: 25px;
}
.pp-reset-password-form input {
	    height: 35px;
		margin-left: 15px;
}
.pp-reset-password-form h3 {
	    margin-bottom: 30px;
}
.white-bold {
	color : white;
	font-weight : bold;
	​text-decoration: underline;
}

/**/
.dv-subgenres {
    background: #1f7972;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
.dv-subgenres a {
    color: #fff;
    padding: 15px;
    display: inline-block;
}
.dv-subgenres a:hover {
    color: #fff;
    background: #2957a4;
}
.subactive
{
    color: #fff;
    background: #2957a4;
}
.full-pic img {
    width: 100%;
}
.subg-text .sub-text{
    background: #1f419b;
    color: #fff;
    padding: 20px 40px;
    margin: 5px 0;
}
.subg-text .sub-text h1{
    margin: 15px 0;
}
/**/
.detl-prd {
    background: #fff;
    padding: 35px 0;
}
.dv-detail h1 {
    text-align: left;
    text-transform: uppercase;
    color: #2957a4;
    margin-top: 22px;
    margin-bottom: 15px;
}
.dv-detail hr {
    background: #2957a4;
    height: 1px;
    width: 70%;
    margin: 15px 0;
}

.dv-table { 
    margin: 25px 0;
}
.dv-table table {
    width: 100%;
}
.dv-table table .tr-1 {
    height: 70px;
    background: #2957a4;
    color: #fff;
    margin-bottom: 5px;
}
.dv-table table .tr-2 {
    height: 70px;
    background: #e3faf8;
    color: #111;
}
.dv-table .tr-2 td {
    width: 25%;
    text-align: center;
}
.dv-table .tr-1 th {
    width: 25%;
    text-align: center;
}
.table-title h1 {
    text-align: center;
    margin: 30px 0;
    font-weight: 800;
    color: #444;
}
.dwnld {
    margin: 25px 0;
}
.dwnld table {
    width: 100%;
}
.dwnld table th {
    text-align: center;
    width: 33%;
}
.dwnld table th a {
    padding: 25px;
    display: inline-block;
    background: #48928c;
    width: 99%;
    color: #fff;
}
.dwnld table th a.wrd {
    padding: 25px;
    display: inline-block;
    background: #2a58a4;
    width: 99%;
    color: #fff;
}


/************************************************************************************************************************************************************************************************************************************/

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 220px) and (max-width: 767px) { 
    .dv-subgenres a {
        color: #fff;
        padding: 15px;
        display: inline-block;
        width: 100%;
    }
}