/**
 *
 * Cekome RGPD Front Office Feature / Back Office Feature
 *
 * @category front_office_features / back_office_features
 * @author cekome.com <prestashop@cekome.com>
 * @copyright Cekome module 2018 - Mohamed Ghellouci
 * @version 1.0.0
 *
 *
 *
 ********************************
 **   		Cekome RGPD	 		*
 **   http://www.cekome.com     *
 ********************************
 * +
 * + Cekome RGPD
 * + Languages: EN, FR
 * + PS version: 1.5, 1.6
 *
 ****/
 /*=====================================================*/
 /*Style Rgpd Cookie====================================*/
 /*=====================================================*/

#tarteaucitronAlertBig {
	width: 38% ;
	bottom: 15px;
	box-shadow: 0px 0 0px 0 #F2F2F2;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
	line-height: 1.3em !important;
	right: 6px ;
	color: #ffffff !important;
	opacity: 0.9;
	border-radius: 3px;
	padding: 5px 0%;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
	display: inline-block;
	line-height: 16px !important;
	color: #fff;
	font-size: 12px;
	padding: 10px 17px;
	text-align: left;
}
#tarteaucitronAlertBig a{
	color: #fff;
	font-size: 12px;
}
#tarteaucitronAlertBig i{
	color: #0078d7;
	font-size: 12px;
}
#tarteaucitronAlertBig a:hover{
	text-decoration: underline;
}
#tarteaucitronAlertBig #tarteaucitronRgpdTitle {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
#tarteaucitronAlertBig #tarteaucitronRgpdTitle i{
	font-size: 13px;
	margin-right: 5px;
}
#tarteaucitronPercentage{
	display: none !important;
}
/*panneau de configuration*/
#tarteaucitron {
        
}

/*Bandeau principal*/
#tarteaucitronAlertBig {
        
}

/*Petit bandeau en bas à droite*/
#tarteaucitronAlertSmall {
        
}
 /*=====================================================*/
 /*Style Rgpd datas=====================================*/
 /*=====================================================*/
#cekomergpdblock{
	background-color: #fff;
	padding: 2%;
}

#cekomergpdblock .block {
	width: 98%;
	display: inline-block;
	background-color: #f1f1f1;
	padding: 1%;
	max-width: 100%;
}

#cekomergpdblock .block-data p{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}
#cekomergpdblock .block-data{
	display: none;
}
#cekomergpdblock .block-data div{
	width: 46%;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	padding: 1%;
	margin:1% 
}
#cekomergpdblock #my-data a,
#cekomergpdblock #data-erase a {
	background-color: rgb(47, 178, 212);
	border: 1px solid rgb(92, 200, 228);
	border-radius: 3px;
	text-transform: none;
	font-size: 15px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#cekomergpdblock #my-data a:hover,
#cekomergpdblock #data-erase a:hover{
	background-color: rgb(92, 200, 228);
	border: 1px solid rgb(47, 178, 212);
}

#cekomergpdblock .request-btn{
	text-align: center;
}

#cekomergpdblock .exclusive.btn_primary.request {
	background-color: rgb(244, 168, 8) !important;
	border-color: rgb(244, 168, 8) !important;
}
#cekomergpd_consent_checkbox_account{
	margin: 15px;
}
 /*=====================================================*/
 /*Style Rgpd consent===================================*/
 /*=====================================================*/

input[disabled]{
	cursor: not-allowed !important;
	opacity: .65;
}
#submitMessage[disabled]{
	cursor: not-allowed !important;
	opacity: .65;
}
.custom-checkbox{
	text-align: center;
}
.custom-checkbox-new .focus label,
.custom-checkbox-new label{
	position: relative !important;
	top: 20px !important;
	left: 0 !important;
	font-size: 16px !important;
	color: #ffffff;
}
#cekomergpd_consent_checkbox,
#cekomergpd_consent_checkbox_new{
	margin-right: 10px;
	margin-left: 0 !important;
}
.custom-checkbox, .custom-checkbox-new {
	color: #000000 !important;
	font-size: 12px;
	margin-bottom: 45px;
	position: relative;

}
#footer #newsletter_form .custom-checkbox-new label {
	color: #000000 !important;
	font-size: 12px !important;
	display: inline !important;
	text-shadow: none;
}
.custom-checkbox-account {
	position: relative;
	margin-bottom: 55px;
}
@media (max-width: 767px) {
	#tarteaucitronAlertBig{
		width: 100%;
		right: 0;
	}
}



