/*
Theme Name: CNPL
Theme URI: http://www.siiimple.com
Description: A child theme for Siiimple.
Version: 1
Author: Fabrice Cortat
Author URI: http://www.banquise.ch
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: child
Template: symple
*/
@import url("../symple/style.css");

body {
    opacity: 0.75;
}

.logo, .search {
    margin-top: 10px;
    margin-bottom: 13px;
}

.single-left ul {
    margin: 0 0 1.5em 18px;
}

.single-left ul li {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: disc;
    letter-spacing: 0;
}

div.deux-tiers {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
}

body.page #page-full div.deux-tiers .post {
    float: left;
    width: 60%;
    border: 0;
}

div.deux-tiers .post img.sep {
    width: 100%;
}

div.deux-tiers #nav-region {
    padding-top: 30px;
    float: right;
    width: 30%;
}

div.deux-tiers #nav-region .idTabs {
    width: auto;
}

.children {
    list-style-type: none;
    margin: 0 0 0 20px;
}

.idTabs li {
    list-style: outside none none;
    min-width: 220px;
}

h2.page-template {
    margin-right: 0;
    margin-left: -10px;
}

.go-right {
    float: right;
    width: 30%;
}

.alignleft {
    border-radius: 10px;
    float: left;
    margin: 0 20px 10px 0;
}

.five.colums.go-right strong a {
    text-transform: uppercase;
    background: #eee;
    padding: 3px;
    border: 1px solid #ddd;
    width: 100%;
    display: block;
}

li.cat-item {
    border: 1px solid #ddd;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 12px;
    padding: 9px;
}

div.deux-tiers h1.latest-blog {
    line-height: 1.5;
}

div.news-item {
    margin-bottom: 1.5em;
}

#nav-region .idTabs .current_page_item a {
    color: #4385c6 !important;
}

h1.latest-blog {
    line-height: 1.5em;
}

div.footer-wrapper {
    clear: both;
}

.home #latest-features div.three.columns:nth-child(5) {
    clear: both;
}


.logout {
    text-align: right;
    margin: 1em;
}


/***
CIPAV
 */
.card h2 {
    height: 2rem;
    padding: 0;
    margin: 0;
}

.card button {
    width: 100%;
    margin-top: 2rem;
    display: block;
    background: #0095a5;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    border: 0;
}

.card button:hover {

    background: #ce1350;
    border: 0;
    color: #fff;
}

.card table {
    width: 100%;
    margin: 1rem 8px;
}

.card table td {
    /*border-bottom: 1px solid #0095a5;*/
    padding: 2px;
    color: #222;
}

.card table tr:nth-of-type(2n) td, .card table tr:nth-of-type(2n-1) td:nth-of-type(4) {
    border-bottom: 2px solid #0095a5;
    font-style: italic;
    color: #999;
}

.card table td p {
    margin: 0;
}

.card table td a {
    color: #ce1350;
}

#page-full img.full-thumb {
    width: 480px !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: auto;
}

.user-img {
    max-width: 80px;
    vertical-align: middle;
    margin: 0 !important;
}

.sub-text-profession {
    font-style: normal;
    color: #222;
    padding: 1rem 0 2rem;
}


.show-more {
    display: none;
}

.en-savoir-plus {
    cursor: pointer;
    color: #ce1350;
    font-weight: bold;
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    width: 120px;
}

.en-savoir-plus::after {
    content: "";
    display: block;
    text-align: center;
    width: 0;
    border-width: 15px;
    border-style: solid;
    border-color: #ce1350 transparent transparent transparent;
    margin-left: 45px;
}

.fermer-en-savoir-plus{
    cursor: pointer;
    color: #ce1350;
    font-weight: bold;
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    width: 120px;
}
.fermer-en-savoir-plus::before {
    content: "";
    display: block;
    text-align: center;
    width: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #ce1350 transparent;
    margin-left: 45px;
}
.collapse {
    padding-top: 1rem;
}

.collapse figure {
    float: left;
    margin-right: 1rem;
    max-width: 40%;
    overflow: hidden;
    margin-top: -.5rem;
}

.collapse figure img {
    max-width: 100%;
}

.accordion ul {
    list-style: inherit;
    margin-left: 2rem;
}

.accordion ul li {
    letter-spacing: 0;
    list-style: inherit;
}

/* #Media Queries overrides from responsive.css
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    body.page #page-full div.deux-tiers .post {
        width: auto;
    }

    div.deux-tiers #nav-region {
        float: none;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .one_half {
        width: auto;
    }

    p img[alt="cnpl"] {
        display: none;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {

    p img[alt="cnpl"] {
        display: none;
    }
}

