/*
	Theme Name: Divi-child
	Description: Divi Enfant, theme enfant de Divi
	Author: A New Story Julie
	Author URI: https://anewstory.fr
	Template: Divi
	Version: 1.0.0
	*/

.et_pb_scroll_top.et-pb-icon{
	background:#e51e21!important;
}
::selection { /* effet souris  */
    background: #f2f2f2; /* REMPLACER PAR LA COULEUR DÉSIRÉE*/
    color: #e51e21;
}
::-webkit-scrollbar {
  width: 10px;
	background-color:#000000;
}
::-webkit-scrollbar-thumb {
  background: #e51e21;
}

.et_menu_container{
	width:90%!important;
}

/*---FORMULAIRE---*/

.nf-error-required-error, .nf-form-fields-required{
 display:none;	
}

.nf-error-field-errors{
	color:#ffffff!important;
}

#nf-field-1::placeholder, #nf-field-2::placeholder, #nf-field-6::placeholder, #nf-field-3::placeholder{
	color:rgba(255,255,255,0.7);
}

.nf-pass .ninja-forms-field{
	border-color:#ffffff!important;
}

#nf-field-7-wrap{
	flex-direction:column!important;
}

label#nf-field-7-wrap.nf-checked-label::after, .nf-field-label label:after{
	background:transparent!important;
	border-color:#ffffff!important;
}

/*---RESPONSIVE---*/

@media screen and (max-width:980px){
	.reverse{
		display:flex;
		flex-direction:column-reverse;
	}
	.reverse .et_pb_row{
		display:flex;
		flex-direction:column-reverse;
	}
}