/*
Theme Name:     Spiral Divi
Theme URI:      
Description:    Divi child theme.
Author:         Spiral
Author URI:     =http://spiral-communication.fr
Template:       Divi
Version:        0.1.0
*/


:root {
    /*colors*/
    --spmain-color : #349e7c;
    --spmain-color-50 : #349e7cb2;
    --spsec-color : rgba(0, 0, 0, .23);
    --spbkg-color : rgba(255, 255, 255, .24);
}


/***** FOOTER *****/
/*
 une création <a href="http://spiral-communication.fr" class="at-spiral" target="_blank"><span>@</span>spiral</a>
 */
 .at-spiral span{
    transform: scaleY(-1);
    display: inline-block;
    transition: 200ms color;
    color : inherit;
}

.at-spiral:hover span{
    color:#229898;
}


/***** MAIN *****/
/* slide fullscreen */
.spet_screen{
    min-height:calc(100vh - 60px);
}


/* contact form */
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
    padding: 16px;
    width: 100%;
}

.wpcf7 .et_pb_button_module_wrapper.et_pb_button_alignment_center {
    text-align: center;
}

.wpcf7 .et_pb_button_module_wrapper.et_pb_button_alignment_right {
    text-align: right;
}

.wpcf7 .et_pb_button_module_wrapper.et_pb_button_alignment_left {
    text-align: left;
}

.wpcf7 .wpcf7-form-control.wpcf7-submit.et_pb_contact_submit.et_pb_button {
    width: auto;
    margin-top: 20px;
}

.wpcf7 .spet_contact_fields_line{
    clear: both;
}

p.et_pb_contact_field_half {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
}


p.et_pb_contact_field_half:nth-child(even) {
    margin-right: 0;
    margin-left: 10px;
}

@media screen and (max-width: 767px){
    p.et_pb_contact_field_half {
    	width: 100%;
    	margin-left: 0 !important;
    	margin-right: 0 !important;
	}
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 7em;
    color: #222;
}

.et_pb_honey{
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

