/***
 * Responsive layout for the control panel
 */
@media screen and (max-width:479px) {
    #tarteaucitron .tarteaucitronLine .tarteaucitronName {
        width: 90% !important;
    }

    #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
        float: left !important;
        margin: 10px 15px 5px;
    }
}

@media screen and (max-width:767px) {
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
        background: #fff;
        border: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        max-height: 100% !important;
        max-width: 100% !important;
        top: 0 !important;
        width: 100% !important;
    }
    
    #tarteaucitron .tarteaucitronBorder {
        border: 0 !important;
    }
    
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
        border: 0 !important;
    }
    
    #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
        text-align: left !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #tarteaucitron {
        border: 0 !important;
        left: 0 !important;
        margin: 0 5% !important;
        max-height: 80% !important;
        width: 90% !important;
    }
}

#tarteaucitronRoot{
}


.tarteaucitronOpenPanel{
	cursor: pointer;
}
* {
	--gris1: rgb(33, 33, 33);
	--gris2: rgb(80, 80, 80);
	--gris3: rgb(125, 125, 125);
	--gris4: rgb(155, 155, 155);
	--gris5 : rgb(180, 180, 180);
	
	--rouge: rgb(255, 5, 25);
	--rose: rgb(254, 204, 214);
	
	--h1: 30px;
	--text: 16px;
}

/***
 * Common value
 */
#tarteaucitron * {
    zoom: 1;
}

#tarteaucitronRoot i{
	font-style: normal;
}

#tarteaucitronRoot i:before,
#tarteaucitronRoot i:after
{
	font-family: fontwasome, fontawesome;
	font-size: 65%;
}

#tarteaucitron .clear {
    clear: both;
}

#tarteaucitron a {
    color: rgb(66, 66, 66);
    font-weight: normal;
    text-decoration: none;
}

#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
    color: #fff;
}

#tarteaucitron b {
    font-size: var(--text);
    font-family: Theinhardt-Medium, helvetica, arial, sans-serif;
    line-height: 1;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    font-size: var(--text);
    line-height: 1.33;
}

#tarteaucitronRoot * {
    box-sizing: initial;
    color: rgb(33,33,33);
    font-family: "Theinhardt-regular", helvetica, arial;
    vertical-align: initial;
}


/***
 * Control panel
 */
#tarteaucitronBack {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}

#tarteaucitron {
    display: none;
    max-height: 80%;
    left: 50%;
    margin: 0 auto 0 -430px;
    padding: 20px 0 0;
    position: fixed;
    top: 6%;
    width: 860px;
    z-index: 2147483647;
    box-sizing: border-box;
    background: #fff;
}

#tarteaucitron .tarteaucitronBorder {
    background: #fff;
    border: 0px;
    height: auto;
    overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    background: rgb(33,33,33)333;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    padding: 4px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px;
}
#tarteaucitron #tarteaucitronClosePanel {
   	border: var(--gris4) 1px solid;
    background: #fff;
    color: var(--gris3);
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    padding: 4px 20px;
    position: absolute;
    right: 25px;
    text-align: right;
    width: auto;
    box-sizing: border-box;
    bottom: 20px;
    height: 31px;
    z-index: 1000000000000000
}

#tarteaucitron #tarteaucitronDisclaimer {
    color: #555;
    margin: 15px auto 0;
    width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
/*     background: rgba(51, 51, 51, 0.07); */
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    display: none;
    position: relative;
    margin-top: 20px;
    padding: 0 20px;
}

.unService{
	border-top: 1px solide var(--gris5);
}


#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    /* background: rgb(33,33,33); */
    display: inline-block;
    font-weight: normal;
    margin: 0px 0px 0px;
    padding: 0px 0px 0 0px;
    text-align: left;
    width: auto;
    font-size: var(--h1);
    font-family: Theinhardt-Medium, helvetica, arial, sans-serif;
}

#tarteaucitronServices .tarteaucitronTitle{
	border-top: 1px var(--gris5) solid;
	width: 100% !important;
	color: var(--gris1);
	padding-top: 10px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    color: #fff;
    font-weight: normal;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
    text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {

}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {

}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
    padding: 5px 10px;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    display: none;
    margin: 0 0 0 0px;
    max-width: 50%;
    padding: 10px;
    background: #fff;
    border: 1px solid #000;
    position: absolute;
    font-size: var(--text);
    z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
    color: #fff;
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
/*     background: rgba(51, 51, 51, 0.2); */
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
/*     background: rgba(51, 51, 51, 0.1); */
    border-left: 5px solid transparent;
    margin: 0;
    overflow: hidden;
    padding: 0px 5px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
/* 
    background: rgb(33,33,33);
    border: 3px solid rgb(33,33,33);
    border-left: 9px solid rgb(33,33,33);
    border-top: 5px solid rgb(33,33,33);
 */
    margin-bottom: 0;
    margin-top: 0px;
    position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
/*     background: rgb(33,33,33); */
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    margin-left: 15px;
    margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b {
    /* color: #fff; */
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    margin-top: 0px !important;
}

#tarteaucitronRoot .tarteaucitronLine .tarteaucitronName b{
/* 	color: var(--gris3); */
}

#tarteaucitronRoot .tarteaucitronLine.tarteaucitronMainLine .tarteaucitronName b{
	color: var(--gris1);
	font-size: var(--h1);
}



#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a{
	color: var(--gris3);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    display: inline-block;
    float: right;
    margin: 7px 20px 0 !important;
    text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
    border: 1px solid rgb(125, 125, 125);
    border-radius: 0px;
    color: rgb(125, 125, 125);
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
}



#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    color: var(--gris2);
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
    top: 0;
}

.tarteaucitronAlertBigBottom {
    bottom: 0;
}

#tarteaucitronAlertBig {
    background: var(--rose);
    color: var(--rouge) !important;
    display: none;
    padding: 10px 10px 10px 20px;
    position: fixed;
    text-align: left;
    width: calc(100% - 40px);
    box-sizing: border-box;
    z-index: 2147483645;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    /* color: #fff; */
    vertical-align: middle;
}

#tarteaucitronDisclaimerAlert,
#tarteaucitronDisclaimerAlert *{
	color: var(--rouge) !important;
	vertical-align: top;
}
#tarteaucitronDisclaimerAlert span:nth-child(2){
	margin-top: 5px;
	display: inline-block 
}
.bigTitle {
	margin-right: 30px;
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	width: 150px;
	font-family: Theinhardt-Medium, helvetica, arial, sans-serif;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font-weight: normal;
}

#tarteaucitronPersonalize {
	float: right;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize {
    border: 1px solid;
	border-color: var(--rouge);
    color: var(--rouge);
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 7px;
    vertical-align: middle;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover,
#tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
    background-color: var(--rouge);
    color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: transparent;
    color: var(--rouge);
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 4px 10px;
    vertical-align: middle
}

#tarteaucitronPercentage {
    background: #0A0;
    box-shadow: 0 0 2px #fff, 0 1px 2px #555;
    height: 5px;
    left: 0;
    position: fixed;
    width: 0;
    z-index: 2147483644;
}

/***
 * Small alert
 */
#tarteaucitronAlertSmall {
    background: rgb(33,33,33);
    bottom: 0;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
    background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    background-color: gray;
    border-radius: 5px;
    display: block;
    height: 8px;
    margin-bottom: 1px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    display: block;
    float: left;
    height: 100%;
    width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
    background-color: #11CF25;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
    background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0px 10px;
    vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
    background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
    display: none;
    max-height: 70%;
    max-width: 500px;
    position: fixed;
    right: 0;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    background: #fff;
    border: 2px solid rgb(33,33,33);
    color: rgb(33,33,33);
    height: auto;
    overflow: auto;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList b {
    color: rgb(33,33,33);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
    background: rgb(33,33,33);
    margin-top: 21px;
    padding: 13px 0 9px 13px;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle b {
    color: #fff;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
    background: rgba(51, 51, 51, 0.1);
    padding: 7px 5px 10px;
    word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
    color: rgb(33,33,33);
    text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
    display: inline-block;
    width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a b {
    color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
    color: rgb(33,33,33);
    display: inline-block;
    margin-left: 10%;
    vertical-align: top;
    width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
    background: #FAFAFA;
    color: var(--gris1);
    border:1px solid var(--gris5); 
    box-sizing: border-box;
    display: table;
    height: 100%;
    line-height: initial;
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.tac_float {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tac_activate .tac_float b {
/*     color: #fff; */
}

.tac_activate .tac_float .tarteaucitronAllow {
    border: #11cf25 solid 1px;
    color: #11cf25;
    display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
    text-decoration: none;
}

div.amazon_product {
    height:240px;
    width:120px;
}