/* cmsms stylesheet: styles_content_v2 modified: lundi 10 novembre 2025 17:32:26 */
/*** "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * (en) Uniform design of standard content elements
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml  */

/*** Fonts * (en) global settings of font-families and font-sizes
* @section content-global-settings*/

/* (en) reset font size for all elements to standard (16 Pixel) */
html {
  font-size: 18px;
}
html * { font-size:100.01%; }

/*** (en) reset monospaced elements to font size 16px in all browsers
* @see: http://webkit.org/blog/67/strange-medium/ */
textarea, pre, code, kbd, samp, var, tt {font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;}

/* (en) base layout gets standard font size 12px */
body {font-family:Arial, Helvetica, sans-serif; font-size:75.00%; color:#444}

/*--- Headings ------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {font-family: Arial, sans-serif; font-weight:bold; color:#222; margin:0 0 0.75em 0; text-transform: uppercase}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {color: #353535}

h1 {
  font-size:140%;
  border-bottom: 2px solid #94C107;
  padding: 0 0 4px;
  margin-bottom: 20px;
}
h1#titleheader {
  border-bottom-width: 0;
}
h2 { font-size:125%; margin-top: 20px}                       /* 24px */
h3 { font-size:120%}                       /* 18px */
h4 { font-size:116.67%}                    /* 16px */
h5 { font-size:100%; }                    /* 14px */
h6 { font-size:100%; }                    /* 14px */

/* --- Lists -------------------------------------------------------------------------------- */
ul, ol, dl { line-height:1.5em; margin:0 0 1em 5px}
ul { list-style-type:disc; }
ul ul { list-style-type:circle; margin-bottom:0; }

ol { list-style-type:decimal; }
ol ol { list-style-type:lower-latin; margin-bottom:0; }

li { margin-left:0.8em; line-height:1.3em; margin-bottom: 5px}

dt { font-weight:bold; }
dd { margin:0 0 1em 0.8em; }

div.bloc-droite ul.gris, ul.gris {list-style-image: url(/uploads/images/design/puce_grise.png)}

div.bloc-droite ul {list-style: circle url(/uploads/images/design/puce_blanche.png) outside}
div.bloc-droite ul li {margin-bottom: 5px}
div.gris-clair ul {list-style: none none outside; margin: 0}
div.gris-clair ul li {border-bottom: 1px dotted #333333; margin: 0; padding: 5px 0 5px 5px}

/* --- general text formatting ------------------------------------------ */
p { line-height:1.3em; margin:0 0 1em 0; font-size: 14px }

blockquote, cite, q {font-family:Georgia, "Times New Roman", Times, serif; font-style: italic}
blockquote { margin:0 0 1em 1.6em; color:#666}

strong,b { font-weight:bold; }
em,i { font-style:italic; }

big { font-size:116.667%; }
small { font-size:91.667%; }

pre { line-height:1.5em; margin:0 0 1em 0; }
pre, code, kbd, tt, samp, var { font-size:100%; }
pre, code { color:#800; }
kbd, samp, var, tt { color:#666; font-weight:bold; }
var, dfn { font-style:italic; }

acronym, abbr {border-bottom:1px #aaa dotted; font-variant:small-caps; letter-spacing:.07em; cursor:help;}

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

hr {color:#fff; background:transparent; margin:0 0 0.5em 0; padding:0 0 0.5em 0; border:0; border-bottom:1px #eee solid;}

/*--- Links ----------------------------------------------------------------------------------------- */
a { color:#458fd6; background:transparent; text-decoration:none; }
/* (en) maximum constrast for tab focus - change with great care */
a:focus { text-decoration:underline; color:#000; background: #fff; outline: 3px #f93 solid; }
a:hover,
a:active { text-decoration:underline; outline: 0 none; }

div.blanc a.vert, a.vert {display: block; background-color: #97c00e; padding: 5px; color: white; text-transform: uppercase; font-size: 14px; font-weight: bold; text-align: center}
a.vert.inline {
display: inline-block
}

/*** ------------------------------------------------------------------------------------------------- #
* Generic Content Classes * (en) standard classes for positioning and highlighting
* @section content-generic-classes */
.gauche { float:left; display:inline; margin-right:1em; margin-bottom:1em; }
.droite { float:right; display:inline; margin-left:1em; margin-bottom:1em; }
.centre { display:block; text-align:center; margin:0.5em auto; }

.clair {color:#888}
.info { background:#f8f8f8; color:#666; padding:10px; margin-bottom:0.5em; font-size:91.7%; }

.note { background:#efe; color:#040; border:2px #484 solid; padding:10px; margin-bottom:1em; }
.important { background:#ffe; color:#440; border:2px #884 solid; padding:10px; margin-bottom:1em; }
.attention { background:#fee; color:#400; border:2px #844 solid; padding:10px; margin-bottom:1em; }

/*** ------------------------------------------------------------------------------------------------- #
* Tables * (en) Generic classes for table-width and design definition
* @section content-tables */
table { width:auto; border-collapse:collapse; margin-bottom:0.5em; border-top:2px #888 solid; border-bottom:2px #888 solid; }
table caption { font-variant:small-caps; }
table.full { width:100%; }
table.fixed { table-layout:fixed; }
table.pagetable {border-width: 0}

th,td { padding:0.5em; }
thead th { color:#000; border-bottom:2px #800 solid; }
tbody th { background:#e0e0e0; color:#333; }
tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }

tbody th { border-bottom:1px solid #fff; text-align:left; }
tbody td { border-bottom:1px solid #eee; }

tbody tr:hover th[scope="row"],
tbody tr:hover tbody th.sub { background:#f0e8e8; }
tbody tr:hover td { background:#fff8f8; }

/***------------------------------------------------------------------------------------ #
 * CGFeedback*/
.feedback_item_title h4 {background-color: #BC2A75; color: white; padding: 1px 10px}
.feedback_item_data {margin-top: 10px; margin-bottom: 20px}
/* cmsms stylesheet: styles_news_v2 modified: lundi 10 novembre 2025 11:15:20 */
/* Sommaire */
.CGBlogSummary {position: relative}
.CGBlogSummary h2 {margin-top: 0}
.CGBlogSummary div.LiensLire {text-align: right; margin-top: 20px; padding-bottom: 5px}
.CGBlogSummary div.LiensLire a {
font-size: 14px;
font-weight: bold;
color: white;
background: #97c00e;
padding: 5px;
display: inline-block;
margin-bottom: 5px;
}
.CGBlogSummary ul {list-style-type: none}

.ContenuArticle {margin-bottom: 30px; border-bottom: 1px solid #bebebe}

.CGBlogPostdate {top: -22px}

/* Detail article blog */
.CGBlogSummaryPostdate {display: block; width: auto; padding: 4px; color: #666; font-weight: bold; text-align: right; border: 1px solid #bebebe; border-width: 1px 0; margin-bottom: 10px}

.detail-blog img {
max-width: 100%;
height: auto;
}
.detail-blog img.bordure {border: 5px solid #505050}
.detail-blog a:hover img {border-color: white}

/* CGFeedback */
.feedback_item_data {padding-left: 10px}

/* Barre droite */
#col2_content .CGBlogSummary {border-bottom: 1px dotted #ededed; margin: 5px 0; padding: 5px}
#col2_content .CGBlogSummary h4 {font-size: 12px; font-weight: normal; text-transform: none}
/* cmsms stylesheet: styles_forms_v2 modified: lundi 10 novembre 2025 11:29:42 */
fieldset {
    border: 1px solid #bebebe;
    margin-bottom: 20px;
    padding: 10px
}

legend {
    margin: 0 10px;
    padding: 0 3px;
    font-weight: bold
}

label {
    width: 25%;
    float: left;
    margin-bottom: 4px
}

input, textarea, select {
    padding: 2px;
    border: 1px solid #888;
    margin-bottom: 5px;
    background-color: #e5e5e5
}

input:hover, textarea:hover {
    background-color: #d5d5d5
}

input:active, input:focus, textarea:active, textarea:focus {
    background-color: white
}

div.submit {
    text-align: center;
}
.cms_submit {
    color: white;
    background-color: #bb2974;
    padding: 8px 16px;
    border: 1px solid #bb2974;
    font-size: 18px;
}

.cms_submit:hover {
    background-color: #555;
    color: white
}

div#recherche label {
    display: none
}

div#recherche input {
    width: 130px;
    background-color: #d6ffbe
}

div#recherche input.search-button {
    width: 30px
}

div.cgfeedback_addcoment textarea {
    width: 330px;
    height: 140px
}

div.cgfeedback_addcoment label {
    width: auto;
    float: none
}

/* Demande devis en popup */
div.devissignaletique {
    width: 850px;
    margin: 10px auto
}

div.devissignaletique legend {
    font-size: 13px;
    text-align: left
}

div.devissignaletique label {
    text-align: left;
    clear: left
}

div.devissignaletique input {
    float: left
}

div.devissignaletique textarea {
    width: 400px;
    height: 120px
}

div.devissignaletique fieldset#Col1, div.devissignaletique fieldset#Col2 {
    width: 45%;
    float: left;
    border-width: 0;
    margin-bottom: 0px
}

div.devissignaletique fieldset#Col1 {
    margin-right: 10px;
    border-right: 1px solid #222
}

div.devissignaletique input.cms_submit {
    margin-left: 312px;
    padding: 7px 30px
}

#Coordonnees label {
    width: 165px
}

#Demande label {
    display: block;
    width: 300px;
    float: left
}

#Demande textarea {
    float: left
}

/* Demande contact en popup */
div.contactsignaletique {
    width: 850px;
    margin: 10px auto
}

div.contactsignaletique legend {
    font-size: 13px;
    text-align: left
}

div.contactsignaletique label {
    text-align: left;
    clear: left;
    width: 170px
}

div.contactsignaletique input, div.contactsignaletique select {
    float: left;
    width: 160px
}

div.contactsignaletique textarea {
    width: 400px;
    height: 120px
}

div.contactsignaletique fieldset#Col1, div.contactsignaletique fieldset#Col2 {
    width: 40%;
    float: left;
    border: 1px solid #999;
    margin-bottom: 20px;
    padding: 20px;
    height: 330px
}

div.contactsignaletique fieldset#Col1 {
    margin-right: 10px
}

div.contactsignaletique input.cms_submit {
    margin-left: 312px;
    padding: 7px 30px
}

div.contactsignaletique textarea {
    height: 284px
}
