@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * GENERAL................Réglages de base
 * TITRAGES...............Hierarchie des titres
 * TOP BARRE..............Infos haut des pages
 * HEADER.................Logo, navigation
 * HOMEPAGE-TOP IMAGE.....Grande image accueil
 * HOMEPAGE-SOLUTIONS.....Présentation de "Vous êtes"
 * HOMEPAGE-DEVIS.........Call to action fond sombre
 * HOMEPAGE-MISSIONS......Tabs des compétences
 * HOMEPAGE-E-COMPTA......Call to action e-comptabilité
 * HOMEPAGE-EXPERTISE.....Compteurs chiffres clés
 * HOMEPAGE-DEVIS2........Call to action fond clair
 * FOOTER.................Pied de page
 * COPYRIGHT..............Mentions...
 * PAGES INTERNES.........Contenu des pages internes
 */


 
 
 
/*------------------------------------*\
    $GENERAL
\*------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #5f6062;
	background: #fff;
	margin: 0 auto;
}
img {
	height: auto;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
}
a, a:link, a:visited {
	color: #9c2419;
	text-decoration: none;
	transition: 0.2s ease-in all;
}
a:hover, a:focus {
	color: #000;
	text-decoration: underline;
}
a, a:hover {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
p {
	font-size: 15px;
	line-height: 21px;
    margin-bottom:20px;
}
.float-left {
	float: left;
	margin: 0 10px 10px 0;
}
.float-right {
	float: right;
	margin: 0 0 10px 10px;
}
.underline {
	text-decoration: underline;
}
.color {
	color: #000;
}
strong {
	font-weight: 700;
}
small {
	font-size: 0.8em;
}
em {
	font-style: italic;
}
hr {
	margin: 20px auto;	
	height: 1px; 
	color: #000; 
	background-color: #000; 
	width: 100%; 
	border: none;
}
.clear{
	clear: both;
}
.container {
	margin: 0 auto;
}
::-moz-selection {
	background: #000;
	color: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
text-left {text-align: left;}
text-center {text-align: center;}
text-right {text-align: right;}
.iframe-responsive-wrapper        {
    position: relative;
}

.iframe-responsive-wrapper .iframe-ratio {
    display: block;
    width: 100%;
    height: auto;
}

.iframe-responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 6px 12px 6px 0;
}
.btn a {
    background: #9c2419;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    padding: 1px 5px;
    display: inline-block;
    position: relative;
}
.btn a:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-left-color: #9c2419; 
    border-width: 11px; 
    margin-top: -11px;
}
.btn a:hover {
    background: #000;
    text-decoration: none;
}
.btn a:hover:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-left-color: #000; 
    border-width: 11px; 
    margin-top: -11px;
}





/*------------------------------------*\
    $TITRAGES
\*------------------------------------*/

/*h1 {
	font: 700 36px 'Oswald', Arial, Helvetica, sans-serif;
    font: 400 45px 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
	padding: 0 0 15px 0;
	margin-bottom: 20px;
    color: #9c2319;
    line-height: 46px;
}
h2 {
	font: 400 36px 'Oswald', Arial, Helvetica, sans-serif;
	padding: 20px 0 15px 0;
    color: #9c2319;
    line-height: 44px;
    text-transform: uppercase;
}
h3 {
	font: 300 32px 'Oswald', Arial, Helvetica, sans-serif;
	padding: 20px 0 10px 0;
    line-height: 39px;
    text-transform: uppercase;
}
h4 {
	font: 700 24px 'Oswald', Arial, Helvetica, sans-serif;
	padding: 20px 0 10px 0;
    line-height: 29px;
}*/


h1 {
    font: 400 36px 'Oswald', Arial, Helvetica, sans-serif;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    color: #9c2319;
    line-height: 44px;
    text-transform: uppercase;
}
h2 {
    font: 300 32px 'Oswald', Arial, Helvetica, sans-serif;
    padding: 20px 0 15px 0;
    line-height: 39px;
    text-transform: uppercase;
}
h3 {
    color: #9c2319;
    font: 400 27px "Oswald",Arial,Helvetica,sans-serif;
    padding: 20px 0 10px 0;
    text-transform: uppercase;
    line-height: 33px;
}
h4 {
    font: 400 24px 'Oswald', Arial, Helvetica, sans-serif;
    padding: 20px 0 10px 0;
    line-height: 29px;
}
h5 {
    font: 400 20px 'Oswald', Arial, Helvetica, sans-serif;
    padding: 20px 0 10px 0;
    line-height: 28px;
}
h6 {
	font: 300 20px 'Oswald', Arial, Helvetica, sans-serif;
	padding: 20px 0 10px 0;
	text-transform: uppercase;
    color: #9c2319;
    line-height: 26px;
}
h1 + h1 {
	padding: 10px 0 15px 0;
}





/*------------------------------------*\
    $TOP BARRE
\*------------------------------------*/
.logo-print {
    display :none;
}
.top-bar {
    background: #9c2319;
    color: #fff;
    height: 30px;
}
.contact-top, .languages, .languages-static, .top-espace-client, .facebook, .top-devis {
    display: inline-block;
}

.contact-top {
    position: relative;
    top: -1px;
    padding-right: 10px;
}
.contact-top strong {
    font-size: 18px;
}

/* Langues ***********/
/*.languages {
    background: #353535;
    text-align: center;
    padding: 4px 10px;
    margin: 0;
}*/

/* Langues statiques ***********/
ul.languages-static {
    background: #353535;
    text-align: center;
    padding: 7px 10px 2px;
    margin: 0;
    border-left: 1px solid #98999a;
}
.languages-static li {
    display: inline-block;
    width: 24px;
    height: 16px;
    text-indent: -99999%;
}
.languages-static li a {
    display: block;
    width: 24px;
    height: 16px;
}
li.francais {
    background: url(../../uploads/2014template/langues/fr.jpg) center no-repeat;
}
li.espagnol {
    background: url(../../uploads/2014template/langues/es.jpg) center no-repeat;
}
li.anglais {
    background: url(../../uploads/2014template/langues/en.jpg) center no-repeat;
}
li.catalan {
    background: url(../../uploads/2014template/langues/cat.jpg) center no-repeat;
}
.languages-static li a:hover {
    background: rgba(255,255,255,0.5);
}

/* Espace client ***********/
.top-espace-client a {
    display: block;
    background: #5f6062 url(../../uploads/2014template/icn-user.png) center left no-repeat;
    color: #fff;
    display: block;
    margin-left: -4px;
    padding: 4px 10px 5px 30px;
    position: relative;
    top: -3px;
    border-left: 1px solid #98999a;
}
.top-espace-client a:hover {
    text-decoration: none;
    background: #353535 url(../../uploads/2014template/icn-user.png) center left no-repeat;
}

/* Facebook ***********/
.facebook {
    text-indent: -99999%;
    position: relative;
    top: -1px;
    border-left: 1px solid #98999a;
    margin-left: -4px;
}
.facebook a {
    display: block;
    width: 30px;
    height: 30px;
}

/* Devis ***********/
.top-devis {
    background: #353535;
    text-align: center;
    padding: 4px 10px;
    margin: 0;
    border-left: 1px solid #98999a;
    margin-left: -4px;
}
.top-devis a {
    color: #fff;
}





/*------------------------------------*\
    $HEADER
\*------------------------------------*/

.header {
    min-height: 114px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
            box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
}
.logo {
    width: 259px;
    height: 80px;
    text-indent: -99999%;
    display: block;
    margin: 7px auto 0;
}
.logo a {
    display: block;
    width: 259px;
    height: 80px;
    background: url(../../uploads/2014template/logo-ducup-sire.jpg) center no-repeat;
}

.navigation {
	z-index: 9999;
}
.navigation ul {
	list-style: none;
    margin-top: 32px;
}
.navigation li {
	display: inline-block;
	height: 50px;
}
.navigation li a, .navigation li span {
	display: inline-block;
	text-decoration: none;
	padding: 16px 10px;
	transition: 0.2s ease-in all;   
    color: #5f6062;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.navigation li a:hover, .navigation li a:focus, .navigation li span:hover, .navigation li span:focus {
	color: #d73d36;
}

.navigation ul li:hover ul {
	display: block;
}
.navigation ul li ul {
    position: absolute;
	display: none;
    margin-top: 0;
    -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
            box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
    width: 250px;
    z-index: 9999;
}
.navigation ul li ul li {
    display: block;
	min-width: 250px;
	text-align: left;
	height: 39px;
	background: #fff;
    left: -40px;
    position: relative;
    margin-bottom: -2px;
}
.navigation ul li ul li a {
    display: block;
	min-width: 234px;
	text-align: left;
	background: #fff;
	color: #5f6062;
	font-size: 14px;
	text-transform: none;
	padding: 8px 14px;
}
.navigation ul li ul li a:hover {
	background: #d73d36;
	color: #fff;
	border-color: #d73d36;
}

/* Icn menu mobile */
.header .col-md-8 {
	display: none;
}





/*------------------------------------*\
    $HOMEPAGE - TOP IMAGE
\*------------------------------------*/

.top-img {
    background: url(../../uploads/2014template/top-img-ponton.jpg) center no-repeat;
    height: 450px;
}





/*------------------------------------*\
    $SLIDER
\*------------------------------------*/
#container-slider {
	position: relative;
	width:100%;
	top: 0;
}





/*------------------------------------*\
    $HOMEPAGE - SOLUTIONS
\*------------------------------------*/
.solutions {
    padding: 70px 0;
}
.solutions .col-md-4 .inner {
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.15);
            box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.15);
}
.solutions h2 {
    font-size: 25px;
    background:  #d73d36;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-transform: none;
    padding: 30px 0;
    margin-bottom: 0;
}
.solutions h3 {
    font-style: italic;
    font-size: 16px;
    text-transform: none;
    background: #dc514b;
    color: #fff;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: center;
}
.createur h2 {
    background:  #f66d66;
}
.createur h3 {
    background:  #f68b85;
}
.assos h2 {
    background:  #9c2319;
}
.assos h3 {
    background:  #b03f39;
}
.solutions ul {
    list-style: none;
    padding: 20px 0 0;
}
.solutions li {
    padding: 5px 0 5px 20px;
}
.solutions a {
    text-decoration: none;
}
.solutions a li {
    color: #5f6062;
}
.solutions a:hover img{
    opacity: 0.7;
}
.solutions span {
    background: #9c2419;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    padding: 3px 10px 3px 10px;
    margin: 0 0 20px 20px;
    display: inline-block;
    position: relative;
}
.solutions span:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-left-color: #9c2419; 
    border-width: 14px; 
    margin-top: -14px;
}
.solutions a:hover span {
    background: #000;
    text-decoration: none;
}
.solutions a:hover span:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-left-color: #000; 
    border-width: 14px; 
    margin-top: -14px;
}





/*------------------------------------*\
    $HOMEPAGE - DEVIS1
\*------------------------------------*/

.devis {
    padding: 100px 0;
}
.devis p {
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 50px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;;
}
.devis a {
    font-style: italic;
    font-weight: 700;
    padding: 3px 10px 3px 10px;
    margin: 0 0 20px 0;
    display: inline-block;
    position: relative;
    font-size: 18px;
}
.devis a:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-width: 14px; 
    margin-top: -14px;
}
.devis a:hover {
    text-decoration: none;
}
.devis a:hover:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-width: 14px; 
    margin-top: -14px;
}

.devis1 {
    background: url(../../uploads/2014template/bg-demander-devis.jpg) center no-repeat;
    color: #fff;
}
.devis1 a {
    background: #fff;
    color: #9c2419;
}
.devis1 a:after {
    border-left-color: #fff; 
}
.devis1 a:hover {
    background: #000;
    color: #fff;
}
.devis1 a:hover:after {
    border-left-color: #000; 
}





/*------------------------------------*\
    $HOMEPAGE - MISSIONS
\*------------------------------------*/

#myTab {
    text-align: center;
    margin-top: 50px;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
    margin: 0 25px;
}
.nav-tabs li a {
    display: block;
    width: 121px;
    height: 121px;
    text-indent: -9999%;
}
.nav-tabs > li > a {
    border: 0;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: 0;
}

.nav-tabs li.mission-audit a {
    background: url(../../uploads/2014template/missions/audit-hover.png) center no-repeat;
}
.nav-tabs li.mission-gestion a {
    background: url(../../uploads/2014template/missions/gestion-comptable-hover.png) center no-repeat;
}
.nav-tabs li.mission-juridique a {
    background: url(../../uploads/2014template/missions/juridique-hover.png) center no-repeat;
}
.nav-tabs li.mission-fiscal a {
    background: url(../../uploads/2014template/missions/fiscal-hover.png) center no-repeat;
}
.nav-tabs li.mission-social a {
    background: url(../../uploads/2014template/missions/social-hover.png) center no-repeat;
}

/*.nav-tabs li.mission-audit a:hover, .nav-tabs li.active.mission-audit a {
    background: url(../../uploads/2014template/missions/audit.png) center no-repeat;
}
.nav-tabs li.mission-gestion a:hover, .nav-tabs li.active.mission-gestion a {
    background: url(../../uploads/2014template/missions/gestion-comptable.png) center no-repeat;
}
.nav-tabs li.mission-juridique a:hover, .nav-tabs li.active.mission-juridique a {
    background: url(../../uploads/2014template/missions/juridique.png) center no-repeat;
}
.nav-tabs li.mission-fiscal a:hover, .nav-tabs li.active.mission-fiscal a {
    background: url(../../uploads/2014template/missions/fiscal.png) center no-repeat;
}
.nav-tabs li.mission-social a:hover, .nav-tabs li.active.mission-social a {
    background: url(../../uploads/2014template/missions/social.png) center no-repeat;
}*/

.nav-tabs li.mission-audit a:hover, .nav-tabs li.active.mission-audit a, .nav-tabs li.mission-gestion a:hover, .nav-tabs li.active.mission-gestion a, .nav-tabs li.mission-juridique a:hover, .nav-tabs li.active.mission-juridique a, .nav-tabs li.mission-fiscal a:hover, .nav-tabs li.active.mission-fiscal a, .nav-tabs li.mission-social a:hover, .nav-tabs li.active.mission-social a {
    opacity: 0.5;
}

.tab-content {
    margin-bottom: 70px;
}
.tab-content h3 {
    font-size: 26px;
    text-transform: none;
    font-weight: 700;
    margin-top: 50px;
}
#audit h3 {
    color: #00467F;
}
#gestion-comptable h3 {
    color: #F47B2B;
}
#juridique h3 {
    color: #EE165E;
}
#fiscal h3 {
    color: #92C849;
}
#social h3 {
    color: #00B2DC;
}





/*------------------------------------*\
    $HOMEPAGE - E-COMPTABILITE
\*------------------------------------*/

.e-comptabilite {
    background: url(../../uploads/2014template/bg-e-comptabilite.jpg) center no-repeat;
    padding: 53px 0;
}
.e-comptabilite h2 {
    color: #5f6062;
    font-weight: 900;
    font-size: 31px;
    text-transform: none;
    margin-top: 0;
}
.e-comptabilite h3 {
    color: #9c2319;
    font-size: 23px;
    padding: 0;
}
.e-comptabilite a {
    background: #9c2419;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    padding: 3px 10px 3px 10px;
    margin: 0;
    display: inline-block;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
}
.e-comptabilite a:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-left-color: #9c2419; 
    border-width: 14px; 
    margin-top: -14px;
}
.e-comptabilite a:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}
.e-comptabilite a:hover:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-left-color: #000; 
    border-width: 14px; 
    margin-top: -14px;
}





/*------------------------------------*\
    $HOMEPAGE - EXPERTISE
\*------------------------------------*/

.expertise {
    background: url(../../uploads/2014template/bg-expertise.jpg) center no-repeat;
    color: #fff;
    padding: 50px 0;
}
.expertise h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 39px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.counter {
	text-align: center;
	padding: 30px 0 30px 0;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.counter:hover,.counter:hover h3 {
	color: #fff;
}
.counter h3 {
	font-family: "cabin", Arial, Helvetica, sans-serif;
	font-size: 39px;
	font-weight: bold;
    background: url(../../uploads/2014template/circle-expertise.png) center no-repeat;
    line-height: 98px;
    color: #fff;
}
.counter span {
	font-weight: 700;
    font-size: 17px;
    margin-top: 25px;
}





/*------------------------------------*\
    $HOMEPAGE - DEVIS 2
\*------------------------------------*/

.devis2 {
    -webkit-box-shadow: 0 -2px 1px 0 rgba(0,0,0,0.1);
            box-shadow: 0 -2px 1px 0 rgba(0,0,0,0.1);
}
.devis2 a {
    background: #9c2419;
    color: #fff;
}
.devis2 a:after {
    border-left-color: #9c2419; 
}
.devis2 a:hover {
    background: #000;
    color: #fff;
}
.devis2 a:hover:after {
    border-left-color: #000; 
}





/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.footer {
    padding: 70px 0;
    background: #e2e2e3;
}
.footer .col-md-6 p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 19px;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer li {
    display: inline-block;
    margin-right: 10px;
}
.footer h4 {
    font-size: 19px;
    font-weight: 400;
    padding-top: 0;
}

/*Newsletter */
.footer input[type="text"] {
    border: 0;
    color: #8f8c8c;
    width: 210px;
    height: 40px;
    padding-left: 10px;
}
.footer input[type="submit"] {
    background: url(../../uploads/2014template/icn-newsletter.jpg) center no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999%;
    border: 0;
    cursor: pointer;
    margin-left: -4px;
}
.footer input[type="submit"]:hover {
    background: url(../../uploads/2014template/icn-newsletter-hover.jpg) center no-repeat;
}





/*------------------------------------*\
    $COPYRIGHT
\*------------------------------------*/

.copyright {
    padding: 30px 0 10px 0;
}
.copyright a {
    color: #5f6062;
}
.copyright a:hover {
    color: #9c2419;
}





/*------------------------------------*\
    $PAGES INTERNES
\*------------------------------------*/

.page {
    padding: 70px 0;
}

/* Breadcrumbs */
.breadcrumbs {
    background: #bebebe url(../../uploads/2014template/bg-breadcrumbs.jpg) top center no-repeat;
    color: #fff;
    padding: 25px 0 24px 0;
}
.breadcrumbs a {
    color: #fff;
}



/* Pages */
.page ul {
    list-style: none;
    padding-left: 0;
}
.page li {
    background: url(../../uploads/2014template/icn-list.png) top left no-repeat;
    padding-left: 12px;
    margin-bottom: 5px;
}
.page li > ul {
    padding-left: 30px;
}



/* Notre cabinet */
/*.experts-comptable .col-md-3 div {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    min-height: 720px;
    padding-bottom: 15px;
}
.experts-comptable .col-md-3 h4 {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.experts-comptable .col-md-3 h4, .experts-comptable .col-md-3 li {
    padding-left: 15px;
    paddding-right: 15px;
}
.experts-comptable .col-md-3 li {
    background: none;
    margin-bottom: 8px;
}*/

.experts-comptable .col-md-6 div {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    min-height: 250px;
    padding-bottom: 6px;
}
.experts-comptable .col-md-6 h4 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.experts-comptable .col-md-6 h4, .experts-comptable .col-md-6 li {
    padding-left: 20px;
    paddding-right: 20px;
}
.experts-comptable .col-md-6 li {
    background: none;
    font-size: 13px;
    line-height: 18px;
}



/* Nos missions */
.page-comptable h2, .page-comptable blockquote {
    background: #fdd3b4;
    color: #f47b2b;
}
.page-social h2, .page-social blockquote {
    background: #b4e3f4;
    color: #00b2dc;
}
.page-juridique h2, .page-juridique blockquote {
    background: #f9c0c0;
    color: #ed1c5e;
}
.page-gestion h2, .page-gestion blockquote {
    background: #dbecc5;
    color: #92c849;
}
.page-audit h2, .page-audit blockquote {
    background: #9dafce;
    color: #00467f;
}
.page-comptable h2, .page-social h2, .page-juridique h2, .page-gestion h2, .page-audit h2 {
    font-weight: 700;
    text-transform: none;
}
.page-comptable h2 img, .page-social h2 img, .page-juridique h2 img, .page-gestion h2 img, .page-audit h2 img {
    margin:  0 20px;
}
.page-comptable blockquote, .page-social blockquote, .page-juridique blockquote, .page-gestion blockquote, .page-audit blockquote {
    border-left: #f47b2b;
    position: relative;
    top: -10px;
}
.page-comptable blockquote p, .page-social blockquote p, .page-juridique blockquote p, .page-gestion blockquote p, .page-audit blockquote p {
    font-size: 17px;
    line-height: 23px;
    padding-bottom: 10px;
}
.page-comptable h3, .page-social h3, .page-juridique h3, .page-gestion h3, .page-audit h3 {
    color: #5f6062;
}
.page-comptable h4 {color: #f47b2b;}
.page-social h4 {color: #00b2dc;}
.page-juridique h4 {color: #ed1c5e;}
.page-gestion h4 {color: #92c849;}
.page-audit h4 {color: #00467f;}
.page-link a {
    font-style: italic;
    padding: 3px 10px 3px 10px;
    margin: 0 0 20px 0;
    display: inline-block;
    position: relative;
    background: #9c2319;
    color: #fff;
    font-size: 18px;
}
.page-link a:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-width: 14px; 
    margin-top: -14px;
    border-color: transparent transparent transparent #9c2419;
}
.page-link a:hover {
    text-decoration: none;
    background: #000;
}
.page-link a:hover:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-width: 14px; 
    margin-top: -14px;
    border-color: transparent transparent transparent #000;
}
.page-comptable .float-right, .page-social .float-right, .page-juridique .float-right, .page-gestion .float-right, .page-audit .float-right  {
    padding: 10px;
    text-indent: -99999%;
}
.page-comptable .float-right a.link-after, .page-social .float-right a.link-after, .page-juridique .float-right a.link-after, .page-gestion .float-right a.link-after {
    background: url(../../uploads/2014template/arrow-down.png) center no-repeat;
    width: 22px;
    height: 21px;
    display: block;
}
.page-social .float-right a.link-before, .page-juridique .float-right a.link-before, .page-gestion .float-right a.link-before, .page-audit .float-right a.link-before {
    background: url(../../uploads/2014template/arrow-up.png) center no-repeat;
    width: 22px;
    height: 21px;
    display: block;
    margin-bottom: 10px;
}



/* Tableaux */
th {
    background: #9d9d9d;
    color: #fff;
    padding: 15px 5px;
    text-align: center;
    width: 15%;
}
th:first-child {
    color: #9d9d9d;
}
th:first-child, td:first-child {
    text-align: left;
    width: 55%;
}
th:first-child {
    background: #fff;
    color: #fff;
}
th:nth-child(2) {
    background: #f8c09a;
}
th:nth-child(3) {
    background: #f89e63;
}
th:last-child {
    background: #f47b2b;
}
td {
    border: 1px solid #d3d3d3;
    padding: 10px 5px;
    text-align: center;
}
.no-active-table {
    background: #ececec;
}
table {
    margin-bottom: 30px;
}



/* Missions pictogrammes */
.picto-missions li {
    background: none;
}
.picto-missions {
    text-align: center;
}
.picto-missions h4 {
    font-size: 26px;
    font-weight: 700;
}
.picto-missions li.mission-gestion h4 {
    color: #f47b2b;
}
.picto-missions li.mission-fiscal h4 {
    color: #92c849;
}
.picto-missions li.mission-social h4 {
    color: #00b2dc;
}
.picto-missions li.mission-juridique h4 {
    color: #ed1c5e;
}
.picto-missions li.mission-audit h4 {
    color: #00467f;
}



/* Page créateur (Vous êtes) */
.etapes-createur {
    background: #c93023;
    background: -moz-linear-gradient(top,  #c93023 0%, #9c2319 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c93023), color-stop(100%,#9c2319));
    background: -webkit-linear-gradient(top,  #c93023 0%,#9c2319 100%);
    background: -o-linear-gradient(top,  #c93023 0%,#9c2319 100%);
    background: -ms-linear-gradient(top,  #c93023 0%,#9c2319 100%);
    background: linear-gradient(to bottom,  #c93023 0%,#9c2319 100%);
    color: #fff;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: 19px;
    line-height: 27px;
    width: 60%;
    padding: 20px 20px 60px 20px;
    text-align: left;
    margin-bottom: 10px;
}
.etapes-createur table {
    margin-bottom: 0;
}
.etapes-createur tr:first-child td {
    border-top: 0;
}
.etapes-createur tr:last-child td {
    border-bottom: 0;
}
.etapes-createur td {
    border-color: #c24237;
    padding-bottom: 15px;
    padding-top: 15px;
}
.etapes-createur td:first-child {
    border-left: 0;
    width: 25%;
}
.etapes-createur td:last-child {
    border-right: 0;
    padding-left: 30px;
    text-align: left;
    width: 75%;
}
a.btn-orange {
    background: /*#90c937*/;
    background: #ffb000;
    background: -moz-linear-gradient(top,  #ffb000 0%, #ff6f00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb000), color-stop(100%,#ff6f00));
    background: -webkit-linear-gradient(top,  #ffb000 0%,#ff6f00 100%);
    background: -o-linear-gradient(top,  #ffb000 0%,#ff6f00 100%);
    background: -ms-linear-gradient(top,  #ffb000 0%,#ff6f00 100%);
    background: linear-gradient(to bottom,  #ffb000 0%,#ff6f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb000', endColorstr='#ff6f00',GradientType=0 );
    color: #fff;
    font-family: "Roboto",Arial,helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    left: 20px;
    padding: 20px 25px;
    position: relative;
    top: -45px;
    text-transform: uppercase;
}
a.btn-orange:hover {
    background: #ff6f00;
    color: #fff;
}

/* Pages dirigeant et association (Vous êtes) */
p.bottom-link {
    font-size: 17px;
}



/* E-Comptabilité */
.page-link-white a {
    font-style: italic;
    padding: 3px 10px 3px 10px;
    margin: 0 0 20px 0;
    display: inline-block;
    position: relative;
    background: #fff;
    color: #9c2319;
}
.page-link-white a:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-width: 14px; 
    margin-top: -14px;
    border-color: transparent transparent transparent #fff;
}
.page-link-white a:hover {
    text-decoration: none;
    background: #000;
}
.page-link-white a:hover:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-width: 14px; 
    margin-top: -14px;
    border-color: transparent transparent transparent #000;
}



/* Contact*/
.contact-form > div {
    display: inline-block;
    margin-right: 1%;
    width: 48%;
}
.page input[type="text"], .page textarea {
    border: 0;
    margin-bottom: 20px;
    padding-left: 2%;
    width: 98%;
    background: #ececec;
}
.page input[type="text"] {
    min-height: 35px;
}
.page textarea {
    min-height: 160px;
    min-width: 99%;
    padding-top: 10px;
}
.contact-form div > label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
    text-transform: uppercase;
}
.contact-form div div > label {
    display: inline-block;
    font-weight: 400;
    text-transform: none;
}
.contact-form select {
    background: #ececec;
    border: 0;
    line-height: 35px;
    margin-bottom: 20px;
    min-height: 35px;
    padding-left: 1%;
    padding-top: 6px;
    width: 99%;
}
.page input[type="submit"] {
    cursor: pointer;
    background: #9c2419;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    transition: 0.2s ease-in all;
    border-radius: 5px;
    margin-top: 30px;
}
.page input[type="submit"]:hover {
    background: #000;
}

a.link-plan {
    background: #9c2419;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    padding: 3px 10px 3px 10px;
    margin: 0;
    display: inline-block;
    position: relative;
}
a.link-plan:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-left-color: #9c2419; 
    border-width: 14px; 
    margin-top: -14px;
}
a.link-plan:hover {
    background: #000;
    text-decoration: none;
}
a.link-plan:hover:after {
    left: 100%; 
    top: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute;  
    border-left-color: #000; 
    border-width: 14px; 
    margin-top: -14px;
}



/* Espace client */
.espace-client {
    /*background: url(../../uploads/2014template/bg-espace-client.jpg) top center no-repeat;*/
    min-height: 970px;
}
.espace-client h1 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.bloc-e-compta {
    background: none repeat scroll 0 0 #9c2319;
    color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.bloc-e-compta h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    padding-top: 0;
}
.bloc-e-compta .page-link-white a {
    font-size: 22px;
    padding: 6px 10px;
}
.bloc-e-compta .page-link-white a:after {
    border-width: 16px;
    margin-top: -16px;
}

.bloc-outils {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
            box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
.bloc-outils p {
    margin-bottom: 0;
    font-size: 24px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.bloc-note-frais a, .bloc-facturation-rapide a {
    display: block;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
            box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
.bloc-note-frais h3, .bloc-facturation-rapide h3 {
    padding-top: 0;
    font-size: 22px;
    text-transform: none;
    margin-top: 0;
}
.bloc-note-frais a p, .bloc-facturation-rapide a p {
    color: #5e5f61;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 22px;
}
.bloc-note-frais a:hover, .bloc-facturation-rapide a:hover {
    background: #5e5f61;
    color: #fff;
    text-decoration: none;
}
.bloc-note-frais a:hover h3, .bloc-facturation-rapide a:hover h3, .bloc-note-frais a:hover p, .bloc-facturation-rapide a:hover p {
    color: #fff;
}

.bloc-infos-connexion {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
            box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
.bloc-infos-connexion p {
    margin-bottom: 0;
}



/* Homepage langues étrangères */
.home-other-langues {
    padding: 70px 0;
}


@media print {
    body {
        background-color: #fff;
        font-family: Serif;
        font-size: 15pt;
    }
    .languages, .top-espace-client, .navigation, .copyright, .expertise, .devis1 {
        display: none;
    }
    .logo-print {
        display: block;
    }
    p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
        color: #000!important;
        margin: auto!important;
    }
    p, blockquote {
        orphans: 3;
        widows: 3;
    }
    blockquote, ul, ol {
        page-break-inside: avoid;
    }
    h1, h2, h3, caption {
        page-break-after: avoid;
    }
    a {
        color: #000!important;
    }
    a[href]:after {
        content: " ";
    }

.e-comptabilite h2 {
    color: #000;
}
}
/* Stylesheet: 2014Ducup:style Modified On 2015-01-08 09:49:40 */
